post removed
post removed |
Apostrophe bug entered in TRAC, ticket # 699 My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
post removed |
There could be a number of reasons for why it's happening. And this i can't remember. if they are requiring that magic_quotes_gpc be on then my theory could be backwords. If magic quotes is on, then escaping does not need to be done because magic_quotes takes care of it, so if they are escaping prior to storing strings in the database, then a double escape is occuring. https://www.deanbassett.com |
Undefined function error submitted to Trac, Ticket # 700 My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
You didn't mention in the Trac report what is going on in the browsers titlebar. I don't want them to miss that as there are several slashes getting added there too. I've highlighted it in the screenshot, but it could be overlooked. Removing the slashes altogether might fix both problems though - I suppose. It's the same problem. If the escape sequence is fixed, the title bar problem should be fixed automatically. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
Ah hell, i am analyzing again. I have to stop doing that. Yep. It's reported on ticket 699. Now it's Boonex's problem. My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |
If you want to test the fix, download and replace this file: My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |