SBN - Blog Server Notes
Jump to navigation
Jump to search
Contents
Potentially Useful Links
Problems Solved
WP_Filesystem is not available
When WP shows you this very helpful screen:
Open up wp-config.php
and add:
define('FS_METHOD', 'direct');
at the bottom.
Error establishing a database connection
Check your credentials. Simple as that.
Most common reasons for this error are either that the database server isn't running (possible, but not #1) or that you've messed up the user name or password for accessing the database.
(It IS also possible that you've told WP to access the database by the wrong name or on the wrong server... Check those items too.)