Can’t Login After Install (Errors on wp-config.php creation)
-
All,
I have just completed a install of Word Press 2.7 with phpmyadmin, mysql 5.0, php 5.2.9.1. I used the following for the install
http://dpotter.net/Technical/2009/03/installing-phpmyadmin-on-windows-and-iis-60/
Here is a link to the page I am having the problems on as well:
http://www.debtregret.com/debt-settlement-blog/
Everything worked great, as expected, except for the final part of the wordpress install. When I submitted the info to generate the wp-config.php file, it runs for about ten seconds, then I get the error below. If I do a refresh on the error page, I get a word press login page complete with all the trimings; however, nothings works. I enter my admin username and the password as configured in the database and it fails, I try to reset it, but that doesn’t either. Also, if I try to click on the lost my passowrd link, that does not work. It stays on the login screen and nothing. I am not provided with the ability to enter an e-mail address or anything. I was never e-mailed anything during install with a password either. I hope this helps in resolving my issue.
PHP Notice: Constant DB_NAME already defined in C:\Inetpub\wwwroot\debtregret\blog\wp-config.php on line 21 PHP Notice: Constant DB_USER already defined in C:\Inetpub\wwwroot\debtregret\blog\wp-config.php on line 24 PHP Notice: Constant DB_PASSWORD already defined in C:\Inetpub\wwwroot\debtregret\blog\wp-config.php on line 27 PHP Notice: Constant DB_HOST already defined in C:\Inetpub\wwwroot\debtregret\blog\wp-config.php on line 30 PHP Notice: Constant VHOST already defined in C:\Inetpub\wwwroot\debtregret\blog\wp-config.php on line 37 WordPress database error Table ‘wordpress.wp_blogs’ doesn’t exist for query SELECT * FROM wp_blogs WHERE domain = ‘debtregret.com’ AND path = ‘/debt-settlement-blog/’ made by require, include, include_once, require_once, require_once WordPress database error Table ‘wordpress.wp_sitemeta’ doesn’t exist for query SELECT meta_value FROM wp_sitemeta WHERE site_id = 1 AND meta_key = ‘site_name’ made by require, include, include_once, require_once, require_once WordPress database error Table ‘wordpress.wp_blogs’ doesn’t exist for query SELECT blog_id FROM wp_blogs LIMIT 0,1 made by require, include, include_once, require_once, require_once
The topic ‘Can’t Login After Install (Errors on wp-config.php creation)’ is closed to new replies.