• so i recovering old blog . and importing a db , after restoring the blog is not running so i ran the built in in maint on wp ..and i get the following msg : and suggestion to get support from you guys

    wp_users: Table ‘blog.wp_users’ doesn’t exist
    wp_usermeta: Table ‘blog.wp_usermeta’ doesn’t exist
    wp_terms: Table ‘blog.wp_terms’ doesn’t exist
    wp_term_taxonomy: Table ‘blog.wp_term_taxonomy’ doesn’t exist
    wp_term_relationships: Table ‘blog.wp_term_relationships’ doesn’t exist

    how to go about it / ? please help

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi Dr-Hack,

    When you imported the new db, did it assign the table prefixes as wp- or blog. ? Your best bet is to start by looking at the db and see what the prefix for your database tables are.

    If the table prefix is correct I would then check the wp-config.php to make sure that it is correct there as well. (looking for a blog. prefix instead of a wp- prefix

    Hope this helps you find your solution!
    -Kevin

    @dr-hack

    Hello, it’s like your db is really old.
    I suggest you open it in let’s say phpmyadmin, or a good mysql tool, then export it again aka “new-file.sql”.

    If software is good, it will format it well. PHPMyadmin always does it and I don’t say you miss skills or so, just the db might need a little cleaning.

    Try to reimport it in mysql, see if improvements, it should. If not, please show output of import to help us help you.

    (phpmyadmin does show only big errors at log, but might be triggered by a configuration file to show all “soft errors”).

    Digico

    Thread Starter Niazai

    (@dr-hack)

    Thank you @kpudlo and @’Digico Paris’ for your help .
    1. currently i only have the .csv backup my old host deleted all the data so its not “running anywhere” .
    so i tried importing it again and this time i got the fol :

    ERROR: Maximum execution time of 300 seconds exceeded (ImportCsv.class.php:383)
    
    Notice in plib\CommonPanel\Exception.php#266
     Undefined index: PARAMETERS
    string 'Error',
    string 'Maximum execution time of 300 seconds exceeded',
    string 'C:\\xxx\\ImportCsv.class.php',
    <<truncated>>

    db size is 42mb when its in csv and 12mb when its csv.zip
    what next :/

    Thread Starter Niazai

    (@dr-hack)

    is this allowed to Bump the post ? so someone may assist pleas.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WP maint log’ is closed to new replies.