Icy Phoenix Replaces '"' To '\"' In Every Code.


Goto page Previous  1, 2, 3  Next

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.

Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
spydie wrote: [View Post]
@buldo . you need to be registrated to view or download


I have attached it here, this patch was provided directly by MG.


cms_patch.zip
Description: CMS Stripslashes Patch 
Download
Filename: cms_patch.zip
Filesize: 21.12 KB
Downloaded: 128 Time(s)

Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Thanks buldo, that worked perfectly!

Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
sunwest wrote: [View Post]
Thanks buldo, that worked perfectly!


You have to say "Thanks" to MG! :mrblue: :LOL:

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

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!

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

Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
spydie wrote: [View Post]
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 :mrblue: , I will post here more quickly! :P

Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
So, just wait?

Thanks!

Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Danielc wrote: [View Post]
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.

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.

Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
Thanks!!! I'll wait!

Subject: Re: Icy Phoenix Replaces '"' To '\"' In Every Code.
You can try to edit adm/admin_board_extend.php

Try to edit this part:
Code: [Download] [Hide] [Select]
case 'HTMLVARCHAR':
case 'HTMLTEXT':
//$$field_name = trim(str_replace("\'", "''", $_POST[$field_name]));
$$field_name = trim($_POST[$field_name]);


Code: [Download] [Hide] [Select]
case 'HTMLVARCHAR':
case 'HTMLTEXT':
$$field_name = trim(stripslashes($_POST[$field_name]));

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!

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>

Goto page Previous  1, 2, 3  Next

Page 2 of 3


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.9543s (PHP: 2% SQL: 98%)
SQL queries: 17 - Debug Off - GZIP Enabled