Just noticed on some of my events that once saved the text gets screwed up if you use an apostrophe anywhere it adds \\ like below
I read in another thread about magic quotes being enabled
My Phpinfo says it is .
Configure Command
’ ‘–enable-magic-quotes’
magic_quotes_gpc On On
magic_quotes_runtime Off Off
magic_quotes_sybase Off Off
So is there any fix for this without turning Magic Quotes off as I am on a hosted server running a few sites . One in particular needs magic quotes on .
Running
Apache version 2.2.17
PHP version 5.2.15
So How do I fix this without disabling magic quotes??
Yep…Thanks Stanislav … That worked
Although I am using the Joomla plug-in which was the
components/com_scheduler/codebase/dhtmlxSchedulerConfigurator.php
File
I’m a happy man lol!
I added this same code (WordPress) to the file suggested in this post and it always adds a “” right in front of the apostrophe. If I edit the description and leave the backslash as is, save it another backslash appears.
and it always adds a “” right in front of the apostrophe
Maybe some specific db settings, not quite sure
Normally the magic quotes is the only thing which can cause such result.