Image Optimization Problems
-
Hello!
Since I installed the new version 3.0.8.3 on my wordpress site, everything related to image optimization has stopped working well.
Every time I press the “Gather Image Data” button, an error appears showing the following message:
Failed to create table img_optming! SQL: CREATE TABLE IF NOT EXISTS
wp_litespeed_img_optming
(id
bigint (20) unsigned NOT NULL AUTO_INCREMENT,post_id
bigint (20) unsigned NOT NULL DEFAULT ‘0’,optm_status
tinyint (4) NOT NULL DEFAULT ‘0 ‘,src
varchar (1000) NOT NULL DEFAULT’ ‘,server_info
text NOT NULL, PRIMARY KEY (id
), KEYpost_id
(post_id
), KEYoptm_status
(optm_status
), KEYsrc
(src
)) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci ;.I check in the database table if any optimization has been performed and even though there are rows inserted in the wp_litespeed_img_optm table, the information in each row about target_filesize and webp_filesize contains 0.
Can you please help me with this error?
- The topic ‘Image Optimization Problems’ is closed to new replies.