Support Joomla!
Register :
Lost password?
Remember me
Home
Extensions
Template Club
Services
Forums
BUG? | Inserting images doesn´t work !
Forums
Search:
Advanced search
4527
Posts in
1095
Topics by
31519
Members
Latest Member:
nowresie
Forums
Products - English
Extensions
NeoRecruit
BUG? | Inserting images doesn´t work !
« previous
next »
Pages:
[
1
]
Author
Topic: BUG? | Inserting images doesn´t work ! (Read 3629 times)
Thorsten Lueck
Newbie
Posts: 19
BUG? | Inserting images doesn´t work !
«
on:
January 12, 2009, 03:04:10 PM »
Hello Raphael and all the other guys @neoJoomla!
Every time I try to insert an image (e. g. company logo) to my offers everything seems to be fine. But after saving the offer and taking a closer look at the frontend, no image appears!
After checking out the HTML Code I found the following strange strings (see the bold ones):
<img src="
%5C%22
images/stories/companylogo.JPG
%5C%22
" border="0" alt="\"logo\"" title="\"logo\"" />
What could be the issue?
Hope you guys could take me out!
Thanks!
- Thorsten
Logged
Kees de Witte
Newbie
Posts: 7
Re: BUG? | Inserting images doesn´t work !
«
Reply #1 on:
January 18, 2009, 04:27:35 PM »
Thorsten,
I think that's the same problem as this topic.
I changed it and it worked ....
http://www.neojoomla.com/option,com_neosmf/Itemid,54/topic,836.0/
Logged
Thorsten Lueck
Newbie
Posts: 19
Re: BUG? | Inserting images doesn´t work !
«
Reply #2 on:
January 18, 2009, 04:45:41 PM »
Hello Kees,
thanks a lot for your quick reply!
I will try that out as soon as possible. By the way..., what kind of solution did you do?
This...?
Code:
php_value magic_quotes_gpc Off
Please, could you explain it a bit more?
Thanks!!
- Thorsten
Logged
Jim DeLaHunt
Newbie
Posts: 8
Re: BUG? | Inserting images doesn´t work !
«
Reply #3 on:
January 30, 2009, 10:32:03 AM »
I'm seeing a different version of this same problem. In the "Introduction" text field under Administration... Components... NeoRecruit... Configuration... General Parameters, if I put anything other than plain text in the field it is corrupted. Right-aligned paragraphs become left-aligned after saving, because neoRecruit changes <p align="right"> to <p align="\"right\""> (note that double quotes are incorrectly escaped). Links break, because <a href="/jobs.html"> becomes <a href="\"/jobs.html\"">. And so on.
It looks to me like neoRecruit is applying escaping incorrectly. HTML syntax delimiters shouldn't be escaped, only text content should be escaped.
I'm using neoRecruit 2.0.1 on Joomla 1.5.8, on a shared hosting system. I don't have control over PHP's magic quotes. In any case, the Joomla recommendation is that well-written components won't depend on this setting. See <http://docs.joomla.org/Security_Checklist_2_-_Hosting_and_Server_Setup#Adjust_magic_quotes_gpc>.
This bug doesn't prevent us from using neoRecruit, but is certainly limiting.
--
Jim DeLaHunt (multilingual websites consultant)
,
http://blog.jdlh.com
, Vancouver, Canada
Logged
Thorsten Lueck
Newbie
Posts: 19
Re: BUG? | Inserting images doesn´t work !
«
Reply #4 on:
January 30, 2009, 11:29:16 AM »
Hello Jim,
thank you very much for your reply regarding this annoying issue.
As you already mentioned, this bug doesn't prevent us from using neoRecruit..., anyway...., I´m really worried about fixing this asap.
And to be honest, from my point of view fixing this bug should be one of the most requested issue. Formatting offers the way I want is a very essential feature for this kind of recruiting application.
Sorry..., but that´s my opinion.
Again, thank you Jim for your assistance!
Cheers from germany
- Thorsten
«
Last Edit: January 30, 2009, 11:32:25 AM by Thorsten Lueck
»
Logged
Raphael
Administrator
Hero Member
Posts: 1619
Re : BUG? | Inserting images doesn´t work !
«
Reply #5 on:
January 31, 2009, 09:44:59 PM »
Hello Thorsten and Jim,
We are currently working on the version 2.0.2 of the component NeoRecruit, first of all to correct this bug.
For the moment, a solution to disable the magic quotes is to use the htaccess file at the root of your website, and add this line :
Code:
php_flag magic_quotes_gpc off
"This feature has been deprecated as of PHP 5.3.0 and removed as of PHP 6.0.0. Relying on this feature is highly discouraged." (source: php.net). But we will correct this bug soon for the previous versions of PHP.
Regards,
Logged
Thorsten Lueck
Newbie
Posts: 19
Re: BUG? | Inserting images doesn´t work !
«
Reply #6 on:
February 01, 2009, 08:19:55 AM »
Hello Raphael,
nice to hear from you and thanks for your answer.
Your feedback regarding this issue is more than welcome. Is there any existing roadmap releasing version 2.02?
Ah..., by the way..., unfortunately I didn´t receive the update for version 2.01!
Please take a look @ this thread:
http://www.neojoomla.com/option,com_neosmf/Itemid,54/topic,825.0/
Thanks in advance for sending me this piece of code, Raphael!
- Thorsten
Logged
Raphael
Administrator
Hero Member
Posts: 1619
Re : BUG? | Inserting images doesn´t work !
«
Reply #7 on:
February 02, 2009, 09:34:54 AM »
Hello Thorsten,
Sorry, but I had not seen your previous message. So I just sent you the component by email.
And here it is the modifications planned for the version 2.0.2 :
• correction of the "magic_quotes" bug,
• correction of bug on the approval mails,
• correction of bug on the search feature,
• correction of bug on the access to the offers,
• Joomla 1.5 native compatibility.
Regards,
«
Last Edit: March 10, 2009, 12:20:48 AM by Raphael
»
Logged
Nunes Ricardo
Newbie
Posts: 2
Re: BUG? | Inserting images doesn´t work !
«
Reply #8 on:
March 04, 2009, 01:52:06 AM »
and is there an estimated release date for the new version?
Logged
Raphael
Administrator
Hero Member
Posts: 1619
Re : BUG? | Inserting images doesn´t work !
«
Reply #9 on:
March 10, 2009, 12:22:40 AM »
Hello Ricardo,
The developments are now over, we just have to do some tests before releasing this new version.
Regards,
Logged
Juergen Klingenberg
Newbie
Posts: 18
Re: BUG? | Inserting images doesn´t work !
«
Reply #10 on:
March 13, 2009, 06:57:07 PM »
Looking forward to the new version.
Thanks!
Logged
PHP 4.4.7
Joomla! 1.5.8
NeoRecruit 2.0.1
Pages:
[
1
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
NeoJoomla - English
-----------------------------
=> Announcements
=> General discussions
=> Suggestions & Feedback
=> Your realisations with Joomla!
-----------------------------
Products - English
-----------------------------
=> Extensions
===> NeoRecruit
===> NeoFlashBanner
===> NeoReferences
===> NeoWebtour
===> NeoLegal
===> NeoMenu
===> NeoLatestNews
===> NeoJoomlaBar
=> Templates
===> Musashi
===> RetroGraphix
===> SimplicityDotted
===> MyFlowers
===> ElGancia
===> Oldskool GUI
-----------------------------
NeoJoomla - Français
-----------------------------
=> Annonces
=> Discussions générales
=> Suggestions et retours
=> Vos réalisations avec Joomla!
-----------------------------
Produits - Français
-----------------------------
=> Extensions
===> NeoRecruit
===> NeoFlashBanner
===> NeoReferences
===> NeoWebtour
===> NeoLegal
===> NeoMenu
===> NeoLatestNews
===> NeoJoomlaBar
=> Templates
===> Musashi
===> RetroGraphix
===> SimplicityDotted
===> MyFlowers
===> ElGancia
===> Oldskool GUI
===> Sport's Web
===> Clocking Machine
===> Summer Week
===> Light Skills
===> Underground
===> J!lloween
Loading...
NeoJoomla is not affiliated with or endorsed by the Joomla! Project or Open Source Matters. The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
Professionnels Joomla
|
Joomla Components
|
Joomla Extensions
|
Joomla Templates
|
Joomla Design
|
Joomla Developers
|
Joomla Blog
|
Contact
|
Quote