Hello,
I am new to WordPress, but have had it working on another host before. I am trying out a new host http://www.websitesource.com. They have php 4.4 and MYSql 4 running on my account.
I have FTP'd the WordPress files to my domain (root), and created a MY SQL database and user with admin rights. I have reconfigured the wp-config.php file about 10 times now with the same results and am at my wits end.
The error I am getting is...
Fatal error: Call to undefined function: wp() in /hsphere/local/home2/javancor/javancorp.com/wp-settings.php on line 5
My Config file is...
define('DB_NAME', 'javanco_javancorp');
define('DB_USER', 'javanco_jvance');
define('DB_PASSWORD', '********'); //
define('DB_HOST', 'mysql2.websitesource.net')
I have tried different combinations of the above, like taking out the javanco_ and changing the host to local, but to no avail. Any help would be appreciated.
Thanks,
Jason