• Fatal error: Call to undefined function wp_get_current_user() in /…/www/wp-includes/capabilities.php on line 1059

    after installing the plugin on version 3.0.1

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have same problem.
    I had to remove the plugin otherwise the blog was down.

    Any news from anyone?

    Ditto

    I found an error in file fcpetition.php, line 0124 or so
    register_activation_hook(__FILE__, fcpetition_install);
    should be:
    register_activation_hook(__FILE__, ‘fcpetition_install’);

    Adding quotes as indicated will make blog OK, (not saying pluggin is working;, not tested yet)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WordPress Petition Plugin] Fatal error after activation’ is closed to new replies.