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?
These are just warnings, you can disable them throught htaccess, or by putting error_reporting(0) at the begining of your script.