Troubleshooting A WordPress Install
Posted: August 20th, 2010 | Author: Wardell Latham | Filed under: Web Apps | Tags: apache, htaccess, troubleshooting, wordpress | No Comments »
Manually installing WordPress is a pretty simple and straightforward process but sometimes things can go wrong. Here are some possible problems you can encounter when installing WordPress and ways to fix them.
Problem: Incorrect database name/user name/password. After creating a database and uploading WordPress to your web server you can usually go straight through the installation process simply by visiting the WordPress directory in your web browser and inputting the requested information, but if something goes wrong (maybe you made a typo or forgot to add the user name prefix many servers add to their database, and database user names) visiting the WordPress directory will no longer take you through the setup process it will simply give you an error message.
Solution: The way you can reenter your information correctly is by going to /wordpress/wp-admin/install.php where “/wordpress” is the instillation directory of your copy of WordPress. Read the rest of this entry »
