capabilities.php and require_once('pluggable.php');
-
Many WordPress updates ago (I forget how long), we upgraded to the latest version. But after the upgrade, both the backend and front end appeared blank. No errors,just no content.
After much searching around, I found a post that suggested adding:
require_once(‘pluggable.php’);
to the top of wp-includes > capabilities.phpthat fixed the problem.
Well, great, except that now everytime we update WordPress, we have to perform the same modification on capabilities.php, because it seems that file is overwritten in each update.
What’s happening here? Clearly there’s something wrong and while this is an easy fix, it’s a hassle, especially when WP does an auto update and we end up with a blank site for a while.
- The topic ‘capabilities.php and require_once('pluggable.php');’ is closed to new replies.