• Resolved ljmac

    (@ljmac)


    Hi,

    The error I reported yesterday is indeed fixed, but now there’s a new one:

    [10-Dec-2013 00:00:03 UTC] WordPress database error Table ‘[NAME REMOVED].cwwp_options’ doesn’t exist for query
    SELECT *
    FROM cwwp_options
    WHERE (
    option_name LIKE ‘_transient_timeout_%’
    OR option_name LIKE ‘_site_transient_timeout_%’
    )
    AND option_value < ‘1386633543’
    made by do_action_ref_array, call_user_func_array, rvg_optimize_db_cron, rvg_delete_transients
    [10-Dec-2013 00:00:03 UTC] WordPress database error Table ‘[NAME REMOVED].cwwp_options’ doesn’t exist for query
    DELETE FROM cwwp_options
    WHERE (
    option_name LIKE ‘_transient_timeout_%’
    OR option_name LIKE ‘_site_transient_timeout_%’
    )
    AND option_value < ‘1386633543’
    made by do_action_ref_array, call_user_func_array, rvg_optimize_db_cron, rvg_delete_transients

    I have no idea why it’s looking for a cwwp_options table – it doesn’t seem to have anything to do with any of my plug-ins. Also, this only happened with one of my sites (the other didn’t produce any errors).

    https://www.ads-software.com/plugins/rvg-optimize-database/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor cageehv

    (@cageehv)

    Hey ljmac,

    Looks like you are still looking at an older version of the plugin:
    ‘CWWP’ was in one of the previous versions, not in the latest one (v2.7.3)

    So, please uninstall your current plugin and then install version v2.7.3.

    Let me know if that fixed your problem!
    Thanks.

    Rolf

    Thread Starter ljmac

    (@ljmac)

    When I posted this, 2.7.1 was still the current version. I’ve already updated to 2.7.3 – I’ll check my error logs after it does the scheduled clean-up tomorrow. ??

    The update sent bad code into my database after the update crashed and I tried to upload a featured product image in WooCommerce. I had to do a db restore.

    Plugin Contributor cageehv

    (@cageehv)

    Hey boldamp,

    ‘Bad code’ after the ‘update’?

    So, what exactly did you do and what ‘bad code’ after which ‘update’?
    My plugin doesn’t look like to be related with uploading a WooCommerce image…

    Rolf

    Thread Starter ljmac

    (@ljmac)

    Hi Rolf,

    I am happy to report that 2.7.3 didn’t produce any errors when it did its optimisation – yay!

    I suspect boldamp’s problem is completely unrelated – although some versions of your plug-in have produced errors, it’s never done anything dangerous AFAIK.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘New Transient Database Error’ is closed to new replies.