Install problems with magic quotes

lfod

New member
Using Dadabik 4.2
Web host using Linux. Not sure of the flavor.
MySQL v. 5.0.2
Firefox 3.5.5

Got the [00] must set magic quotes gpc on error.

Contacted server admin, who set the magic quotes gpc to on (shows on in PHP info).

Retried. Got same error.

Checked FAQ and tried the .htaccess hack.
php_flag magic_quotes_gpc On

Received the following error:
public_html/dadabik/.htaccess: Invalid command 'php_flag', perhaps misspelled or defined by a module not included in the server configuration

EDIT: The server is running PHP in CGI mode, which throws an internal server error with php_flag, so that apparently won't work. I still don't know why I continue to get the error after magic_quotes_gpc has been set to on on the server's php.ini.



Post Edited (11-21-09 02:12)
 
Top