• [Table ‘dcounter.wp_users’ doesn’t exist]
    SELECT * FROM wp_users WHERE ID = ‘1’ LIMIT 1

    and

    WordPress database error: [Table ‘dcounter.wp_posts’ doesn’t exist]
    SELECT DISTINCT * FROM wp_posts WHERE 1=1 AND post_type = ‘post’ AND post_status = ‘publish’ GROUP BY wp_posts.ID ORDER BY post_title ASC LIMIT 0,10

    pls help me..

Viewing 5 replies - 1 through 5 (of 5 total)
  • well, does the table exist?

    Thread Starter jalmz

    (@jalmz)

    HI handysolo, thank you for the response..

    There is no dcounter in my wordpress database. and inside the wp_posts table…

    Thread Starter jalmz

    (@jalmz)

    What is dcounter? before i updated my wordpress to 2.1, my wordpress 2.0.7 works perfectly.

    [Table ‘dcounter.wp_users’ doesn’t exist]

    dcounter would be the mysql user name.
    wp_users would be the table name (associated with that user account).

    Which of those doesn’t exist?

    When you upgraded, did you create a new wp-config.php file? If you look at the one you backed up (you backed up, right?) does it have the same values for user and password?

    npessoa

    (@npessoa)

    Does anyone have any insight into this problem? I’ve searched the threads and this seems to plague a lot of people, but nobody seems to know how to fix it. This is not an upgrade issue in my case, as I never had WP or any sort of database running – it was a fresh install.

    The error I’m getting is:

    WordPress database error: [Table ‘seimoneaugwp.wp_mygallery’ doesn’t exist]
    SELECT name FROM wp_mygallery WHERE name =”pix1″

    This example is from my recent attempt to install Mygallery, but I’ve gotten the same error with fGallery and a few events plugins…

    any ideas? Could this be related to php memory, or do I need to change something in wp-config?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Table ‘dcounter.wp_users’ doesn’t exist in 2.1’ is closed to new replies.