All Products 
Username / Customer#
Password
Log In
 Hi,  |  Log Out
  • Site Search
  • Domain Search
  • WHOIS Domain Check
24/7 Support: (480) 505-8877
Hablamos Español
9 AM to 9 PM IST
7 days a week
Go Daddy Support

Search help articles, forums, and discussion groups

magic_quotes_gpc

Viewing post 1 to 6 (6 total posts)
Profile picture of Sabine51

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.

Profile picture of Mike42

GoDaddy Expert 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

Profile picture of Sabine51

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.

Profile picture of ChrisG

GoDaddy Expert 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.

Profile picture of BIgmightymo

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?

Profile picture of ChrisG

GoDaddy Expert 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.

Add a reply:

You will auto join this group when you reply to this topic.

When posting about a technical issue, please be sure to include as many details as possible, such as your domain name, related URLs and other pertinent information. This consideration will allow us to better understand the situation and quickly assist you.