expectations80 Posted September 1, 2010 Posted September 1, 2010 My admin page is messed up and is displaying the following error message when I go to log in: Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home2/paulsilv/public_html/catalog/admin/includes/configure.php:32) in /home2/paulsilv/public_html/catalog/admin/includes/functions/sessions.php on line 102 Warning: Cannot modify header information - headers already sent by (output started at /home2/paulsilv/public_html/catalog/admin/includes/configure.php:32) in /home2/paulsilv/public_html/catalog/admin/includes/functions/general.php on line 22 Can anyone help me get back online?
♥mdtaylorlrim Posted September 1, 2010 Posted September 1, 2010 Try clearing your browser cache. Close your browser, and start it again. Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
FIMBLE Posted September 1, 2010 Posted September 1, 2010 This is down to a "whitespace" problem, check the file for a space at the begining of the code before the opening <?php a space is regarded as an output in php and if its before opening tags on the file will throw up this type of error. By the looks of it you need to check you admin / includes / configure.php file Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
expectations80 Posted September 2, 2010 Author Posted September 2, 2010 This is down to a "whitespace" problem, check the file for a space at the begining of the code before the opening <?php a space is regarded as an output in php and if its before opening tags on the file will throw up this type of error. By the looks of it you need to check you admin / includes / configure.php file Nic I checked the source code and there wasn't a space before the opening <?php...still I'm in trouble.
germ Posted September 2, 2010 Posted September 2, 2010 In your case it's probably at the END of the file after the closing PHP tag. Worst case, if you can't find the whitespace(s), the error should go away if you delete the closing PHP tag. Then when you have more time add it back and fix the problem the correct way. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.