• Resolved jomo

    (@jonathanmoorebcsorg)


    with recent updates logs starting to fill up with:

    WordPress database error Table ‘[mydb].ewwwio_images’ doesn’t exist for query SHOW FULL COLUMNS FROM ewwwio_images made by do_action(‘wp_ajax_nopriv_wp_ewwwio_media_optimize’), WP_Hook->do_action, WP_Hook->apply_filters, EWWWIO_Background_Process->maybe_handle, EWWWIO_Background_Process->handle, EWWWIO_Media_Background_Process->task, ewww_image_optimizer_resize_from_meta_data, ewww_image_optimizer_single_insert

    the wp prefix has been omitted the correct table names would be wp_ewwwio_images or wp_2_ewwwio_images – the table ewwwio_images indeed does not exist.

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter jomo

    (@jonathanmoorebcsorg)

    unlike 5.3.1, 5.3.2 release also includes an extra copy of the code in a “trunk” folder

    Plugin Author Shane Bishop

    (@nosilver4u)

    If you have the extra trunk folder, remove it and reinstall. I’ll have to take a closer look at the table prefix code, as we’ve not seen the missing prefix before.

    Plugin Author Shane Bishop

    (@nosilver4u)

    Just replicated the error, it’s specific to multi-site apparently. Will dig into it further and find out what we need to fix it!

    Plugin Author Shane Bishop

    (@nosilver4u)

    Forgot to mention, you should be able to just disable Parallel optimization on the Advanced tab to work around the error for now.

    Thread Starter jomo

    (@jonathanmoorebcsorg)

    That’s helpful thanks!

    Plugin Author Shane Bishop

    (@nosilver4u)

    Fix will be in next release, finally tracked that bugger down!

    Thread Starter jomo

    (@jonathanmoorebcsorg)

    Nice one!
    .. though I didn’t know we were allowed to use that language in these forums! 🙂

    Thread Starter jomo

    (@jonathanmoorebcsorg)

    since recent update, Save on the Network Settings WebP page produces:
    [06-Jun-2020 16:05:09 UTC] PHP Fatal error: Uncaught Error: Call to a member function inline_script() on null in wp-content/plugins/ewww-image-optimizer/common.php:10254
    Stack trace:
    #0 wp-content/plugins/ewww-image-optimizer/common.php(9136): ewww_image_optimizer_options(‘network-multisi…’)
    #1 wp-includes/class-wp-hook.php(287): ewww_image_optimizer_network_options(”)
    #2 wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array)
    #3 wp-includes/plugin.php(478): WP_Hook->do_action(Array)
    #4 wp-admin/admin.php(254): do_action(‘settings_page_e…’)
    #5 wp-admin/network/admin.php(13): require_once(‘/home/[account]/p…’)
    #6 wp-admin/network/settings.php(11): require_once(‘/home/[account]/p…’)
    #7 {main}
    thrown in wp-content/plugins/ewww-image-optimizer/common.php on line 10254

    Plugin Author Shane Bishop

    (@nosilver4u)

    Thanks for reporting that! Just pushed the fix to Github, planning on releasing 5.4 on Tuesday.

    Thread Starter jomo

    (@jonathanmoorebcsorg)

    wowser, you even notice updates to closed threads, I feel a 5* review coming on!

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Version 5.3.2 Table ‘ewwwio_images’ doesn’t exist errors’ is closed to new replies.