1. Your hosting doesn't like either of the following directives in the php.ini file:
Code: Select all
; Magic quotes
;
; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = Off
; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
magic_quotes_runtime = Off
; Use Sybase-style magic quotes (escape ' with '' instead of \').
magic_quotes_sybase = Off
Solution: try to remove php.ini file.
2. If this operation doesn't help, ask your hosting providing to check error log files to check if there is some error exists.