I am getting the following errors when i try to log into my admin page (and several more when the log in fails).
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/hopemiss/public_html/theprickcushion.com/##########_admin/includes/application_top.php:2) in /home/hopemiss/public_html/theprickcushion.com/includes/functions/sessions.php on line 108
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/hopemiss/public_html/theprickcushion.com/##########_admin/includes/application_top.php:2) in /home/hopemiss/public_html/theprickcushion.com/includes/functions/sessions.php on line 108
Warning: Cannot modify header information - headers already sent by (output started at /home/hopemiss/public_html/theprickcushion.com/##########_admin/includes/application_top.php:2) in /home/hopemiss/public_html/theprickcushion.com/##########_admin/includes/init_includes/init_templates.php on line 37
I have followed all the suggestions in this faq https://www.zen-cart.com/tutorials/index.php?article=87 and on this thread http://www.zen-cart.com/forum/showthread.php?t=72252. I have even tried deleting the file and doing it over from scratch.
There are no blank lines, hidden characters or double spaces in line 2 of the application_top file. There are no blank lines at the beginning or the end of the php. I am stumped.
The problem showed up a few days after I changes the header in my newsletter and removed it from my outgoing email. I am not sure if this is related but it is the only recent change I have made to the site, other than updating the text blurb on the main page (via the internal zencart editor, not via true code).
Please help. It has been almost a week since I could get into my zencart admin page!


Reply With Quote

