I have a clean install of 1.5.1 and wp-config as:
define(‘DB_NAME’, ‘pennyblogdb’); // The name of the database
define(‘DB_USER’, ‘bloguser’); // Your MySQL username
define(‘DB_PASSWORD’, ‘******’); // …and password
define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
the blog addr is https://www.penny4yathoughts.com
error message:
Fatal error: Call to undefined function: get_bloginfo() in /home/fhlinux201/p/penny4yathoughts.com/user/htdocs/wp-includes/wp-db.php on line 304
the mysql server info (from ISP) is as follows:
DBNAME:pennyblogdb
ServerName:mysql228
IP Addr:213.171.218.228
tried changing localhost to https://mysql228.fasthost.co.uk and https://213.171.218.228 same error.
any ideas?