'Invalid default value' = database install fail
-
hello, i used to use this plugin with 100% success on my localhost until i updated my WAMP install to the new 3.01 version that has all the latest versions of PHP etc.
Now when I try to create the site on my local host I get the errors below and can’t even log into the new site. Really need some help! THANKS! (I just copied what I thought was relevant)
**********************************************************************
VERSION: 1.1.0
PHP: 7.0.2 | SAPI: apache2handler
SERVER: Apache/2.4.17 (Win64) PHP/7.0.2
**********************************************************************
**********************************************************************
DATABASE-ROUTINES
**********************************************************************
————————————–
SERVER ENVIROMENT
————————————–
MYSQL VERSION: 5.7.9
TIMEOUT: 5000
MAXPACK: 1048576
————————————–
DATABASE RESULTS
————————————–
**ERROR** database error write ‘Invalid default value for ‘comment_date” – [sql=
CREATE TABLEwp_comments
(
comment_ID
bigint(20) unsigned NOT NULL A…]
**ERROR** database error write ‘Invalid default value for ‘created” – [sql=
CREATE TABLEwp_duplicator_packages
(
id
bigint(20) unsigned NOT NUL…]
**ERROR** database error write ‘Invalid default value for ‘link_updated” – [sql=
CREATE TABLEwp_links
(
link_id
bigint(20) unsigned NOT NULL AUTO_IN…]
**ERROR** database error write ‘Invalid default value for ‘post_date” – [sql=
CREATE TABLEwp_posts
(
ID
bigint(20) unsigned NOT NULL AUTO_INCREME…]
**ERROR** database error write ‘Invalid default value for ‘user_registered” – [sql=
CREATE TABLEwp_users
(
ID
bigint(20) unsigned NOT NULL AUTO_INCREME…]
**ERROR** database error write ‘Table ‘ne.wp_duplicator_packages’ doesn’t exist’ – [sql=/* INSERT TABLE DATA: wp_duplicator_packages */
INSERT INTO `wp_duplicato…]
**ERROR** database error write ‘Table ‘ne.wp_duplicator_packages’ doesn’t exist’ – [sql=INSERT INTOwp_duplicator_packages
VALUES(“2”, “20151126_naturalexpressio…]
**ERROR** database error write ‘Table ‘ne.wp_duplicator_packages’ doesn’t exist’ – [sql=INSERT INTOwp_duplicator_packages
VALUES(“3”, “20151126_naturalexpressio…]
**ERROR** database error write ‘Table ‘ne.wp_posts’ doesn’t exist’ – [sql=
/* INSERT TABLE DATA: wp_posts */
INSERT INTOwp_posts
VALUES(“4”, “1”, …]
**ERROR** database error write ‘Table ‘ne.wp_posts’ doesn’t exist’ – [sql=INSERT INTOwp_posts
VALUES(“5”, “1”, “2015-09-07 14:22:39”, “2015-09-07 …]
**ERROR** database error write ‘Table ‘ne.wp_posts’ doesn’t exist’ – [sql=INSERT INTOwp_posts
VALUES(“7”, “1”, “2015-09-07 14:30:51”, “2015-09-07 …]
**ERROR** database error write ‘Table ‘ne.wp_posts’ doesn’t exist’ – [sql=INSERT INTOwp_posts
VALUES(“8”, “1”, “2015-09-07 14:32:08”, “2015-09-07 …]
**ERROR** database error write ‘Table ‘ne.wp_posts’ doesn’t exist’ – [sql=INSERT INTOwp_posts
VALUES(“9”, “1”, “2015-09-07 14:32:36”, “2015-09-07 …]
**ERROR** database error write ‘Table ‘ne.wp_posts’ doesn’t exist’ – [sql=INSERT INTOwp_posts
VALUES(“10”, “1”, “2015-09-07 14:33:05”, “2015-09-07…]
**ERROR** database error write ‘Table ‘ne.wp_posts’ doesn’t exist’ – [sql=INSERT INTOwp_posts
VALUES(“11”, “1”, “2015-09-07 14:34:39”, “2015-09-07…]
**ERROR** database error write ‘Table ‘ne.wp_posts’ doesn’t exist’ – [sql=INSERT INTOwp_posts
VALUES(“19”, “1”, “2015-09-09 08:33:24”, “2015-09-09…]… and this continues with Errors: Deploy (121)
- The topic ‘'Invalid default value' = database install fail’ is closed to new replies.