sonehs Posted March 19, 2009 Share Posted March 19, 2009 HOW WOULD YOU GO ABOUT FIXING THIS ERROR, I KNOW NOOOOO PHP!!!... WELL VERY LITTLE [19-Mar-2009 09:04:33] PHP Warning: session_start() [<a href='function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home3/maximum6/public_html/store/index.php:2) in /home3/maximum6/public_html/store/includes/functions/sessions.php on line 108 [19-Mar-2009 09:04:33] PHP Warning: Cannot modify header information - headers already sent by (output started at /home3/maximum6/public_html/store/index.php:2) in /home3/maximum6/public_html/store/includes/init_includes/init_templates.php on line 78 [19-Mar-2009 09:04:33] PHP Warning: require(includes/main_cart_actions.php) [<a href='function.require'>function.require</a>]: failed to open stream: No such file or directory in /home3/maximum6/public_html/store/includes/init_includes/init_cart_handler.php on line 36 [19-Mar-2009 09:04:33] PHP Fatal error: require() [<a href='function.require'>function.require</a>]: Failed opening required 'includes/main_cart_actions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home3/maximum6/public_html/store/includes/init_includes/init_cart_handler.php on line 36 Quote Link to comment Share on other sites More sharing options...
RichardRotterdam Posted March 19, 2009 Share Posted March 19, 2009 You could start by pressing the key called "CAPSLOCK" so not everthing is written in caps. Then post the code where the error occures between [ code ] tags. Also you might want to read the rules for the board http://www.phpfreaks.com/page/forum-rules Quote Link to comment Share on other sites More sharing options...
rwoody Posted April 12, 2009 Share Posted April 12, 2009 The earlier poster is correct; however taking into consideration you are new, I will try to help you here. First you really should post to the Zen-Cart forums, for a faster response, but I will give you a couple of ideas. Check the php file listed in the error message and make sure there are no spaces after the last closing tag ?> - That will create the portion of the error "headers already sent"; however it appears you have more issues at hand than a mere closing tag error. I would need to know the version that you are using, what you were doing when the error occurred and if you had modified any files in order to assist you. Ruth Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.