Install is D7 RC.2 Plug-in manager installed but no functions working. Typical messages are:
-----------
* Warning: call_user_func_array(): First argument is expected to be a valid callback, 'plugin_manager_search' was given in menu_execute_active_handler() (line 485 of /home/sites/mydomain.co.uk/public_html/subdomains/drupal7/includes/menu.inc).
* Notice: Undefined index: plugin_manager_settings_form in drupal_retrieve_form() (line 731 of /home/sites/mydomain.co.uk/public_html/subdomains/drupal7/includes/form.inc).
* Warning: call_user_func_array(): First argument is expected to be a valid callback, 'plugin_manager_settings_form' was given in drupal_retrieve_form() (line 766 of /home/sites/mydomain.co.uk/public_html/subdomains/drupal7/includes/form.inc).
----------------
No other outputs appear on form so module is unusable.
Comments
Comment #1
Ciprian Oancia commentedI'm not sure if this is the right way but as quick fix untill a release is made i've added in pluging_manager.module line 2 this:
@include 'plugin_manager.admin.inc';
Comment #2
xaav commentedYOU MUST BE [bleeped!].
The plugin manager does not need to be installed in D7; all of it's features have been integrated into core.
Comment #3
Ciprian Oancia commentedgeoff you are wrong. before I used to search modules by never leaving my website. Now when im on d7 it got me long time to get back used with searching within drupal.org. drupalmodules.com is an alternative now.
Comment #4
paulgemini commentedHold on here - plugin manager lets you update modules with one click (instead of using ftp). That's an added piece of functionality...
Comment #5
Vc Developer commentedI'm lost in the hub bub here... I have not enabled this version yet, but confused about the purpose of this version based on these comments. Is there something in the core that downloads mod's the same way the 6 version does, because I already have the core update working as for as updating mod's. What I would like is to be able to download new mod's with this version.
So could some clear up for me the purpose of this version just to make sure I'm using it for the right reason? Thanks! :)
Comment #6
Vc Developer commentedWell, I just found the core feature that will allow me to install a mod either by url or file. Kewl! I did try this mod anyway and found is not working yet. But, looking forward to using it when it's stable...
And some else to note in using the Admin Menu, it adds three menu items (Plugin Manager, Install and Install) that causes the Admin Menu to increase its size by dropping the Login Status Menu Item down. Now it covers some portion of the Overlay Header Menu Breadcumbs of the Rubik Theme.