Commenting Error
ReviewStud 135
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: Commenting Error
ReviewStud
OP
135
From: -
From: -
Not sure how it was changed to "ALL", but it seems like I'm not getting those error codes anymore.
1 Re: Commenting Error
Philipp Esselbach
From: -
Editor
0From: -
Change it back to:
The option E_ALL is only useful for debugging purpose
error_reporting( 0 );
The option E_ALL is only useful for debugging purpose
1 Re: Commenting Error
ReviewStud
OP
135
From: -
From: -
In my contentteller.php file, error reporting is set to "E_ALL".
1 Re: Commenting Error
Philipp Esselbach
From: -
Editor
0From: -
Have you changed the error reporting level in contentteller.php? The default is error_reporting( 0 );. You should find this line near the top of contentteller.php.
I logged into my site (not the CADMIN section, but the actual site) to test out the "Vote" and "Comment" feature on a news article, but I get this error at the top of the page.
And I started to get this one between the advertising header & the article title.
Both errors were in FireFox 3.1 beta 3.