No tables created
-
I created a package on my old site with no problem, but when run the installer at my new hosting provider I get no errors but also the tables are not created and populated. I ran the sql manually in phpMyAdmin and it threw this error:
CREATE TABLE
ffwc_commentmeta
(
meta_id
bigint(20) unsigned NOT NULL AUTO_INCREMENT,
comment_id
bigint(20) unsigned NOT NULL DEFAULT ‘0’,
meta_key
varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
meta_value
longtext COLLATE utf8mb4_unicode_ci,
PRIMARY KEY (meta_id
),
KEYcomment_id
(comment_id
),
KEYmeta_key
(meta_key
(191))
) ENGINE=Aria AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci PAGE_CHECKSUM=1#1064 – You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘PAGE_CHECKSUM=1’ at line 9
I’ve never used this plugin before so don’t know if this is par for the course, but I’m certainly not prompted to buy the pro version on the basis of this trial.
- The topic ‘No tables created’ is closed to new replies.