Log in

View Full Version : Just installed on live site and am receiving the following errors



rfsforums
03-11-2010, 15:54
Just installed on our live site and I am receiving the following errors in the admincp

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at [path]/includes/adminfunctions.php:285) in [path]/packages/shop/admin/includes/functions/sessions.php on line 102


Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at [path]/includes/adminfunctions.php:285) in [path]/packages/shop/admin/includes/functions/sessions.php on line 102

I do not get these errors on our test site?
Thanks for your help!
David

Greystoke
03-11-2010, 16:04
Hi,

Have you vBulletin Mods installed on your live site that aren't on your test site.

To fix this, you will need to edit the files in your Admincp folder that begin with oscadmin_

In these files find:


print_cp_header($vbphrase['oscshop']);

And change to:


// print_cp_header($vbphrase['oscshop']);