get_magic_quotes_gpc
Posted by: ghostdlr
Posted on: 2009-09-23 22:00:00
I get this error when I try to run a script:
get_magic_quotes_gpc is Off, enable it
Is there any way I can enable magic_quotes_gpc ?
Posted by: ghostdlr
Posted on: 2009-09-23 22:00:00
I get this error when I try to run a script:
get_magic_quotes_gpc is Off, enable it
Is there any way I can enable magic_quotes_gpc ?
Posted by: sXi
Posted on: 2009-09-23 22:33:00
That's a setting you can change in your php.ini
In what script are you seeing the error?
How To Install PHP.INI / ionCube on DreamHost
Posted by: Atropos7
Posted on: 2009-09-23 22:45:00
In reply to:I get this error when I try to run a script:
get_magic_quotes_gpc is Off, enable it
Is there any way I can enable magic_quotes_gpc ?
Keep in mind magic_quotes_gpc is deprecated in the current version of PHP and will not be in PHP 6. So make note of that if you are still using the same script when PHP is upgraded.
You can use a custom PHP.ini file - http://wiki.dreamhost.com/PHP.ini
If other sites mention adding php_* directives to an .htaccess file, you should also note that works for mod_php which DreamHost only supports if you use DreamHostPS. It boggles the mind that other people fail to mention that ;)
Customer since 2000
openvein.org
Posted by: ghostdlr
Posted on: 2009-09-24 05:38:00
The script is Dolphin 6 - www.boonex.org