SQL error

Discussion in 'PHP' started by [ DigitaL ], Jun 30, 2006.

  1. #1
    Can anyone tell me why this error is coming:


    Table 'tihs2_tihn.setting' doesn't exist SQL=select * from setting

    Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/tihs2/public_html/includes/database.php on line 227

    Warning: Cannot modify header information - headers already sent by (output started at /home/tihs2/public_html/includes/database.php:125) in /home/tihs2/public_html/includes/function.php on line 996

    Warning: Cannot modify header information - headers already sent by (output started at /home/tihs2/public_html/includes/database.php:125) in /home/tihs2/public_html/includes/function.php on line 996

    Warning: Cannot modify header information - headers already sent by (output started at /home/tihs2/public_html/includes/database.php:125) in /home/tihs2/public_html/includes/function.php on line 996
    Table 'tihs2_tihn.setting' doesn't exist SQL=select * from setting

    Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /home/tihs2/public_html/includes/database.php on line 227

    Warning: initiate(/home/tihs2/public_html/includes/../language/): failed to open stream: No such file or directory in /home/tihs2/public_html/includes/user.class.php on line 203
     
    [ DigitaL ], Jun 30, 2006 IP
    maldives likes this.
  2. exam

    exam Peon

    Messages:
    2,434
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    0
    #2
    There's no table "setting" on database "tihs2_tihn" :)
     
    exam, Jul 1, 2006 IP
  3. Trusttec

    Trusttec Peon

    Messages:
    147
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Also,

    Warning: initiate(/home/tihs2/public_html/includes/../language/): failed to open stream: No such file or directory in /home/tihs2/public_html/includes/user.class.php on line 203

    means you dont have the file uploaded on your server!
     
    Trusttec, Jul 1, 2006 IP