Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

error message on catalog/admin page


expectations80

Recommended Posts

Posted

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?

Posted

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

Posted

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.

Posted

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 >

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...