• Hello, we are receiving missing table errors in WordPress at
    http://www.e-skinz.com and are hoping someone can help us resolve this issue.

    Here are the errors we are receiving…

    wp_posts: Table ‘tracicr_esk.wp_posts’ doesn’t exist
    wp_comments: Table ‘tracicr_esk.wp_comments’ doesn’t exist
    wp_links: Table ‘tracicr_esk.wp_links’ doesn’t exist
    wp_options: Table ‘tracicr_esk.wp_options’ doesn’t exist
    wp_postmeta: Table ‘tracicr_esk.wp_postmeta’ doesn’t exist
    wp_terms: Table ‘tracicr_esk.wp_terms’ doesn’t exist
    wp_term_taxonomy: Table ‘tracicr_esk.wp_term_taxonomy’ doesn’t exist
    wp_term_relationships: Table ‘tracicr_esk.wp_term_relationships’ doesn’t exist
    wp_commentmeta: Table ‘tracicr_esk.wp_commentmeta’ doesn’t exist

    Additional information below if needed.

    1. I have done a manual install on the root directory for e-skinz.com. I did NOT include the directory when uploading. Simply uploaded thru FTP all contents inside of the latest WP 3.4 release into the root.

    2. I then opened up wp-config.php and added define(‘WP_ALLOW_MULTISITE’, true); above where it says /* That’s all, stop editing! Happy blogging. */

    3. Then ran the e-skinz.com/wp-admin/install.php

    4. It ran me through the install process fine and re-logged into the dashboard.

    5. I set the site up for multisite in >> tools and it asks me to place code:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]

    # uploaded files
    RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ – [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    in the htaccess file…. and

    define( ‘MULTISITE’, true );
    define( ‘SUBDOMAIN_INSTALL’, false );
    $base = ‘/’;
    define( ‘DOMAIN_CURRENT_SITE’, ‘e-skinz.com’ );
    define( ‘PATH_CURRENT_SITE’, ‘/’ );
    define( ‘SITE_ID_CURRENT_SITE’, 1 );
    define( ‘BLOG_ID_CURRENT_SITE’, 1 );

    in the config file (again above the ‘do not edit below’ mark)

    6. After this it again asks to re-login… which i clicked…. and an error ‘cannot establish DB connection occurs

    7. I re-attempted to login and this time got a list of missing table errors:

    wp_posts: Table ‘tracicr_esk.wp_posts’ doesn’t exist
    wp_comments: Table ‘tracicr_esk.wp_comments’ doesn’t exist
    wp_links: Table ‘tracicr_esk.wp_links’ doesn’t exist
    wp_options: Table ‘tracicr_esk.wp_options’ doesn’t exist
    wp_postmeta: Table ‘tracicr_esk.wp_postmeta’ doesn’t exist
    wp_terms: Table ‘tracicr_esk.wp_terms’ doesn’t exist
    wp_term_taxonomy: Table ‘tracicr_esk.wp_term_taxonomy’ doesn’t exist
    wp_term_relationships: Table ‘tracicr_esk.wp_term_relationships’ doesn’t exist
    wp_commentmeta: Table ‘tracicr_esk.wp_commentmeta’ doesn’t exist

    8. I have deleted both WP & the MySQL OCCURRENCES and retried 4 times now with the same results.

    I talked to a rep at my web host and he said the database connection works correctly and he knows this because he set up a test file. He said the problem is with the wordpress installation. The installation script seems to not be creating all of the tables for the database.

    He then referred us here to the forum for assistance.

    Thanks,
    Traci

  • The topic ‘Missing Table Errors in Wordrpress’ is closed to new replies.