New Transient Database Error
-
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_transientsI 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).
- The topic ‘New Transient Database Error’ is closed to new replies.