Hello,

Whenever installing this module, I'm presented with the following error.

PDOException: SQLSTATE[HY000]: General error: 1364 Field 'breadcrumb_name' doesn't have a default value: INSERT INTO {workbench_menus} (access_id, path) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1); Array ( [:db_insert_placeholder_0] => 1 [:db_insert_placeholder_1] => ) in workbench_menu_enable() (line 315 of /webroot/sites/all/modules/workbench_menu/workbench_menu.install)

Going back to the module page after seeing this error shows that the module has been enabled, however, the links found in /admin/config/workbench/access/menus return 404s. I'm not sure if this is due to a failed install.

Comments

captainpants’s picture

StatusFileSize
new631 bytes

Here is a patch that fixes the bug described above.

I don't know if this is an acceptable solution but I'm not sure how we can get around MySQL's refusal to have defaults for blob data types.

thekevinday’s picture

Status: Active » Fixed

Sorry this took so long.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.