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 43 Times in 12 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. The Following 4 Users Say Thank You to rfsforums For This Useful Post:

    ciojennacgalac (16-12-2012),itojessosaspos (23-11-2012),kescotekosek (03-11-2013),lrybuywejewe (26-08-2013)

  3. #2
    Developer Greystoke's Avatar
    Join Date
    Mar 2010
    Posts
    187
    Thanks
    2
    Thanked 499 Times in 113 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']); 

  4. The Following 4 Users Say Thank You to Greystoke For This Useful Post:

    ciojennacgalac (16-12-2012),itojessosaspos (23-11-2012),kescotekosek (03-11-2013),lrybuywejewe (26-08-2013)

Posting Permissions

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