This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

Commenting Error


avatar
ReviewStud 135
From: -
Commenting Error

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.

Notice: A session had already been started - ignoring session_start() in /home/content/r/e/v/reviewmagnet/html/contentteller/modules/news/newsstory.php on line 71


And I started to get this one between the advertising header & the article title.
Notice: A session had already been started - ignoring session_start() in /home/content/r/e/v/reviewmagnet/html/contentteller/modules/news/newsedit.php on line 210


Both errors were in FireFox 3.1 beta 3.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: Commenting Error
avatar
OP 135
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
avatar
Editor
0
From: -
Change it back to:
error_reporting( 0 );


The option E_ALL is only useful for debugging purpose
1 Re: Commenting Error
avatar
OP 135
From: -
In my contentteller.php file, error reporting is set to "E_ALL".
1 Re: Commenting Error
avatar
Editor
0
From: -
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.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.