---------------- Posted July 25, 2006 Share Posted July 25, 2006 I included my own header inside login.php and create_account.php and this error occurs... Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/vhosts/site09618/httpdocs/header4.php:2) in /home/vhosts/site09618/httpdocs/catalog/includes/functions/sessions.php on line 96 Is there a quickfix for this or is it just unacceptions to include() my own header? Link to comment Share on other sites More sharing options...
Guest Posted July 25, 2006 Share Posted July 25, 2006 If you have added an include() for your own header - make sure you have put it after the include statement for application_top not before. Tom Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.