bug? Complaint about magic_quotes_gpc not being off - Joomla! Forum - community, help and support
dear all,
when installing, joomla complains magic_quotes_gpc not being off, can see: http://new.cmo.nl/phpinfo.php
it off :
magic_quotes_gpc off off
so apparently bug?
thanks solving issue
when installing, joomla complains magic_quotes_gpc not being off, can see: http://new.cmo.nl/phpinfo.php
it off :
magic_quotes_gpc off off
so apparently bug?
thanks solving issue
double check php.ini file, , ask provider if on shared hosting. if can access files, or provide overrides try:
try .htaccess directive
php_flag magic_quotes_gpc off
php_value magic_quotes_gpc off
or php.ini file/directive:
magic_quotes_gpc = off
than restart server if modify php.ini or add override.
try .htaccess directive
php_flag magic_quotes_gpc off
php_value magic_quotes_gpc off
or php.ini file/directive:
magic_quotes_gpc = off
than restart server if modify php.ini or add override.
Comments
Post a Comment