Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter japultra

    (@japultra)

    OK, I spent two hours on the phone. The CSR claimed she didn’t do anything on her end except “reset the password”, but I finally got it to work. It took me creating four different databases and installing new copies about 6 times. I did the same thing each and every time and it suddenly decided to work.

    Thread Starter japultra

    (@japultra)

    OK, I feel like an idiot, but I gave the wrong error message from the wrong part of the error log. The correct error message is:

    LIMIT 1
    WordPress database error Table ‘japultra_jenie.wp_options’ doesn’t exist for query SELECT option_name, option_value FROM wp_options WHERE autoload = ‘yes’
    WordPress database error Table ‘japultra_jenie.wp_options’ doesn’t exist for query SELECT option_name, option_value FROM wp_options
    WordPress database error Table ‘japultra_jenie.wp_options’ doesn’t exist for query SELECT option_value FROM wp_options WHERE option_name = ‘cron’ LIMIT 1
    WordPress database error Table ‘japultra_jenie.wp_options’ doesn’t exist for query SELECT option_value FROM wp_options WHERE option_name = ‘siteurl’

    This is only a snippet of it as the whole error was very long. I think it might have repeated itself. I’m on the phone with the host and they’re trying to figure out the problem also so the error message might have been recorded a few times.

    Thread Starter japultra

    (@japultra)

    I already tried this, but do you know why it’s referencing a database that it shouldn’t be? Someone told me it was a problem specific to my host. I am currently on the phone with them now.

    Thread Starter japultra

    (@japultra)

    This is the error I see:
    WordPress database error Table ‘japultra_install_1201573825.wp_terms’ doesn’t exist for query SELECT t.*, tt.*, tr.object_id FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN (‘category’, ‘post_tag’) AND tr.object_id IN (1) ORDER BY t.name ASC
    WordPress database error Table ‘japultra_install_1201573825.wp_terms’ doesn’t exist for query SELECT t.*, tt.* FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON tt.term_id = t.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE tt.taxonomy IN (‘post_tag’) AND tr.object_id IN (1) ORDER BY t.name ASC
    WordPress database error Table ‘japultra_install_1201573825.wp_terms’ doesn’t exist for query SELECT t.*, tt.*

    I’m not sure why it’s referencing that database. I have it set to:

    define(‘DB_NAME’, ‘japultra_wp_3’); // The name of the database

    japultra_install_1201573825 is database for another blog I have on the same domain (different directory).

    Can anyone shed some light on what’s going on?

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