Error During Setup (using sqlite)
-
The plugin installs and activates without any problems. However, when I proceed with the setup process, I receive the following error message:
Database problem Failed to perform query "CREATE TABLE IF NOT EXISTSwp_redirection_items(idint(11) unsigned NOT NULL AUTO_INCREMENT,urlmediumtext NOT NULL,match_urlVARCHAR(2000) DEFAULT NULL,match_dataTEXT,regexINT(11) unsigned NOT NULL DEFAULT '0',positionINT(11) unsigned NOT NULL DEFAULT '0',last_countINT(10) unsigned NOT NULL DEFAULT '0',last_accessdatetime NOT NULL DEFAULT '1970-01-01 00:00:00',group_idINT(11) NOT NULL DEFAULT '0',statusenum('enabled','disabled') NOT NULL DEFAULT 'enabled',action_typeVARCHAR(20) NOT NULL,action_codeINT(11) unsigned NOT NULL,action_dataMEDIUMTEXT,match_typeVARCHAR(20) NOT NULL,titleTEXT, PRIMARY KEY (id), KEYurl(url(191)), KEYstatus(status), KEYregex(regex), KEYgroup_idpos(group_id,position), KEYgroup(group_id), KEYmatch_url(match_url(191)) ) DEFAULT CHARACTER SET utf8mb4"Im using the sqlite database integration (https://ww.wp.xz.cn/plugins/sqlite-database-integration/)
Is there something I can do to make it work?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Error During Setup (using sqlite)’ is closed to new replies.