Hi again my friend, I made a script so users could login to vbulletin board from my sites homepage (www.vyb3.co.uk) But sionce I have added this script to my site I have been getting this error message appearing at the top of every page network-13 news is displayed on (every category)
Code:
Warning: mysql_result() [function.mysql-result]: Unable to jump to row 0 on MySQL result index 26 in /home/fhlinux159/v/vyb3.co.uk/user/htdocs/vyb308/news/index.php on line 46
####@@@**split**@@@###Please enter a name.####@@@**split**@@@###
Ok, i've been trying to sort it but to no avail. I put an @ symbol in front of mysql_result on line 46 and this stopped the mysql error but left this printed on every page:
Code:
####@@@**split**@@@###Please enter a name.####@@@**split**@@@###
So I just changed it back like... hmmm none of the comments links work either man, like you go to http://www.vyb3.co.uk/vyb308/index.php?vyb3=main&id=1300 and it just directs you to vyb3=main ..... the search engine works but its the links that don't
I really dont know why all this has started... i've even took away my vb login script but i'm still getting these errors with my news...
I've got the same message yesterday, it worked fine for like a whole week before it just started to showed up. Dont know why it happend but used mysql 4.x upgraded now to 5 now hope that will help.
I have the same error and I have no ideia why it happens, so just put a @ in front of every $variable = mysql_result($query,0);, like this @$variable = mysql_result($query,0);...