Am urcat un script pe un hosting cu Apache si PHP iar la instalare s-a afisat urmatorul mesaj:
ERROR: Your magic_quotes-settings differ from the default-settings. You can't use this script with different settings.
Please edit your php.ini and set magic_quotes_gpc on and magic_quotes_runtime off.
You could also use a .htaccess-file (for apache!) to set that.
Am introdus urmatoarele linii in .htaccess:
php_flag magic_quotes_gpc on
php_flag magic_quotes_runtime off
dar am primit mesaj de eroare 500.
Sunt solutii care nu implica administratorul hosting-ului ?