problems with 'magic quotes' and dolphin...

Having problems with Magic Quotes - apparently messing up functions on some modules I have installed.

Dolphin host tools says MQ are enabled and should be turned off.

WHM says they are turned off, as does php.ini

host has been trying to 'fix' but no matter what, Dolphin still says they are turned on!

 

some forums say its a problem with WHM, some say you have to enable them, save, then disable them to remove the 'default' setting.

this not working for me...

 

anyone else had issues with this?

Quote · 15 Sep 2014

You have Dedicated/VPS or shared?

so much to do....
Quote · 15 Sep 2014

dedicated.

Hosts are trying everything to turn it off, but it still shows as on in dolphin!

Im not sure if its not just a bug in the version of WHM as suggested in some cpanel forums.

May have to update WHM

Quote · 15 Sep 2014

Your php.ini location is: /home/weblord/php/php.ini

Look into that file or send me the root login, i can take a look.

so much to do....
Quote · 15 Sep 2014

form that php.ini file

 

; Magic quotes

;

 

; Magic quotes for incoming GET/POST/Cookie data.

;magic_quotes_gpc = Off

 

; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.

;magic_quotes_runtime = Off    

 

; Use Sybase-style magic quotes (escape ' with '' instead of \').

;magic_quotes_sybase = Off

 
 
Its also set to off in WHM under php settings.
no mention of it in htaccess as some have pointed to that in forums.
Quote · 15 Sep 2014

; Magic quotes for incoming GET/POST/Cookie data.

magic_quotes_gpc = Off

 

; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.

magic_quotes_runtime = Off    

 

; Use Sybase-style magic quotes (escape ' with '' instead of \').

magic_quotes_sybase = Off

 

Remove that ";"

so much to do....
Quote · 15 Sep 2014

wow. something so simple...

host was looking at it but couldnt find that!

 

Thanks :-)

Quote · 15 Sep 2014

Often the php.ini file will have examples at the very top; and will be commented out by a semicolon.  It is not meant to be the section where one actually sets the parameters.  Make sure you are not in the example section of the php.ini file; I have seen this happen before.  If you make a change in the example section and later down in the php.ini file the same parameter is set differently, then the later setting will override the earlier one.

Geeks, making the world a better place
Quote · 15 Sep 2014
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.