Error when activating the plugin
-
Hello. When activating the plugin, an error occurred on the work site. It is completely impossible to reproduce it, as the markup in the admin area is shifting.
First, I installed it on a test site to check that everything works, then I installed it on a working site and an error occurred. The sites are on the same server, the MYSQL version is the same for all sites. I can’t figure out what the problem is.
Error: dPress: [Invalid default value for ‘last_popup_time’]
CREATE TABLE RbfsEw_zdn_adblock_popup_log ( id bigint(20) unsigned NOT NULL AUTO_INCREMENT, user_id bigint(20) unsigned NOT NULL, user_agent text NOT NULL, last_popup_time datetime DEFAULT CURRENT_TIMESTAMP, popup_count int(11) DEFAULT 1, PRIMARY KEY (id), UNIQUE KEY unique_user (user_id), KEY last_popup_time (last_popup_time) ) DEFAULT CHARACTER SET utf8mb4 COLLATEUp to this point, I had installed many plugins on my work site, and there were no such problems.
Can you suggest any solution to deal with this problem? Thank You.
You must be logged in to reply to this topic.