• On install throws errors: (note this is on activation of plugin – happens on deactivate then reactivate). Not super serious. Probably caused a race condition – like trying to use ak_get_roles during install. Don’t have time to look deeper.
    Warning: call_user_func_array() expects parameter 1 to be a valid callback,
    class ‘ThirdPartyPlugin’ does not have a method ‘initialize_options’
    in /var/www/wordpress/wp-includes/plugin.php on line 406
    Call Stack:
    1. {main}() /var/www/wordpress/wp-admin/plugins.php:0
    2. require_once(‘/var/www/wordpress/wp-admin/admin.php’) /var/www/wordpress/wp-admin/plugins.php:10
    3. require_once(‘/var/www/wordpress/wp-load.php’) /var/www/wordpress/wp-admin/admin.php:30
    4. require_once(‘/var/www/wordpress/wp-config.php’) /var/www/wordpress/wp-load.php:29
    5. require_once(‘/var/www/wordpress/wp-settings.php’) /var/www/wordpress/wp-config.php:92
    6. do_action() /var/www/wordpress/wp-settings.php:306
    7. call_user_func_array() /var/www/wordpress/wp-includes/plugin.php:406

    http://wordpress.org/extend/plugins/capability-manager-enhanced/

  • The topic ‘capability-manager-enhanced throws error on install’ is closed to new replies.