1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Session start error

Discussion in 'All other topics' started by andrew077, Jul 16, 2011.

  1. andrew077

    andrew077 Member

    Joined:
    Apr 18, 2011
    Messages:
    17
    Likes Received:
    0
    Trophy Points:
    11
    So, basically all I want to do is buy some things online, but the problem with the site that I'm buying from is that when I click on the 'add to cart' button which runs the javascript command I get the:

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/gnsellco/domains/seller1.com/public_html/shopcart.php:1) in /home/gnsellco/domains/seller1.com/public_html/shopcart.php on line 6
    Output has already been sent to the browser at /home/gnsellco/domains/seller1.com/public_html/shopcart.php:1. Please make sure the command $xajax->processRequest() is placed before this.


    error.

    Is there anything I can do to get around this short of getting on to the owners of the site and getting them to fix their code?

    Thanks heaps
     
  2. ddp

    ddp Moderator Staff Member

    Joined:
    Oct 15, 2004
    Messages:
    39,157
    Likes Received:
    134
    Trophy Points:
    143
    talk to the owners as nothing you can do.
     

Share This Page