magic_quotes_gpc
sabine51 said 1 year, 4 months ago:
You have “magic_quotes_gpc” actually set to “ON” at your server while you should have it set to “OFF”. I got this information trying to install open realty cms. Don’t know what to do. Please help.
mike42 said 1 year, 4 months ago:
@sabine51,
You are correct, “magic_quotes_gpc” is set to on by default. If you want to disable it, you can do so through the use of a php.ini (or php5.ini) file uploaded to your hosting account.
Hope that helps.
–Mike
sabine51 said 1 year, 4 months ago:
Hi Mike. My php.ini looks like <?php magic_quotes_gpc = 0 ?>
Still the same information/problem > You have “magic_quotes_gpc” actually set to “ON” at your server while you should have it set to “OFF”. Contact your host support and ask to turn it off. > I’ve got a ticket from godaddy and still waiting for an answer. Best would be, that godaddy could change from ON to Off on my shared server. – I tried to use php.ini, but doesn’t work.
chrisg said 1 year, 4 months ago:
@sabine51,
I am very limited in the amount of support I can provide for scripting a custom php.ini. However; based on the information you have provided, it does not look like your php.ini was properly configured to disable this feature.
If you are not familiar with how to setup a php.ini file, you will want to refer to your preferred search engine for further assistance.
Christopher G.
bigmightymo said 1 year ago:
Welll has anything worked? I am also trying to install Open Realty and am having hte exact same problem. I have two PHP files (php.ini, php5.ini) this was done because the first obstacle was to get Ioncube only to find out I had to set up Zendoptimizer first. After configuring and getting to the install screen, I am now faced with the Magic_quotes problem. I have tried to install code into both the php directories as well as the htacess I did the semi colon thing I have done the magic_quotes_gpc = Off;
magic_quotes_runtime = Off;
magic_quotes_sybase = Off;
and the:
php_value magic_quotes 0
php_flag magic_quotes off
php_value magic_quotes_gpc 0
php_flag magic_quotes_gpc off
What else is ther? I still cant get this to work. Anyone know what to do?
chrisg said 1 year ago:
@bigmightymo,
Have you ran a phpinfo page to verify that you have successfully disabled ‘magic_quotes_gpc’? Based on the sample you have provided and general search engine results, the only line that should have been necessary in your php.ini file should have been:
magic_quotes_gpc = Off
If your phpinfo is still indicating the feature enabled after specifying it off with this line, I would recommend reaching out to our Live Support so we can further investigate the matter from within the hosting account.
Christopher G.
3 min expected wait time