DB Error- Directory Table doesn’t exist
-
With Smush Network Activated on my (dev) multiste I keep getting this repeated error on just the main site and 2 subsites of my network, and the error log is really slowing page load times:
[20-Feb-2018 19:18:53 UTC] WordPress database error Table ‘MYSITE.mydb_20_smush_dir_images’ doesn’t exist for query CREATE TABLE mydb_20_smush_dir_images (id mediumint(9) NOT NULL AUTO_INCREMENT,
path text NOT NULL,
resize varchar(55),
lossy varchar(55),
error varchar(55) DEFAULT NULL,
image_size int(10) unsigned,
orig_size int(10) unsigned,
file_time int(10) unsigned,
last_scan timestamp DEFAULT ‘0000-00-00 00:00:00’,
meta text,
UNIQUE KEY id (id),
UNIQUE KEY path (path(191)),
KEY image_size (image_size)Any ideas what might the problem/solution be? I need to launch soon…
Thanks in advance!
- The topic ‘DB Error- Directory Table doesn’t exist’ is closed to new replies.