Quote:
Originally Posted by MarcoH64
PHP Code:
error_reporting(E_ALL & ~E_NOTICE);
|
That supresses the NOTICE errors, but it won't 'fix' the others. I set it to E_ALL to see what I might have missed. It did change the errors I get now.
Code:
Fatal error: Call to a member function on a non-object in /home/username/public_html/forumtest/includes/functions.php on line 988
Fatal error: Call to a member function on a non-object in /home/username/public_html/forumtest/includes/functions.php on line 4279
Thoughts?