Jump to content

Trouble disabling Magic quotes


Recommended Posts

Hi guys.

I am attempting to get Commentics to function for me. My biggest hurdle is switching off magic quotes, and I am at the point of throwing the towel in over it.

First of all I am hosted by Godaddy, on a Linux server, who have been a treasure to me in the past, but cannot or will not help me with this problem.

I searched for an answer and eventually created and uploaded a php5.ini file into the root folder of my site, which is an alias to the primary domain.

Here is the contents of the file:

 

 

magic_quotes_gpc = Off;
magic_quotes_runtime = Off;
magic_quotes_sybase = Off;

 

Checking by uploading a phpinfo.php file to the primary domain root folder I get:

 

magic quotes gpc On

magic quotes runtime Off

magic quotes sybase Off

 

This is born out by the malfunction of my comments page when I attempt to add a video or an image to the comment, I can't.

My problem is that whilst searching for an answer, I came accross the notion that a php(5).ini file was "quite a large file", certainly more than my three lines. Yet the file that accompanied this instruction was dedicated to another application so I decided not to copy it and add my three lines to it. So I am not sure what a php5.ini file should look like, I may have the file written correct, if so why won't it work and disable magic quotes? I also saw that I was supposed to put the file in every directory with php in it, so I did that, nothing.

I have ended the processes, not as there were any, still nothing.

 

I have tried .htaccess file with:

 

php_value magic_quotes 0
php_flag magic_quotes off
php_value magic_quotes_gpc 0
php_flag magic_quotes_gpc off

No deal.

 

 

I am staggered that I can't get this resolved, I have searched anywhere and everywhere but nothing has worked.

 

Help with this would be wonderful.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.