Database errors
-
Installed, activated plugin, went to Media->Cleaner. This is at the top of the page, and scanning of course does not work – why is the plugin not creating it’s table on activation?:
WordPress database error: [Table ‘mylo_wp.wp_mclean_scan’ doesn’t exist]
SELECT COUNT(*) FROM wp_mclean_scan WHERE ignored = 0 AND deleted = 0WordPress database error: [Table ‘mylo_wp.wp_mclean_scan’ doesn’t exist]
SELECT SUM(size) FROM wp_mclean_scan WHERE ignored = 0 AND deleted = 0WordPress database error: [Table ‘mylo_wp.wp_mclean_scan’ doesn’t exist]
SELECT SUM(size) FROM wp_mclean_scan WHERE ignored = 0 AND deleted = 1WordPress database error: [Table ‘mylo_wp.wp_mclean_scan’ doesn’t exist]
SELECT COUNT(*) FROM wp_mclean_scan WHERE ignored = 1WordPress database error: [Table ‘mylo_wp.wp_mclean_scan’ doesn’t exist]
SELECT COUNT(*) FROM wp_mclean_scan WHERE deleted = 1WordPress database error: [Table ‘mylo_wp.wp_mclean_scan’ doesn’t exist]
SELECT id, type, postId, path, size, ignored, deleted, issue FROM wp_mclean_scan WHERE ignored = 0 AND deleted = 0 AND path LIKE ‘%%’ ORDER BY path, time DESC LIMIT 0, 20
- The topic ‘Database errors’ is closed to new replies.