Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter legionsofgotham

    (@legionsofgotham)

    Ok..so I found this

    http://perishablepress.com/press/2009/05/05/important-security-fix-for-wordpress/

    and I replaced the install.php screen…but how do I get my site to come back?!

    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.

    Thread Starter legionsofgotham

    (@legionsofgotham)

    Thanks sammitch.

    Problem is..I can’t login to my blog at all. I have other WP blogs on the same server that are working fine, but when I try to login to this one I get that install.php page!

    Help!~

    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

    Thread Starter legionsofgotham

    (@legionsofgotham)

    ok..I got into my config.php and this is what it says..what should I do??

    ———–

    <?php
    // ** MySQL settings ** //
    define(‘WP_CACHE’, true); //Added by WP-Cache Manager
    define(‘DB_NAME’, ‘TOYLEGIONHOME’); // The name of the database
    define(‘DB_USER’, ‘yscr_bbjHYv’); // Your MySQL username
    define(‘DB_PASSWORD’, ‘IQf8C20sq4TnIC’); // …and password
    define(‘DB_HOST’, ‘mysql’); // 99% chance you won’t need to change this value

    // Change the prefix if you want to have multiple blogs in a single database.
    $table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’

    // Change this to localize WordPress. A corresponding MO file for the
    // chosen language must be installed to wp-includes/languages.
    // For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
    // to enable German language support.
    define (‘WPLANG’, ”);

    /* Stop editing */

    define(‘ABSPATH’, dirname(__FILE__).’/’);
    require_once(ABSPATH.’wp-settings.php’);
    ?>

    Thread Starter legionsofgotham

    (@legionsofgotham)

    Anyone? 🙂

    DUDE! DO YOU WANT TO BE HACKED?

    DON’T POST THAT ON THE INTERNET!

    Thread Starter legionsofgotham

    (@legionsofgotham)

    I didn’t know, is there anything I can do now?

    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.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Can’t login…getting install page?!’ is closed to new replies.