+ Reply to Thread
Results 1 to 2 of 2

Thread: Just installed on live site and am receiving the following errors

  1. #1
    Junior Member rfsforums's Avatar
    Join Date
    Sep 2010
    Posts
    20
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Just installed on live site and am receiving the following errors

    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

  2. #2
    Developer Greystoke's Avatar
    Join Date
    Mar 2010
    Posts
    176
    Thanks
    2
    Thanked 13 Times in 12 Posts

    Default

    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:

    PHP Code:
    print_cp_header($vbphrase['oscshop']); 
    And change to:

    PHP Code:
    // print_cp_header($vbphrase['oscshop']); 

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts