Fatal Error: Undefined function wp_get_current_user () in user.php
-
I get this error after installing a number of basic plugins:
“Fatal error: Call to undefined function wp_get_current_user() in /home/gushbook/public_html/wp-includes/user.php on line 209”
(This crashes my site and also my admin dashboard! So the only thing I can do is FTP to the site and delete the entire plugin!)I searched the forums and I have tried going into capabilities.php and adding
require_once(‘pluggable.php’);
but that gave me an error:
“function.require_once failed to open stream”So, what do I do?
(I tried basic plugins like Adrotate and Google Analytics that really should work on any WP installation…)Thanks!
(Needless to say, I am quite the beginner so take that into account when helping me!)
- The topic ‘Fatal Error: Undefined function wp_get_current_user () in user.php’ is closed to new replies.