• Resolved MrBrian

    (@mrbrian)


    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 = 0

    WordPress database error: [Table ‘mylo_wp.wp_mclean_scan’ doesn’t exist]
    SELECT SUM(size) FROM wp_mclean_scan WHERE ignored = 0 AND deleted = 0

    WordPress database error: [Table ‘mylo_wp.wp_mclean_scan’ doesn’t exist]
    SELECT SUM(size) FROM wp_mclean_scan WHERE ignored = 0 AND deleted = 1

    WordPress database error: [Table ‘mylo_wp.wp_mclean_scan’ doesn’t exist]
    SELECT COUNT(*) FROM wp_mclean_scan WHERE ignored = 1

    WordPress database error: [Table ‘mylo_wp.wp_mclean_scan’ doesn’t exist]
    SELECT COUNT(*) FROM wp_mclean_scan WHERE deleted = 1

    WordPress 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

    • This topic was modified 5 years, 5 months ago by MrBrian.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hello,

    It should, but I encountered too many issues in creating them on activation. For some reason, I haven’t checked again, and you need to click on Reset in the Media Cleaner Dashboard. If you do so, it should work. Have you tried?

    Thread Starter MrBrian

    (@mrbrian)

    Hitting reset worked, but you probably want to get this sorted. People are uneasy enough with plugins like this.

    Plugin Author Jordy Meow

    (@tigroumeow)

    You are right ?? I will do that in the next release. That will make things simpler.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Database errors’ is closed to new replies.