![]() |
|
Magic quotes documentation - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Magic quotes documentation (/thread-10287.html) |
Magic quotes documentation - NaturalEnquirer - 2012-08-10 While browsing documentation, I noticed that the info on how to disable magic quotes does not properly display in IE 8 at What I see in IE8 is: (It seems ok in Chrome, Firefox). Magic quotes documentation - Michel Gagnon - 2012-08-10 It's a bug in the style sheet of the documentation – or actually in the way the buggy IE8 wrongly interprets style sheets. It happens when there is , such as here: Magic quotes documentation - acrylian - 2012-08-10 We use a jQuery script for syntax highlighting which adds the above css classes. So that is probably a JS conflict or incompatibility but all IEs before 9 do these things all the time.. I cannot test IE as I am on Mac and I don't think we never got reports about this before and we use it in several places. Don't remember when I added that but that is for sure more than a year now. My colleague uses IE9 already I think. Besides disabling magic_quotes is not really Zenphoto specific info so you should be able to find that on the net as well. Anyway, here is the full text: You can disable magic_quotes_gpc by editing your PHP.ini file. Change the line |