Closed (duplicate)
Project:
Drupal core
Version:
6.x-dev
Component:
update system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2007 at 14:50 UTC
Updated:
7 Nov 2007 at 23:43 UTC
Once I select the modules to update the progress bar screen comes up, which displays these errors. And since this screen keeps being displayed with JS updates, these errors are visible throughout the update process.
# 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 ') ORDER BY fit DESC LIMIT 0, 1' at line 1 query: SELECT * FROM menu_router WHERE path IN () ORDER BY fit DESC LIMIT 0, 1 in /var/www/libikoka.weblabor.hu/root/includes/menu.inc on line 286.
# 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 ') ORDER BY fit DESC LIMIT 0, 1' at line 1 query: SELECT * FROM menu_router WHERE path IN () ORDER BY fit DESC LIMIT 0, 1 in /var/www/libikoka.weblabor.hu/root/includes/menu.inc on line 286.
What's interesting is that the IN part has an empty list, so this seems like an erroneous call.
Comments
Comment #1
JirkaRybka commentedI confirm the bug - happened on all my test-upgrades done so far.
Comment #2
ChrisKennedy commentedI posted a possible fix at http://drupal.org/node/179143#comment-324689
Comment #3
JirkaRybka commentedMarking as duplicate of http://drupal.org/node/179143 because it contains much more now.