• Using backWPup 3.1.1
    Weekly backup to S3 account has been running flawlessly for months. This week the backup returns this error message:

    [12-Feb-2014 22:10:26] WARNING: Database error Table ‘gemml0_gemmBlog.wp_wfNet404s’ doesn’t exist for query SHOW CREATE TABLE wp_wfNet404s

    [13-Feb-2014 02:10:26 UTC] PHP Fatal error: Call to a member function fetch_assoc() on a non-object in /home/gemml0/public_html/blog/wp-content/plugins/backwpup/inc/class-mysqldump.php on line 345

    [12-Feb-2014 22:10:26] ERROR: Call to a member function fetch_assoc() on a non-object

    How best to troubleshoot this?
    Thank you!

    https://wordpress.org/plugins/backwpup/

Viewing 1 replies (of 1 total)
  • Plugin Author Daniel Hüsken

    (@danielhuesken)

    The sql backup gets first a list of all tables in the database. Than it will be call the command SHOW CREATE TABLE to that tables. It looks that the table not exisist at this moment. Can you have a look what for a table wp_wfNet404s is with PHPMyAdmin ?

Viewing 1 replies (of 1 total)
  • The topic ‘member function fetch_assoc() on a non-object’ is closed to new replies.