I am getting this error on creating a menu using the module_builder module::
warning: array_shift() [function.array-shift]: The argument should be an array in C:\xampp_new\xampp\htdocs\drupal6\sites\all\modules\module_builder\module_builder.api.inc on line 132.
warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, '' was given in C:\xampp_new\xampp\htdocs\drupal6\includes\form.inc on line 358.
warning: array_pop() [function.array-pop]: The argument should be an array in C:\xampp_new\xampp\htdocs\drupal6\sites\all\modules\module_builder\module_builder.api.inc on line 143.
Comments
Comment #1
dmitrig01 commentedWhat steps can I use to re-create this?
Comment #2
joachim commentedThe 6.x-1.x-dev branch has been mothballed. Try the 6.x-2.x-dev release.
Closing as won't fix.