Viewing 1 replies (of 1 total)
  • Thread Starter Vital Urbonavi

    (@vitalvital)

    As suggested by Marko (Cimy User Extra Fields author) I added

    if (is_array($the_['function']))
    print_r($the_);

    to /wp-includes/plugin.php line 338.

    the output (when trying to register) was:

    Array ( [function] => Array ( [0] => [1] => updateProfile ) [accepted_args] => 1 )
    Warning: call_user_func_array()…..

    then I commented out the line 93:
    add_action( 'profile_update', array(&$this->adminPanel, 'updateProfile') );
    in wp-content/plugins/projectmanager/projectmanager.php and the warning “went away”. I do not use “Hook into profile” so I assume the rest of the plugin is working as intended without this line.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: ProjectManager] Conflict (PHP warning) with Cimy User Extra Fields upon user registration’ is closed to new replies.