Just installed rc1 (fresh install) and when i visit the settings page i get the following error (and nothing is showed otherwise):
Notice: Undefined index: menu_minipanels_admin in drupal_retrieve_form() (line 738 of /srv/www/blabla.com/docroot/includes/form.inc).
Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'menu_minipanels_admin' not found or invalid function name in drupal_retrieve_form() (line 773 of /srv/www/blabla.com/docroot/includes/form.inc).
For completeness my steps:
- drush dl menu_minipanels
- put qtip lib in sites/all/libraries/qtip
- enable menu_minipanels and minipanels
- visit menu_minipanels settingspage
- everything else is all up-to-date
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | menu_minipanels-n1239292-1-d6.patch | 1.28 KB | damienmckenna |
| #1 | menu_minipanels-n1239292-1-d7.patch | 1.29 KB | damienmckenna |
Comments
Comment #1
damienmckennaThis is another bug stemming from my fat-fingering the rerolling of a patch for #1230622: Separate admin settings from front end code. The attached patches fix the issue and have been committed to their respective branches, expect another RC later today.
Comment #2
damienmckennaTag, I'm it.
Comment #3
digibeetle commentedHey Damien, if you're this quick in reply-ing and fixing things your fingers may be as fat as you like ;-)
I have a D7 site which should go live next month and i would like to use menu_minipanels on it - with all the recent progress i am already very happy and grateful and have good confidence it will work out just fine!
Comment #4
tabestan commentedI have the same issue and I applied the patch but still the same error.
Comment #5
damienmckennaPlease try the latest -dev release. I'll have another RC out hopefully today.
Comment #6
tabestan commentedI'll wait for the next release since I don't see a link for the -dev release.
... It did the work thanks.