Posted by yktdan on June 2, 2008 at 3:31pm
Jump to:
| Project: | Time Map |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | sethfreach |
| Status: | closed (fixed) |
Issue Summary
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'LIMIT 1212419929, 1' at line 1 query: update timemap_doings set stop=0 where uid=0 order by time desc limit 1 LIMIT 1212419929, 1 in /home/nynjtc/public_html/new/includes/database.mysql.inc on line 172.
Drupal 5.7
MySQL database 4.1.22
PHP 5.2.4
Comments
#1
Cheers on that. I had a bunch of code (what's currently labled: 2.x-dev) that i did a bit of rewind on to make a "stable" 1.0 release available from. Don't know how I missed that one, thanks for catching it. The 5.x-1.1 release fixes this issue. (if there are more, I will queue them up and fix/commit in batch, this one seemed a bit of a show stopper though.)
http://drupal.org/node/266613
#2
Automatically closed -- issue fixed for two weeks with no activity.