Database warning

Discussion in 'Databases' started by gerryt, Apr 1, 2006.

  1. #1
    I have a reminder site called todaysreminder.com
    I was in the administration area today tring to add a banner to my site.
    I must have screwed up, because when I try to log into the admin area now I get the following message:
    Can anyone help me?
    Thanks
     
    gerryt, Apr 1, 2006 IP
  2. sacx13

    sacx13 Active Member

    Messages:
    438
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Header need to be first "Instuctions" from your page. For example don't do any echo or print until Header is executed !

    (Or do you have some debug output there ?)

    Regards


    Dont understand wrong ... dont need to be first from all the program .... need to be first instruction what is sending something at output.

    If you have debug output try to comment that first :)

    Regards
     
    sacx13, Apr 2, 2006 IP
  3. BNix

    BNix Peon

    Messages:
    224
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yes , Don't print , echo , or even <html> tag on the header modify page
    before header('xxx'); command
    Most will occured when logging in and page can't create the session
     
    BNix, Apr 3, 2006 IP
  4. jaymcc

    jaymcc Peon

    Messages:
    139
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #4
    This has happenned to me even when I had a carriage return prior to the header. Check that also.

    J
     
    jaymcc, Apr 3, 2006 IP
  5. sacx13

    sacx13 Active Member

    Messages:
    438
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    58
    #5
    Hi guys,

    Is already fixed :)

    Regards
     
    sacx13, Apr 4, 2006 IP