sammitch
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Publishing redirects to front pageApologies for the bump, but I have trouble believing this error is unique to my server.
Forum: Fixing WordPress
In reply to: Can’t login…getting install page?!Edit the post, delete what you’ve pasted in from your wp-config.
Seeing as you put up all the relevant info I attempted to connect to the database. You host does not allow remote connections, you will have to contact them about getting access via phpMyAdmin or other control panel they might have installed. Your login info will likely be the DB_USER and DB_PASSWORD fields from the config.
Forum: Fixing WordPress
In reply to: Can’t login…getting install page?!DUDE! DO YOU WANT TO BE HACKED?
DON’T POST THAT ON THE INTERNET!
Forum: Fixing WordPress
In reply to: Can’t login…getting install page?!I meant the mySQL back end. You would need to use phpMyAdmin [if your host has it installed] or a desktop app like HeidiSQL. All of the mySQL info should be in your wp-config.php
Forum: Fixing WordPress
In reply to: Can’t login…getting install page?!I’ve found this is sometimes caused by trouble with a plugin. The quick fix is to log into your database, go to the wp_options table, and blank out the ‘option_value’ field for ‘active_plugins’. If that gets your blog back up and running you can log back into the admin section and update/reactivate your plugins.
This doesn’t always fix it, but trying this route won’t damage your install.