MySQL error, never seen before

Discussion in 'MySQL' started by power2b, May 18, 2009.

  1. #1
    Hello,

    Since a week or more my script of a site started working at all and i haven't touched anything in the files. I can't login to admin panel, few .htaccess rewrite rules don't work, simply the script isn't working.

    I have tried to reinstall by deleting MySQL database and reinstalling the script but still im getting this error.

    Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 6 in /home/name/public_html/go.php on line 13

    Warning: Cannot modify header information - headers already sent by (output started at /home/sname/public_html/go.php:13) in /home/name/public_html/go.php on line 63


    Any help?
     
    power2b, May 18, 2009 IP
  2. power2b

    power2b Active Member

    Messages:
    376
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Fixed, lol, i forget that my script needs php_flag register_globals on
     
    power2b, May 18, 2009 IP
  3. eamiro

    eamiro Well-Known Member

    Messages:
    274
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    123
    #3
    These are just warnings, you can disable them throught htaccess, or by putting
    error_reporting(0) at the begining of your script.
     
    eamiro, May 18, 2009 IP