[eluser]Kip zonder Kop[/eluser]
Change the first line of index.php in something like:
Code:
error_reporting(E_ALL ^ (E_NOTICE | E_WARNING | E_DEPRECATED));
and you'll be all right I guess.
From the PHP manual
Quote:Warning
This function has been DEPRECATED as of PHP 5.3.0 and REMOVED as of PHP 6.0.0. Relying on this feature is highly discouraged.
If this just started a few days ago, your PHP version must have been upgraded.