Archive for July 5th, 2011
WordPress 3.2 admin area display errors under suPHP
Posted by MB in Uncategorized on July 5, 2011
If you do the automatic upgrade to the recently-released WordPress 3.2 and notice the admin area displays incorrectly, you may need to reset some file permissions.
Simply run the following from your web root:
chmod -R g+r,o+r *
Should be all set.