Configuration loops endlessly
-
The link is my development link. Here is my spiel:
When trying to set up WP on a new server I get through to the page where I have to put the database info in, click the Go button and get this:
One or more database tables are unavailable. The database may need to be repaired.
Click on repair
To allow use of this page to automatically repair database problems, please add the following line to your wp-config.php file. Once this line is added to your config, reload this page.
define(‘WP_ALLOW_REPAIR’, true);
Added the line to the file
Uploaded file
Refreshed page > get this…One or more database tables are unavailable. To allow WordPress to attempt to repair these tables, press the “Repair Database” button. Repairing can take a while, so please be patient.
Repair Database
WordPress can also attempt to optimize the database. This improves performance in some situations. Repairing and optimizing the database can take a long time and the database will be locked while optimizing.
Repair and Optimize Database Clicked on Repair Database > a page comes up with this info
The wp_users table is okay.
The wp_usermeta table is okay.
The wp_posts table is okay.
The wp_comments table is okay.
The wp_links table is okay.
The wp_options table is okay.
The wp_postmeta table is okay.
The wp_terms table is okay.
The wp_term_taxonomy table is okay.
The wp_term_relationships table is okay.
The wp_termmeta table is okay.
The wp_commentmeta table is okay.
Repairs complete. Please remove the following line from wp-config.php to prevent this page from being used by unauthorized users.
define(‘WP_ALLOW_REPAIR’, true); I removed the line above from the file
Uploaded the file
Reloaded the page and this happens ….To allow use of this page to automatically repair database problems, please add the following line to your wp-config.php file. Once this line is added to your config, reload this page.
define(‘WP_ALLOW_REPAIR’, true);This process keeps going into a loop, doing this over and over again.`
The page I need help with: [log in to see the link]
The topic ‘Configuration loops endlessly’ is closed to new replies.