
22nd November 2011, 09:12
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,886
Thanks: 691
Thanked 4,188 Times in 3,205 Posts
|
|
You have set a wrong error reporting level in the php.ini file, edit all php.ini files and set the error reporting level to:
error_reporting = E_ALL & ~E_NOTICE
and restart apache.
|