Mort-lemur Posted July 7, 2009 Posted July 7, 2009 Hi, Sorry to post this here - but not getting very far in the contribution help forum at the moment and need help as my shop is now live. I have installed the order editor combo contribution and all appears to work fine until i try to edit orders from my admin area, I get the following error messages: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/suppneqs/public_html/admin/orders.php:1) in /home/suppneqs/public_html/admin/includes/functions/sessions.php on line 102 Warning: Cannot modify header information - headers already sent by (output started at /home/suppneqs/public_html/admin/orders.php:1) in /home/suppneqs/public_html/admin/includes/functions/general.php on line 24 Any Ideas what the problem could be?? I have read and re-read the support thread and done all the fixes they suggest on there - spent all day on this now and its driving me crazy ! :blink: Thanks Now running on a fully modded, Mobile Friendly 2.3.4 Store with the Excellent MTS installed - See my profile for the mods installed ..... So much thanks for all the help given along the way by forum members.
MrPhil Posted July 8, 2009 Posted July 8, 2009 The error is telling you that some text was already sent to the browser, which triggers sending the default headers, before osC tried explicitly sending its own headers. This output text can include error messages, Byte Order Marks dropped like cow patties by Microsoft editors (three funny looking characters at the very beginning of a file), and stray blanks or other characters (usually due to editor mishaps). You need to find where these extra characters are. In your browser, do a View > Page Source to see what's at the very beginning of the file -- perhaps there is another error message that flashed by and you didn't notice it. The error messages hint that something was written on line 1 of orders.php, so I'd look there first. Is there anything found before the opening <?php at the beginning of the file?
Mort-lemur Posted July 8, 2009 Author Posted July 8, 2009 Thanks - yes there was - That sorted it Now running on a fully modded, Mobile Friendly 2.3.4 Store with the Excellent MTS installed - See my profile for the mods installed ..... So much thanks for all the help given along the way by forum members.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.