OK.
I deleted the error logs from both the files.
I uninstalled and deleted the plugin.
I saw that table ism_sent_email is also removed from the db
I then installed the latest version from WP plugin repository
As soon as I activated the plugin, I saw the below error in one of the error logs
[25-Mar-2020 12:44:27 UTC] WordPress database error Table 'igetmkbs_wp475.wptg_ism_out_of_stock_request' doesn't exist for query SELECT wptg_ism_out_of_stock_request.id, GROUP_CONCAT(wptg_ism_out_of_stock_request.id SEPARATOR '-*_' ) as ids,
GROUP_CONCAT( wptg_ism_out_of_stock_request.product_id SEPARATOR '-*_' ) as product_id ,
GROUP_CONCAT( wptg_posts.post_title SEPARATOR '-*_' ) as product_name,
wptg_ism_out_of_stock_request.email, wptg_users.ID as user_ID, wptg_users.display_name as user_name FROM wptg_ism_out_of_stock_request
INNER JOIN wptg_posts ON ( wptg_posts.ID = wptg_ism_out_of_stock_request.product_id )
INNER JOIN wptg_postmeta ON (wptg_ism_out_of_stock_request.product_id = wptg_postmeta.post_id)
LEFT JOIN wptg_users ON (wptg_ism_out_of_stock_request.email = wptg_users.user_email)
WHERE ( wptg_posts.post_type = 'product' OR wptg_posts.post_type = 'product_variation' ) AND
wptg_postmeta.meta_value = 'instock' AND
wptg_ism_out_of_stock_request.sent_id IS NULL
GROUP BY wptg_ism_out_of_stock_request.email made by do_action_ref_array('in_stock_email_event'), WP_Hook->do_action, WP_Hook->apply_filters, inStockManager::emailRequestsAsync, inStockManager::get_email_list_to_email
I also noticed that my old settings were restored. Where are these stored? Perhaps everything is not removed when I deleted the plugin and something leftover is causing this issue?
Please let me know
-
This reply was modified 4 years, 8 months ago by KoolPal.