Hello,
When using sqlite I receive the following exception message upon enabling this message from Drush (if I enable it from the modules menu everything seems fine but I see this message while running any Drush command):
WD menu: PDOException: SQLSTATE[HY000]: General error: 25 bind or column index out of range: INSERT INTO {menu_router} (path, load_functions, to_arg_functions, [error]
access_callback, access_arguments, page_callback, page_arguments, delivery_callback, fit, number_parts, context, tab_parent, tab_root, title, title_callback,
title_arguments, theme_callback, theme_arguments, type, description, position, weight, include_file) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?,
?, ?, ?, ?, ?, ?); Array
(
[0] => admin/appearance/omega-tools/add
[1] =>
[2] =>
[3] => user_access
[4] => a:1:{i:0;s:17:"administer themes";}
[6] => a:1:{i:0;s:24:"omega_tools_subtheme_add";}
[7] =>
[8] => 15
[9] => 4
[10] => 1
[11] => admin/appearance
[12] => admin/appearance
[13] => Create new Omega subtheme
[14] => t
[15] =>
[16] =>
[17] => a:0:{}
[18] => 388
[19] =>
[20] =>
[21] => 100
[22] => sites/all/modules/omega_tools/includes/omega_tools.admin.inc
[5_0] => drupal_get_form
)
in _menu_router_save() (line 3703 of /srv/codesauce/web/includes/menu.inc)
Drupal 7.8, latest releases of these modules as fetched via Drush.
Thanks
Comments
Comment #1
MentalFS commentedThis actually comes from omega_tools and is reported as #1263664: SQL error on module install. There also is a patch, but it has not been applied to the release. There seem to be more issues with non-MySQL databases though, see #1055774: Postgres and SQLite incompatibility.
I've marked this as a duplicate now.
Comment #2
himerus commentedmoving to appropriate queue.