• Hi i have strange problem.
    I have in my plugin some classes.
    Like CWP, CWP_DB, CWP_USER etc.
    when im using them i write for example:

    register_activation_hook(__FILE__,"CWP::activate");
    register_deactivation_hook(__FILE__,"CWP::deactivate");

    In localhost everything is ok. But when i run it on server in internet i get errors like:

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'CWP::deactivate' was given in /home/tci/ftp/wordpress/wp-includes/plugin.php on line 339

    Neverming what is in class methods. It can be blank function.
    sry for English.

  • The topic ‘Problem with OOP in plugin’ is closed to new replies.