Jump to content
Larry Ullman's Book Forums

Notice And Warning Messages?


Recommended Posts

Hello!

When I test my page in chapter 3 "Creating the Home Page" section, I get these messages :

 

Notice: Constant BASE_URI already defined in /Users/username/Site/.../includes/config.inc.php on line 6

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /Users/username/Site/.../includes/config.inc.php:6) in /Users/username/Site/.../includes/config.inc.php on line 9

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /Users/username/Site/.../includes/config.inc.php:6) in /Users/username/Site/.../includes/config.inc.php on line 9

 

Note that the first warning message starts with "Cannot send session cookie..." and the other one "Cannot send session cache limiter..."

 

??

Thanks.

 

 

Link to comment
Share on other sites

The second and third errors are only occurring because of the first one. If you fix that, the others will go away. To fix the first one, remove the duplicate definition of BASE_URI (I expect you used an "I" instead of an "L" for one definition).

Link to comment
Share on other sites

 Share

×
×
  • Create New...