View Single Post
  #4 (permalink)  
Old 31-01-2008, 20:50
stukelly stukelly is offline
Member
 
Join Date: Jul 2007
Posts: 37
Unhappy

Quote:
Originally Posted by mephisto View Post
Which version of php are you using? In php 5 they are disabled by default, php 6 is not even going to support them.
Our reseller package uses php 5, but phpinfo() says magic_quotes_gpc On

Quote:
php_flag magic_quotes_gpc off
php_value magic_quotes_gpc 0
I've tried both of these and get the following in the error log.

Invalid command 'php_value', perhaps mis-spelled or defined by a module not included in the server configuration
Invalid command 'php_flag', perhaps mis-spelled or defined by a module not included in the server configuration


Any ideas?
Reply With Quote