Table ‘elp_squeezeips’ doesn’t exist
-
I’ve got an error_log file that has grown huge because of the following error message every hour (give or take):
[07-Feb-2021 23:22:04 UTC] WordPress database error Table ‘DATABASE_NAME.TABLE_PREFIX_elp_squeezeips’ doesn’t exist for query SELECT * FROM TABLE_PREFIX_elp_squeezeips where elp_squeeze_type = ‘Notification’ AND elp_squeeze_status = ‘In-Queue’ LIMIT 1 made by do_action_ref_array(‘elp_cron_hourly_event’), WP_Hook->do_action, WP_Hook->apply_filters, elp_cron_trigger_hourly, elp_cls_dbquerynote::elp_send_notification, elp_cls_dbquerysqueeze::elp_squeeze_sel_notification
I’ve done a bit of investigation and found that the table doesn’t exist in the database and the sql/createDB.sql file doesn’t include a definition for the table. What do I need to do in order to resolve this issue?
The topic ‘Table ‘elp_squeezeips’ doesn’t exist’ is closed to new replies.