stephengb
Forum Replies Created
Viewing 1 replies (of 1 total)
-
Forum: Installing WordPress
In reply to: WordPress Installation StalledI also have this problem on XP Pro.
1)tried deleting the database and re-creating: same problem.
2) reloaded everything: no help.I have edited lines of wp-config as follows:
define('DB_NAME', 'capebiz'); // The name of the database define('DB_USER', 'root'); // 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', ''); define('AUTH_KEY', 'this is my unique phrase'); // Change this to a unique phrase. define('SECURE_AUTH_KEY', 'this is another unique phrase'); // Change this to a unique phrase. define('LOGGED_IN_KEY', 'and this is yet another'); // Change this to a unique phrase. define ('WPLANG', 'en');Mysql server is running;Apache is running.
The datebase created was ‘capebiz’ otherwise all defaults, collation changed to ‘blank’ using phpadmin.When running php-install I gave my email as [email protected]
Don’t know what other info to provide??
Only other thing I noticed is that config.php is ‘well structured’ in Notepad, whereas install.php comes out as a long string with a funny character where nl should be. Probably just a character error, but don’t know.
Regards
Stephen.
Viewing 1 replies (of 1 total)