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
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
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)
This topic has been closed to new replies.