Restoring database keeps spinning
-
Hi,
I’m importing now, but the wheel keeps spinning with “restoring database” for at least 15 minutes.
The zip file is not over 150MB.
Does it take this long?
-
HELP!!!!!
I’m having the exact same issue, I’ve already clicked “Report Problem” and am currently waiting a response.
For the record, I’m running the latest version and the import spins, does not complete.
I exported successfully, on the second try, by deselecting the plugins export.The plugin looks promising. It’s a great vision, but the current version is not reliable.
There is no error log generated. The Stop Import button does not respond. Last reported status is Done retrieving a list of all WordPress files.
Similar issues – unlimited S3 version – both with file and S3 – AWS EC2 host
I’m having a problem with a hung “Restoring Database”. It’s been running for 30-45 min. I’m unable to get into wp-admin on the new site. Here are the contents of my error.log. I just purchased the Unlimited Extension.
[Jul 23 2015 20:33:03] ERROR_HANDLER
Number: 2
Message: mkdir(): File exists
File: /home/lsimed/public_html/oldlsi1/wp-admin/includes/class-wp-filesystem-direct.php
Line: 384
——————————————–
[Jul 23 2015 21:28:00] ERROR_HANDLER
Number: 2
Message: gzinflate(): data error
File: /home/lsimed/public_html/oldlsi1/wp-includes/class-http.php
Line: 2116
——————————————–
[Jul 23 2015 21:28:01] ERROR_HANDLER
Number: 2
Message: gzinflate(): data error
File: /home/lsimed/public_html/oldlsi1/wp-includes/class-http.php
Line: 2116
——————————————–
[Jul 23 2015 21:28:02] ERROR_HANDLER
Number: 2
Message: gzinflate(): data error
File: /home/lsimed/public_html/oldlsi1/wp-includes/class-http.php
Line: 2116
——————————————–
[Jul 23 2015 21:38:00] ERROR_HANDLER
Number: 2
Message: gzinflate(): data error
File: /home/lsimed/public_html/oldlsi1/wp-includes/class-http.php
Line: 2116
——————————————–
[Jul 23 2015 21:38:01] ERROR_HANDLER
Number: 2
Message: gzinflate(): data error
File: /home/lsimed/public_html/oldlsi1/wp-includes/class-http.php
Line: 2116
——————————————–
[Jul 23 2015 21:38:02] ERROR_HANDLER
Number: 2
Message: gzinflate(): data error
File: /home/lsimed/public_html/oldlsi1/wp-includes/class-http.php
Line: 2116
——————————————–
[Jul 23 2015 22:17:25] ERROR_HANDLER
Number: 2
Message: gzinflate(): data error
File: /home/lsimed/public_html/oldlsi1/wp-includes/class-http.php
Line: 2116
——————————————–
[Jul 23 2015 22:17:25] ERROR_HANDLER
Number: 2
Message: gzinflate(): data error
File: /home/lsimed/public_html/oldlsi1/wp-includes/class-http.php
Line: 2116
——————————————–I’ve had this problem exporting from a local dev site to a live (staging) server. I have two web hosts – one running MySQL version 5.1(???) and another running 5.6.
The web host running 5.1 stalls at the ‘restoring database’ stage while the one running 5.6 has no problem.
I believe something changed in WP core during the recent 4.1 to 4.2 upgrade that altered the structure of the database and affected backwards compatibility.
To anyone having this problem it’s worth checking the version of MySQL running on the DB you’re exporting from and the DB you’re exporting to.
Having the same problem here too…. any update on this yet?
I have sent an email to servmask but no reply yet. I also get stuck on restoring database…
I tried all the steps Pim Jitsawang suggested but I can’t see a place for ‘click on Turn Off Maintenance’.I go to my site that I have exported to and I get taken to the 5minute wordpress install page. I install, and I no longer have anything in my wordpress (I tried migrating my site by other means before and at least I got somewhere, just had a few broken links so I thought I would try this easy plugin…sadly too good to be true, now my wordpress is empty….)
The versions for my locally hosted site:
Database server version: 5.5.42
and phpmyadmin 4.4.9The versions for my online host I am trying to migrate to:
Database server version: 5.1.66-log
and phpmyadmin version: 5.1.69Does that give any clue to what might be wrong?
Kind regards
AlexSame thing with me. Spinning like etternaly. I don’t have the log.txt file on my storage folder. What should we do?
I’m stuck too, at 93% complete. Spinning, spinning, spinning…
So I just refreshed the page and everything is there. WEIRD. Recommend others try the same…
Love this plugin. LOVE.
I had same problem. Was using migration tool version 4.0.
Went back to old version of the tool, 2.05, when it used .zip files, and it was successful. Both to/from sites are running WordPress 4.2.3.
– Bill
I have same issue.
I think it’s related to “utf8mb4_unicode_ci”[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[HY000]: General error: 1273 Unknown collation: ‘utf8mb4_unicode_ci’ with query: — All In One WP Migration SQL Dump
— http://servmask.com/
—
— Host: localhost
— Generation Time: Wed, 05 Aug 2015 14:04:37 +0000—
— Database:pba
—CREATE TABLE
wp_commentmeta(
meta_idbigint(20) unsigned NOT NULL AUTO_INCREMENT,
comment_idbigint(20) unsigned NOT NULL DEFAULT ‘0’,
meta_keyvarchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
meta_valuelongtext COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (meta_id),
KEYcomment_id(comment_id),
KEYmeta_key(meta_key(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[HY000]: General error: 1273 Unknown collation: ‘utf8mb4_unicode_ci’ with query:
CREATE TABLE
wp_comments(
comment_IDbigint(20) unsigned NOT NULL AUTO_INCREMENT,
comment_post_IDbigint(20) unsigned NOT NULL DEFAULT ‘0’,
comment_authortinytext COLLATE utf8mb4_unicode_ci NOT NULL,
comment_author_emailvarchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
comment_author_urlvarchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
comment_author_IPvarchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
comment_datedatetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
comment_date_gmtdatetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
comment_contenttext COLLATE utf8mb4_unicode_ci NOT NULL,
comment_karmaint(11) NOT NULL DEFAULT ‘0’,
comment_approvedvarchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ‘1’,
comment_agentvarchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
comment_typevarchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
comment_parentbigint(20) unsigned NOT NULL DEFAULT ‘0’,
user_idbigint(20) unsigned NOT NULL DEFAULT ‘0’,
PRIMARY KEY (comment_ID),
KEYcomment_post_ID(comment_post_ID),
KEYcomment_approved_date_gmt(comment_approved,comment_date_gmt),
KEYcomment_date_gmt(comment_date_gmt),
KEYcomment_parent(comment_parent),
KEYcomment_author_email(comment_author_email(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_comments’ doesn’t exist with query:
INSERT INTOwp_commentsVALUES (‘1′,’1′,’Mr WordPress’,”,’https://wordpress.org/’,”,’2015-07-13 13:39:13′,’2015-07-13 13:39:13′,’Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.’,’0′,’1′,”,”,’0′,’0′);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[HY000]: General error: 1273 Unknown collation: ‘utf8mb4_unicode_ci’ with query:
CREATE TABLEwp_links(
link_idbigint(20) unsigned NOT NULL AUTO_INCREMENT,
link_urlvarchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
link_namevarchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
link_imagevarchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
link_targetvarchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
link_descriptionvarchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
link_visiblevarchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ‘Y’,
link_ownerbigint(20) unsigned NOT NULL DEFAULT ‘1’,
link_ratingint(11) NOT NULL DEFAULT ‘0’,
link_updateddatetime NOT NULL DEFAULT ‘0000-00-00 00:00:00’,
link_relvarchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
link_notesmediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
link_rssvarchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
PRIMARY KEY (link_id),
KEYlink_visible(link_visible)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[HY000]: General error: 1273 Unknown collation: ‘utf8mb4_unicode_ci’ with query:
CREATE TABLE
wp_options(
option_idbigint(20) unsigned NOT NULL AUTO_INCREMENT,
option_namevarchar(64) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ”,
option_valuelongtext COLLATE utf8mb4_unicode_ci NOT NULL,
autoloadvarchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ‘yes’,
PRIMARY KEY (option_id),
UNIQUE KEYoption_name(option_name)
) ENGINE=InnoDB AUTO_INCREMENT=774 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query:
INSERT INTOwp_optionsVALUES (‘1′,’siteurl’,’http://postbusanoniem.nl’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘2′,’home’,’http://postbusanoniem.nl’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘3′,’blogname’,’Postbus Anoniem’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘4′,’blogdescription’,’Ongezien de beste’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘5′,’users_can_register’,’0′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘6′,’admin_email’,’bart@dmi.nu’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘7′,’start_of_week’,’1′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘8′,’use_balanceTags’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘9′,’use_smilies’,’1′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’10’,’require_name_email’,’1′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’11’,’comments_notify’,’1′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’12’,’posts_per_rss’,’10’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’13’,’rss_use_excerpt’,’1′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’14’,’mailserver_url’,’smtp.gmail.com’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’15’,’mailserver_login’,’info@postbusanoniem.nl’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’16’,’mailserver_pass’,’Chris050609′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’17’,’mailserver_port’,’465′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’18’,’default_category’,’1′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’19’,’default_comment_status’,’open’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’20’,’default_ping_status’,’open’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’21’,’default_pingback_flag’,’1′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’22’,’posts_per_page’,’10’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’23’,’date_format’,’d/m/Y’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’24’,’time_format’,’H:i’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’25’,’links_updated_date_format’,’F j, Y g:i a’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’26’,’comment_moderation’,’1′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’27’,’moderation_notify’,’1′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’28’,’permalink_structure’,’/shop/’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’29’,’gzipcompression’,’0′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’30’,’hack_file’,’0′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’31’,’blog_charset’,’UTF-8′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’32’,’moderation_keys’,”,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’33’,’active_plugins’,’a:9:{i:0;s:11:\”MPM/mpm.php\”;i:1;s:51:\”all-in-one-wp-migration/all-in-one-wp-migration.php\”;i:2;s:27:\”js_composer/js_composer.php\”;i:3;s:51:\”woocommerce-eu-vat-compliance/eu-vat-compliance.php\”;i:4;s:53:\”woocommerce-pdf-vouchers/woocommerce-pdf-vouchers.php\”;i:5;s:55:\”woocommerce-smart-coupons/woocommerce-smart-coupons.php\”;i:6;s:55:\”woocommerce-subscriptions/woocommerce-subscriptions.php\”;i:7;s:27:\”woocommerce/woocommerce.php\”;i:8;s:29:\”woocredit213/store-credit.php\”;}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’34’,’category_base’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’35’,’ping_sites’,’http://rpc.pingomatic.com/’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’36’,’advanced_edit’,’0′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’37’,’comment_max_links’,’2′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’38’,’gmt_offset’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’39’,’default_email_category’,’1′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’40’,’recently_edited’,”,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’41’,’template’,’DynamiX’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’42’,’stylesheet’,’DynamiX-Child’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’43’,’comment_whitelist’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’44’,’blacklist_keys’,”,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’45’,’comment_registration’,’1′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’46’,’html_type’,’text/html’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’47’,’use_trackback’,’0′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’48’,’default_role’,’subscriber’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’49’,’db_version’,’31536′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’50’,’uploads_use_yearmonth_folders’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’51’,’upload_path’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’52’,’blog_public’,’1′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’53’,’default_link_category’,’0′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’54’,’show_on_front’,’page’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’55’,’tag_base’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’56’,’show_avatars’,’1′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’57’,’avatar_rating’,’G’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’58’,’upload_url_path’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’59’,’thumbnail_size_w’,’150′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’60’,’thumbnail_size_h’,’150′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’61’,’thumbnail_crop’,’1′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’62’,’medium_size_w’,’300′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’63’,’medium_size_h’,’300′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’64’,’avatar_default’,’mystery’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’65’,’large_size_w’,’1024′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’66’,’large_size_h’,’1024′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’67’,’image_default_link_type’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’68’,’image_default_size’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’69’,’image_default_align’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’70’,’close_comments_for_old_posts’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’71’,’close_comments_days_old’,’14’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’72’,’thread_comments’,’1′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’73’,’thread_comments_depth’,’5′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’74’,’page_comments’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’75’,’comments_per_page’,’50’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’76’,’default_comments_page’,’newest’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’77’,’comment_order’,’asc’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’78’,’sticky_posts’,’a:0:{}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’79’,’widget_categories’,’a:2:{i:2;a:4:{s:5:\”title\”;s:0:\”\”;s:5:\”count\”;i:0;s:12:\”hierarchical\”;i:0;s:8:\”dropdown\”;i:0;}s:12:\”_multiwidget\”;i:1;}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’80’,’widget_text’,’a:2:{i:1;a:0:{}s:12:\”_multiwidget\”;i:1;}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’81’,’widget_rss’,’a:2:{i:1;a:0:{}s:12:\”_multiwidget\”;i:1;}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’82’,’uninstall_plugins’,’a:1:{s:11:\”MPM/mpm.php\”;s:13:\”mpm_uninstall\”;}’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’83’,’timezone_string’,’Europe/Amsterdam’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’84’,’page_for_posts’,’0′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’85’,’page_on_front’,’8′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’86’,’default_post_format’,’0′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’87’,’link_manager_enabled’,’0′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’88’,’initial_db_version’,’31535′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’89’,’wp_user_roles’,’a:8:{s:13:\”administrator\”;a:2:{s:4:\”name\”;s:13:\”Administrator\”;s:12:\”capabilities\”;a:133:{s:13:\”switch_themes\”;b:1;s:11:\”edit_themes\”;b:1;s:16:\”activate_plugins\”;b:1;s:12:\”edit_plugins\”;b:1;s:10:\”edit_users\”;b:1;s:10:\”edit_files\”;b:1;s:14:\”manage_options\”;b:1;s:17:\”moderate_comments\”;b:1;s:17:\”manage_categories\”;b:1;s:12:\”manage_links\”;b:1;s:12:\”upload_files\”;b:1;s:6:\”import\”;b:1;s:15:\”unfiltered_html\”;b:1;s:10:\”edit_posts\”;b:1;s:17:\”edit_others_posts\”;b:1;s:20:\”edit_published_posts\”;b:1;s:13:\”publish_posts\”;b:1;s:10:\”edit_pages\”;b:1;s:4:\”read\”;b:1;s:8:\”level_10\”;b:1;s:7:\”level_9\”;b:1;s:7:\”level_8\”;b:1;s:7:\”level_7\”;b:1;s:7:\”level_6\”;b:1;s:7:\”level_5\”;b:1;s:7:\”level_4\”;b:1;s:7:\”level_3\”;b:1;s:7:\”level_2\”;b:1;s:7:\”level_1\”;b:1;s:7:\”level_0\”;b:1;s:17:\”edit_others_pages\”;b:1;s:20:\”edit_published_pages\”;b:1;s:13:\”publish_pages\”;b:1;s:12:\”delete_pages\”;b:1;s:19:\”delete_others_pages\”;b:1;s:22:\”delete_published_pages\”;b:1;s:12:\”delete_posts\”;b:1;s:19:\”delete_others_posts\”;b:1;s:22:\”delete_published_posts\”;b:1;s:20:\”delete_private_posts\”;b:1;s:18:\”edit_private_posts\”;b:1;s:18:\”read_private_posts\”;b:1;s:20:\”delete_private_pages\”;b:1;s:18:\”edit_private_pages\”;b:1;s:18:\”read_private_pages\”;b:1;s:12:\”delete_users\”;b:1;s:12:\”create_users\”;b:1;s:17:\”unfiltered_upload\”;b:1;s:14:\”edit_dashboard\”;b:1;s:14:\”update_plugins\”;b:1;s:14:\”delete_plugins\”;b:1;s:15:\”install_plugins\”;b:1;s:13:\”update_themes\”;b:1;s:14:\”install_themes\”;b:1;s:11:\”update_core\”;b:1;s:10:\”list_users\”;b:1;s:12:\”remove_users\”;b:1;s:9:\”add_users\”;b:1;s:13:\”promote_users\”;b:1;s:18:\”edit_theme_options\”;b:1;s:13:\”delete_themes\”;b:1;s:6:\”export\”;b:1;s:18:\”manage_woocommerce\”;b:1;s:24:\”view_woocommerce_reports\”;b:1;s:12:\”edit_product\”;b:1;s:12:\”read_product\”;b:1;s:14:\”delete_product\”;b:1;s:13:\”edit_products\”;b:1;s:20:\”edit_others_products\”;b:1;s:16:\”publish_products\”;b:1;s:21:\”read_private_products\”;b:1;s:15:\”delete_products\”;b:1;s:23:\”delete_private_products\”;b:1;s:25:\”delete_published_products\”;b:1;s:22:\”delete_others_products\”;b:1;s:21:\”edit_private_products\”;b:1;s:23:\”edit_published_products\”;b:1;s:20:\”manage_product_terms\”;b:1;s:18:\”edit_product_terms\”;b:1;s:20:\”delete_product_terms\”;b:1;s:20:\”assign_product_terms\”;b:1;s:15:\”edit_shop_order\”;b:1;s:15:\”read_shop_order\”;b:1;s:17:\”delete_shop_order\”;b:1;s:16:\”edit_shop_orders\”;b:1;s:23:\”edit_others_shop_orders\”;b:1;s:19:\”publish_shop_orders\”;b:1;s:24:\”read_private_shop_orders\”;b:1;s:18:\”delete_shop_orders\”;b:1;s:26:\”delete_private_shop_orders\”;b:1;s:28:\”delete_published_shop_orders\”;b:1;s:25:\”delete_others_shop_orders\”;b:1;s:24:\”edit_private_shop_orders\”;b:1;s:26:\”edit_published_shop_orders\”;b:1;s:23:\”manage_shop_order_terms\”;b:1;s:21:\”edit_shop_order_terms\”;b:1;s:23:\”delete_shop_order_terms\”;b:1;s:23:\”assign_shop_order_terms\”;b:1;s:16:\”edit_shop_coupon\”;b:1;s:16:\”read_shop_coupon\”;b:1;s:18:\”delete_shop_coupon\”;b:1;s:17:\”edit_shop_coupons\”;b:1;s:24:\”edit_others_shop_coupons\”;b:1;s:20:\”publish_shop_coupons\”;b:1;s:25:\”read_private_shop_coupons\”;b:1;s:19:\”delete_shop_coupons\”;b:1;s:27:\”delete_private_shop_coupons\”;b:1;s:29:\”delete_published_shop_coupons\”;b:1;s:26:\”delete_others_shop_coupons\”;b:1;s:25:\”edit_private_shop_coupons\”;b:1;s:27:\”edit_published_shop_coupons\”;b:1;s:24:\”manage_shop_coupon_terms\”;b:1;s:22:\”edit_shop_coupon_terms\”;b:1;s:24:\”delete_shop_coupon_terms\”;b:1;s:24:\”assign_shop_coupon_terms\”;b:1;s:17:\”edit_shop_webhook\”;b:1;s:17:\”read_shop_webhook\”;b:1;s:19:\”delete_shop_webhook\”;b:1;s:18:\”edit_shop_webhooks\”;b:1;s:25:\”edit_others_shop_webhooks\”;b:1;s:21:\”publish_shop_webhooks\”;b:1;s:26:\”read_private_shop_webhooks\”;b:1;s:20:\”delete_shop_webhooks\”;b:1;s:28:\”delete_private_shop_webhooks\”;b:1;s:30:\”delete_published_shop_webhooks\”;b:1;s:27:\”delete_others_shop_webhooks\”;b:1;s:26:\”edit_private_shop_webhooks\”;b:1;s:28:\”edit_published_shop_webhooks\”;b:1;s:25:\”manage_shop_webhook_terms\”;b:1;s:23:\”edit_shop_webhook_terms\”;b:1;s:25:\”delete_shop_webhook_terms\”;b:1;s:25:\”assign_shop_webhook_terms\”;b:1;s:18:\”woo_vendor_options\”;b:1;}}s:6:\”editor\”;a:2:{s:4:\”name\”;s:6:\”Editor\”;s:12:\”capabilities\”;a:34:{s:17:\”moderate_comments\”;b:1;s:17:\”manage_categories\”;b:1;s:12:\”manage_links\”;b:1;s:12:\”upload_files\”;b:1;s:15:\”unfiltered_html\”;b:1;s:10:\”edit_posts\”;b:1;s:17:\”edit_others_posts\”;b:1;s:20:\”edit_published_posts\”;b:1;s:13:\”publish_posts\”;b:1;s:10:\”edit_pages\”;b:1;s:4:\”read\”;b:1;s:7:\”level_7\”;b:1;s:7:\”level_6\”;b:1;s:7:\”level_5\”;b:1;s:7:\”level_4\”;b:1;s:7:\”level_3\”;b:1;s:7:\”level_2\”;b:1;s:7:\”level_1\”;b:1;s:7:\”level_0\”;b:1;s:17:\”edit_others_pages\”;b:1;s:20:\”edit_published_pages\”;b:1;s:13:\”publish_pages\”;b:1;s:12:\”delete_pages\”;b:1;s:19:\”delete_others_pages\”;b:1;s:22:\”delete_published_pages\”;b:1;s:12:\”delete_posts\”;b:1;s:19:\”delete_others_posts\”;b:1;s:22:\”delete_published_posts\”;b:1;s:20:\”delete_private_posts\”;b:1;s:18:\”edit_private_posts\”;b:1;s:18:\”read_private_posts\”;b:1;s:20:\”delete_private_pages\”;b:1;s:18:\”edit_private_pages\”;b:1;s:18:\”read_private_pages\”;b:1;}}s:6:\”author\”;a:2:{s:4:\”name\”;s:6:\”Author\”;s:12:\”capabilities\”;a:10:{s:12:\”upload_files\”;b:1;s:10:\”edit_posts\”;b:1;s:20:\”edit_published_posts\”;b:1;s:13:\”publish_posts\”;b:1;s:4:\”read\”;b:1;s:7:\”level_2\”;b:1;s:7:\”level_1\”;b:1;s:7:\”level_0\”;b:1;s:12:\”delete_posts\”;b:1;s:22:\”delete_published_posts\”;b:1;}}s:11:\”contributor\”;a:2:{s:4:\”name\”;s:11:\”Contributor\”;s:12:\”capabilities\”;a:5:{s:10:\”edit_posts\”;b:1;s:4:\”read\”;b:1;s:7:\”level_1\”;b:1;s:7:\”level_0\”;b:1;s:12:\”delete_posts\”;b:1;}}s:10:\”subscriber\”;a:2:{s:4:\”name\”;s:10:\”Subscriber\”;s:12:\”capabilities\”;a:2:{s:4:\”read\”;b:1;s:7:\”level_0\”;b:1;}}s:8:\”customer\”;a:2:{s:4:\”name\”;s:8:\”Customer\”;s:12:\”capabilities\”;a:3:{s:4:\”read\”;b:1;s:10:\”edit_posts\”;b:0;s:12:\”delete_posts\”;b:0;}}s:12:\”shop_manager\”;a:2:{s:4:\”name\”;s:12:\”Shop Manager\”;s:12:\”capabilities\”;a:110:{s:7:\”level_9\”;b:1;s:7:\”level_8\”;b:1;s:7:\”level_7\”;b:1;s:7:\”level_6\”;b:1;s:7:\”level_5\”;b:1;s:7:\”level_4\”;b:1;s:7:\”level_3\”;b:1;s:7:\”level_2\”;b:1;s:7:\”level_1\”;b:1;s:7:\”level_0\”;b:1;s:4:\”read\”;b:1;s:18:\”read_private_pages\”;b:1;s:18:\”read_private_posts\”;b:1;s:10:\”edit_users\”;b:1;s:10:\”edit_posts\”;b:1;s:10:\”edit_pages\”;b:1;s:20:\”edit_published_posts\”;b:1;s:20:\”edit_published_pages\”;b:1;s:18:\”edit_private_pages\”;b:1;s:18:\”edit_private_posts\”;b:1;s:17:\”edit_others_posts\”;b:1;s:17:\”edit_others_pages\”;b:1;s:13:\”publish_posts\”;b:1;s:13:\”publish_pages\”;b:1;s:12:\”delete_posts\”;b:1;s:12:\”delete_pages\”;b:1;s:20:\”delete_private_pages\”;b:1;s:20:\”delete_private_posts\”;b:1;s:22:\”delete_published_pages\”;b:1;s:22:\”delete_published_posts\”;b:1;s:19:\”delete_others_posts\”;b:1;s:19:\”delete_others_pages\”;b:1;s:17:\”manage_categories\”;b:1;s:12:\”manage_links\”;b:1;s:17:\”moderate_comments\”;b:1;s:15:\”unfiltered_html\”;b:1;s:12:\”upload_files\”;b:1;s:6:\”export\”;b:1;s:6:\”import\”;b:1;s:10:\”list_users\”;b:1;s:18:\”manage_woocommerce\”;b:1;s:24:\”view_woocommerce_reports\”;b:1;s:12:\”edit_product\”;b:1;s:12:\”read_product\”;b:1;s:14:\”delete_product\”;b:1;s:13:\”edit_products\”;b:1;s:20:\”edit_others_products\”;b:1;s:16:\”publish_products\”;b:1;s:21:\”read_private_products\”;b:1;s:15:\”delete_products\”;b:1;s:23:\”delete_private_products\”;b:1;s:25:\”delete_published_products\”;b:1;s:22:\”delete_others_products\”;b:1;s:21:\”edit_private_products\”;b:1;s:23:\”edit_published_products\”;b:1;s:20:\”manage_product_terms\”;b:1;s:18:\”edit_product_terms\”;b:1;s:20:\”delete_product_terms\”;b:1;s:20:\”assign_product_terms\”;b:1;s:15:\”edit_shop_order\”;b:1;s:15:\”read_shop_order\”;b:1;s:17:\”delete_shop_order\”;b:1;s:16:\”edit_shop_orders\”;b:1;s:23:\”edit_others_shop_orders\”;b:1;s:19:\”publish_shop_orders\”;b:1;s:24:\”read_private_shop_orders\”;b:1;s:18:\”delete_shop_orders\”;b:1;s:26:\”delete_private_shop_orders\”;b:1;s:28:\”delete_published_shop_orders\”;b:1;s:25:\”delete_others_shop_orders\”;b:1;s:24:\”edit_private_shop_orders\”;b:1;s:26:\”edit_published_shop_orders\”;b:1;s:23:\”manage_shop_order_terms\”;b:1;s:21:\”edit_shop_order_terms\”;b:1;s:23:\”delete_shop_order_terms\”;b:1;s:23:\”assign_shop_order_terms\”;b:1;s:16:\”edit_shop_coupon\”;b:1;s:16:\”read_shop_coupon\”;b:1;s:18:\”delete_shop_coupon\”;b:1;s:17:\”edit_shop_coupons\”;b:1;s:24:\”edit_others_shop_coupons\”;b:1;s:20:\”publish_shop_coupons\”;b:1;s:25:\”read_private_shop_coupons\”;b:1;s:19:\”delete_shop_coupons\”;b:1;s:27:\”delete_private_shop_coupons\”;b:1;s:29:\”delete_published_shop_coupons\”;b:1;s:26:\”delete_others_shop_coupons\”;b:1;s:25:\”edit_private_shop_coupons\”;b:1;s:27:\”edit_published_shop_coupons\”;b:1;s:24:\”manage_shop_coupon_terms\”;b:1;s:22:\”edit_shop_coupon_terms\”;b:1;s:24:\”delete_shop_coupon_terms\”;b:1;s:24:\”assign_shop_coupon_terms\”;b:1;s:17:\”edit_shop_webhook\”;b:1;s:17:\”read_shop_webhook\”;b:1;s:19:\”delete_shop_webhook\”;b:1;s:18:\”edit_shop_webhooks\”;b:1;s:25:\”edit_others_shop_webhooks\”;b:1;s:21:\”publish_shop_webhooks\”;b:1;s:26:\”read_private_shop_webhooks\”;b:1;s:20:\”delete_shop_webhooks\”;b:1;s:28:\”delete_private_shop_webhooks\”;b:1;s:30:\”delete_published_shop_webhooks\”;b:1;s:27:\”delete_others_shop_webhooks\”;b:1;s:26:\”edit_private_shop_webhooks\”;b:1;s:28:\”edit_published_shop_webhooks\”;b:1;s:25:\”manage_shop_webhook_terms\”;b:1;s:23:\”edit_shop_webhook_terms\”;b:1;s:25:\”delete_shop_webhook_terms\”;b:1;s:25:\”assign_shop_webhook_terms\”;b:1;}}s:15:\”woo_vou_vendors\”;a:2:{s:4:\”name\”;s:14:\”Voucher Vendor\”;s:12:\”capabilities\”;a:2:{s:18:\”woo_vendor_options\”;b:1;s:4:\”read\”;b:1;}}}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’90’,’widget_search’,’a:2:{i:2;a:1:{s:5:\”title\”;s:0:\”\”;}s:12:\”_multiwidget\”;i:1;}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’91’,’widget_recent-posts’,’a:2:{i:2;a:2:{s:5:\”title\”;s:0:\”\”;s:6:\”number\”;i:5;}s:12:\”_multiwidget\”;i:1;}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’92’,’widget_recent-comments’,’a:2:{i:2;a:2:{s:5:\”title\”;s:0:\”\”;s:6:\”number\”;i:5;}s:12:\”_multiwidget\”;i:1;}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’93’,’widget_archives’,’a:2:{i:2;a:3:{s:5:\”title\”;s:0:\”\”;s:5:\”count\”;i:0;s:8:\”dropdown\”;i:0;}s:12:\”_multiwidget\”;i:1;}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’94’,’widget_meta’,’a:2:{i:2;a:1:{s:5:\”title\”;s:0:\”\”;}s:12:\”_multiwidget\”;i:1;}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’95’,’sidebars_widgets’,’a:12:{s:19:\”wp_inactive_widgets\”;a:0:{}s:8:\”sidebar1\”;a:6:{i:0;s:8:\”search-2\”;i:1;s:14:\”recent-posts-2\”;i:2;s:17:\”recent-comments-2\”;i:3;s:10:\”archives-2\”;i:4;s:12:\”categories-2\”;i:5;s:6:\”meta-2\”;}s:8:\”sidebar2\”;N;s:10:\”droppanel1\”;N;s:10:\”droppanel2\”;N;s:10:\”droppanel3\”;N;s:10:\”droppanel4\”;N;s:7:\”footer1\”;N;s:7:\”footer2\”;N;s:7:\”footer3\”;N;s:7:\”footer4\”;N;s:13:\”array_version\”;i:3;}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (’97’,’cron’,’a:10:{i:1438783501;a:1:{s:26:\”action_scheduler_run_queue\”;a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:12:\”every_minute\”;s:4:\”args\”;a:0:{}s:8:\”interval\”;i:60;}}}i:1438803359;a:1:{s:29:\”woo_vou_flush_upload_dir_cron\”;a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:10:\”twicedaily\”;s:4:\”args\”;a:0:{}s:8:\”interval\”;i:43200;}}}i:1438804620;a:1:{s:20:\”wp_maybe_auto_update\”;a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:10:\”twicedaily\”;s:4:\”args\”;a:0:{}s:8:\”interval\”;i:43200;}}}i:1438825153;a:3:{s:16:\”wp_version_check\”;a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:10:\”twicedaily\”;s:4:\”args\”;a:0:{}s:8:\”interval\”;i:43200;}}s:17:\”wp_update_plugins\”;a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:10:\”twicedaily\”;s:4:\”args\”;a:0:{}s:8:\”interval\”;i:43200;}}s:16:\”wp_update_themes\”;a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:10:\”twicedaily\”;s:4:\”args\”;a:0:{}s:8:\”interval\”;i:43200;}}}i:1438825918;a:1:{s:28:\”woocommerce_cleanup_sessions\”;a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:10:\”twicedaily\”;s:4:\”args\”;a:0:{}s:8:\”interval\”;i:43200;}}}i:1438826400;a:1:{s:27:\”woocommerce_scheduled_sales\”;a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:5:\”daily\”;s:4:\”args\”;a:0:{}s:8:\”interval\”;i:86400;}}}i:1438868359;a:1:{s:19:\”wp_scheduled_delete\”;a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:5:\”daily\”;s:4:\”args\”;a:0:{}s:8:\”interval\”;i:86400;}}}i:1438869118;a:1:{s:30:\”woocommerce_tracker_send_event\”;a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:5:\”daily\”;s:4:\”args\”;a:0:{}s:8:\”interval\”;i:86400;}}}i:1438869349;a:1:{s:30:\”wp_scheduled_auto_draft_delete\”;a:1:{s:32:\”40cd750bba9870f18aada2478b24840a\”;a:3:{s:8:\”schedule\”;s:5:\”daily\”;s:4:\”args\”;a:0:{}s:8:\”interval\”;i:86400;}}}s:7:\”version\”;i:2;}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘106′,’_transient_random_seed’,’7a54e83b1a480c9f573779a62299b4be’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘114′,’WPLANG’,’nl_NL’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘129′,’recently_activated’,’a:0:{}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘130′,’woocommerce_default_country’,’NL’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘131′,’woocommerce_allowed_countries’,’specific’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘132′,’woocommerce_specific_allowed_countries’,’a:1:{i:0;s:2:\”NL\”;}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘133′,’woocommerce_default_customer_address’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘134′,’woocommerce_demo_store’,’no’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘135′,’woocommerce_demo_store_notice’,’This is a demo store for testing purposes — no orders shall be fulfilled.’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘136′,’woocommerce_api_enabled’,’yes’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘137′,’woocommerce_currency’,’EUR’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘138′,’woocommerce_currency_pos’,’left_space’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘139′,’woocommerce_price_thousand_sep’,’.’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘140′,’woocommerce_price_decimal_sep’,’,’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘141′,’woocommerce_price_num_decimals’,’2′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘142′,’woocommerce_weight_unit’,’kg’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘143′,’woocommerce_dimension_unit’,’cm’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘144′,’woocommerce_enable_review_rating’,’yes’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘145′,’woocommerce_review_rating_required’,’yes’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘146′,’woocommerce_review_rating_verification_label’,’yes’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘147′,’woocommerce_review_rating_verification_required’,’no’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘148′,’woocommerce_shop_page_id’,’4′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘149′,’woocommerce_shop_page_display’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘150′,’woocommerce_category_archive_display’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘151′,’woocommerce_default_catalog_orderby’,’menu_order’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘152′,’woocommerce_cart_redirect_after_add’,’no’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘153′,’woocommerce_enable_ajax_add_to_cart’,’yes’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘154′,’shop_catalog_image_size’,’a:3:{s:5:\”width\”;s:3:\”300\”;s:6:\”height\”;s:3:\”300\”;s:4:\”crop\”;i:1;}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘155′,’shop_single_image_size’,’a:3:{s:5:\”width\”;s:3:\”600\”;s:6:\”height\”;s:3:\”600\”;s:4:\”crop\”;i:1;}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘156′,’shop_thumbnail_image_size’,’a:3:{s:5:\”width\”;s:3:\”180\”;s:6:\”height\”;s:3:\”180\”;s:4:\”crop\”;i:1;}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘157′,’woocommerce_enable_lightbox’,’yes’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘158′,’woocommerce_manage_stock’,’no’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘159′,’woocommerce_hold_stock_minutes’,’10080′,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘160′,’woocommerce_notify_low_stock’,’yes’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘161′,’woocommerce_notify_no_stock’,’yes’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘162′,’woocommerce_stock_email_recipient’,’bart@dmi.nu’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘163′,’woocommerce_notify_low_stock_amount’,’2′,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘164′,’woocommerce_notify_no_stock_amount’,’0′,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘165′,’woocommerce_hide_out_of_stock_items’,’no’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘166′,’woocommerce_stock_format’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘167′,’woocommerce_file_download_method’,’force’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘168′,’woocommerce_downloads_require_login’,’no’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘169′,’woocommerce_downloads_grant_access_after_payment’,’yes’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘170′,’woocommerce_calc_taxes’,’yes’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘171′,’woocommerce_prices_include_tax’,’yes’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘172′,’woocommerce_tax_based_on’,’shipping’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘173′,’woocommerce_shipping_tax_class’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘174′,’woocommerce_tax_round_at_subtotal’,’yes’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘175′,’woocommerce_tax_classes’,’Reduced Rate\r\nZero Rate’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘176′,’woocommerce_tax_display_shop’,’incl’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘177′,’woocommerce_tax_display_cart’,’incl’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘178′,’woocommerce_price_display_suffix’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘179′,’woocommerce_tax_total_display’,’single’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘180′,’woocommerce_enable_coupons’,’no’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘181′,’woocommerce_enable_guest_checkout’,’no’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘182′,’woocommerce_force_ssl_checkout’,’no’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘183′,’woocommerce_unforce_ssl_checkout’,’no’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘184′,’woocommerce_cart_page_id’,’5′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘185′,’woocommerce_checkout_page_id’,’6′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘186′,’woocommerce_terms_page_id’,”,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘187′,’woocommerce_checkout_pay_endpoint’,’order-pay’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘188′,’woocommerce_checkout_order_received_endpoint’,’order-received’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘189′,’woocommerce_myaccount_add_payment_method_endpoint’,’add-payment-method’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘190′,’woocommerce_calc_shipping’,’no’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘191′,’woocommerce_enable_shipping_calc’,’no’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘192′,’woocommerce_shipping_cost_requires_address’,’no’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘193′,’woocommerce_shipping_method_format’,”,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘194′,’woocommerce_ship_to_destination’,’billing’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘195′,’woocommerce_ship_to_countries’,”,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘196′,’woocommerce_specific_ship_to_countries’,’a:0:{}’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘197′,’woocommerce_myaccount_page_id’,’7′,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘198′,’woocommerce_myaccount_view_order_endpoint’,’view-order’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘199′,’woocommerce_myaccount_edit_account_endpoint’,’edit-account’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘200′,’woocommerce_myaccount_edit_address_endpoint’,’edit-address’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘201′,’woocommerce_myaccount_lost_password_endpoint’,’lost-password’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘202′,’woocommerce_logout_endpoint’,’customer-logout’,’yes’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘203′,’woocommerce_enable_signup_and_login_from_checkout’,’yes’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘204′,’woocommerce_enable_myaccount_registration’,’no’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t exist with query: INSERT INTO
wp_optionsVALUES (‘205′,’woocommerce_enable_checkout_login_reminder’,’yes’,’no’);[Aug 05 2015 15:06:15] ERROR Exception while importing: SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘wordpress_7.wp_options’ doesn’t
Hello
i don’t know why my wordpress website is showing “This is a demo store for testing purposes — no orders shall be fulfilled”.how can disable that.Hello
i don’t know why my wordpress website is showing “This is a demo store for testing purposes — no orders shall be fulfilled”.how can i disable that. pls helpHi vexedebe,
We have already fixed the issue with utf8mb4.
What version of the plugin are you using?
The topic ‘Restoring database keeps spinning’ is closed to new replies.