Closed (fixed)
Project:
Administration menu
Version:
7.x-3.0-rc1
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Jul 2011 at 16:20 UTC
Updated:
4 Jan 2014 at 00:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
levelos commentedAttaching patch file.
Comment #2
levelos commentedNever mind that last patch, try this one ;)
Comment #4
strykaizerSame error here, when I activate the admin menu for a custom role, and log in with that role.
D7.2, 7.x-3.x-dev
PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 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 '))' at line 1: SELECT ml.p1 AS p1, ml.p2 AS p2, ml.p3 AS p3, ml.p4 AS p4, ml.p5 AS p5, ml.p6 AS p6, ml.p7 AS p7, ml.p8 AS p8, ml.p9 AS p9 FROM {menu_links} ml WHERE (router_path IN ()) ; Array ( ) in admin_menu_tree_dynamic() (line 75 of sites/all/modules/contrib/admin_menu/admin_menu.inc).
Comment #5
nardberjean commentedSame error message observed in same or different conditions. Trying to use admin menu for users with low administrative rights. Supressing the right to use admin_menu for the user make the bug disappear.
Comment #8
sunSorry for the noise; now for real.
Comment #9
sunSorry, wasn't aware there's an issue for this. Fixed in http://drupalcode.org/project/admin_menu.git/commit/f6d25420fc66f7f57cc8...