Icy Phoenix
Old Support Topics - Icy Phoenix Replaces '"' To '\"' In Every Code.
sunwest [ Thu 22 Jul, 2010 14:30 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Well that didn't accomplish anything! Buldo's link is worthless and the problem still exists.
buldo [ Thu 22 Jul, 2010 20:18 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
@buldo . you need to be registrated to view or download
I have attached it here, this patch was provided directly by MG.
sunwest [ Fri 23 Jul, 2010 14:42 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Thanks buldo, that worked perfectly!
buldo [ Fri 23 Jul, 2010 19:11 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Thanks buldo, that worked perfectly!
You have to say "Thanks" to MG!

spydie [ Fri 23 Jul, 2010 19:55 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
where I still wonder about is, why did´nt he post this here.
he´s suposed to be soporting Icy on it´s main page, I mean, This is his baby
and Bug fixes are suposed to be released on the main page
Danielc [ Sat 24 Jul, 2010 00:44 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Partially works.. It fixes the bug in CMS pages, but not in ACP (try changing Google Analytics code).
Thanks!
spydie [ Sat 24 Jul, 2010 01:49 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
same happens , if you try to put an image as spacer for the signature.
had to do it directly in database
buldo [ Sat 24 Jul, 2010 09:57 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
where I still wonder about is, why did´nt he post this here.
he´s suposed to be soporting Icy on it´s main page, I mean, This is his baby
and Bug fixes are suposed to be released on the main page
It was a quick patch made nearly "on-the-fly" and, as
Danielc notes, it has to be review.
BTW, as also someone noticed in this topic, it isn't properly a bug but depends by some server settings and in the SVN version it has been already fixed some months ago.
Next time, if ever will be

, I will post here more quickly!

Danielc [ Sat 24 Jul, 2010 16:52 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
So, just wait?
Thanks!
buldo [ Sun 25 Jul, 2010 16:54 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
So, just wait?
I think, in general, that the best thing we can do is to give him a detailed description of the problem, screenshots and all the informations that may lead him to understand where/what the issue was, so let's give to him more datails as possible and surely MG will try to help us as soon as he can.
Mighty Gorgon [ Wed 28 Jul, 2010 00:11 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
It should be definitely fixed in SVN, I will have a look as soon as I have some free time on latest stable release.
Thanks.
Danielc [ Thu 29 Jul, 2010 00:48 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Thanks!!! I'll wait!
Mighty Gorgon [ Mon 02 Aug, 2010 23:07 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
You can try to edit
adm/admin_board_extend.php
Try to edit this part:
case 'HTMLVARCHAR':
case 'HTMLTEXT':
//$$field_name = trim(str_replace("\'", "''", $_POST[$field_name]));
$$field_name = trim($_POST[$field_name]);
case 'HTMLVARCHAR':
case 'HTMLTEXT':
$$field_name = trim(stripslashes($_POST[$field_name]));
Danielc [ Tue 03 Aug, 2010 01:07 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Perfectly.. Seems to be working fine.... One question... Why do you write two "$" in the code? ($$field_name)
Thanks!
spydie [ Tue 03 Aug, 2010 13:48 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Just tested, and still not working , if you try to put an image path into signature separator.
Example this code : <center><img border="0" src="http://www.my_site.com/images/sf.png"></center>
comes out like this: <center><img border=\"0\" src=\"http://www.my_site.com/images/sf.png\"></center>
Danielc [ Wed 04 Aug, 2010 02:53 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Seems like Icy Phoenix DOES like Magic Quotes

Mighty Gorgon [ Thu 05 Aug, 2010 14:35 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Just tested, and still not working , if you try to put an image path into signature separator.
Because that is related to a different file.
I'll provide a temporary fix for that as well.
tormentor [ Sun 15 Aug, 2010 17:46 ]
Post subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Pssst...
the same happpens in the download page (I opened a topic about it

)
And, in the album, if a quote or double quote is inserted in the title or a picture's description.
if you upload a file with quotes or double quotes the same mess happens...