I get a similiar get_bloginfo error but it does not occur in the same place I have seen others post:
Call to undefined function: get_bloginfo() in
/var/www/html/rezl/wp-login.php on line 9
My config file looks like this:
define(‘DB_NAME’, ‘supercriminals_com_-_b22’);
define(‘DB_USER’, ‘supercrimi’);
define(‘DB_PASSWORD’, ‘********’);
define(‘DB_HOST’, ‘localhost’);
I’m running phpMyAdmin 2.6.0 & MySQL 3.23.58
I created a seperate database manually and I can see all the tables wordpress has created, it just doesn’t get me past the login screen. The user/password is the root access combo and already works with my b2 blog, but not WP. Any suggestions would be greatly appriciated!