So I've searched the forums and haven't found the answer for this yet and have also checked the wordpress forums, so I'm not just asking without doing research. But after setting up a database as described here: http://www.totalchoicehosting.com/help/wordpress.html I cannot get my blog to display at all.
If I do assign a user to the database I get this error:
Warning: main(/home/cpanelname/public_html/blog/wp-includes/cache.php) [function.main]: failed to open stream: No such file or directory in /home/cpanelname/public_html/blog/wp-settings.php on line 128
Warning: main(/home/cpanelname/public_html/blog/wp-includes/cache.php) [function.main]: failed to open stream: No such file or directory in /home/cpanelname/public_html/blog/wp-settings.php on line 128
Fatal error: main() [function.require]: Failed opening required '/home/cpanelname/public_html/blog/wp-includes/cache.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/cpanelname/public_html/blog/wp-settings.php on line 128
Currently this is the error I am receiving [without any users in the database]: http://www.djevs.com/blog/
I've already modified the wp-config.php file with this:
define('DB_NAME', 'cpanelname_databasename'); // The name of the database
define('DB_USER', 'cpanelname_databaseusername'); // Your MySQL username
define('DB_PASSWORD', '********'); // ...and password
define('DB_HOST', 'localhost'); // 99% chance you won't need to change this value
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
Any tips would be greatly appreciated.