Bug #29005 | Warning: mysql_result: Unable to jump to row...... | ||
---|---|---|---|
Submitted: | 9 Jun 2007 8:38 | Modified: | 9 Jul 2007 20:38 |
Reporter: | Errol Jacoby | Email Updates: | |
Status: | No Feedback | Impact on me: | |
Category: | MySQL Server: Errors | Severity: | S3 (Non-critical) |
Version: | MySQL 4.0.26 & PHP 5.0.4 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[9 Jun 2007 8:38]
Errol Jacoby
[9 Jun 2007 20:38]
Sveta Smirnova
Thank you for the report. But version 4.0.26 is quite old. Please upgrade to current version 4.0.30, try with it and if you can repeat provide output of SHOW CREATE TABLE news and output of query "SELECT * FROM news WHERE newsid='$newsid';" issued in the mysql command line client where you replace $newsid with value for which you get error in PHP application.
[9 Jul 2007 23:00]
Bugs System
No feedback was provided for this bug for over a month, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open".
[7 Aug 2009 16:32]
ross gates
Has anyone discovered a fix for this error? It is quite literally driving me insane at this point...I cannot fix it.
[24 Mar 2010 18:54]
James S
+-------------------------+-------------------+ | Variable_name | Value | +-------------------------+-------------------+ | protocol_version | 10 | | version | 5.0.51a-24+lenny3 | | version_comment | (Debian) | | version_compile_machine | i486 | | version_compile_os | debian-linux-gnu | +-------------------------+-------------------+ I'm on what is the newest version apt-get will retrieve for me and I am getting this error. The line of code that is erroring is $path = mysql_result(mysql_query("select fpointer from flist where `uuid` = '$uuid' limit 1;"),0,0); the table flist exists and the fields fpointer and uuid exist