Quote:
|
Originally Posted by celtic
1) an unknown filter was not added: PHP
|
Did you modify /home/admispconfig/ispconfig/lib/config.inc.php, as I suggested?
Quote:
|
Originally Posted by celtic
2) PHP: Error parsing /etc/php5/apache2/php.ini on line 1164
|
This is what you have in line 1164 and 1165:
Code:
magic_quotes_gpc = 1 (preferred but not necessary)
magic_quotes_runtime = 0 (necessary)
This is wrong. Please change it to
Code:
magic_quotes_gpc = 1
magic_quotes_runtime = 0
and restart Apache.