3.0.1 on godaddy (magic quotes gpc Off and display_error off - Joomla! Forum - community, help and support
hi! spent quite few time fighting php5.ini on shared hosting on godaddy ! added these lines php5.ini file in server's root
magic_quotes_gpc = off
magic_quotes_runtime = off
magic_quotes_sybase = off
extension=pdo.so
extension=pdo_mysql.so
display_errors = off
error_reporting = off
and worked! first part deals magic quotes, second section display error. unless set these 2 3.0.1. wants, won't work.
magic_quotes_gpc = off
magic_quotes_runtime = off
magic_quotes_sybase = off
extension=pdo.so
extension=pdo_mysql.so
display_errors = off
error_reporting = off
and worked! first part deals magic quotes, second section display error. unless set these 2 3.0.1. wants, won't work.
marcgagnon
i have same problem on go-daddy installing 3.0.2 have added lines php.ini file still no change appreciated in advanced.
i have same problem on go-daddy installing 3.0.2 have added lines php.ini file still no change appreciated in advanced.
Comments
Post a Comment