You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this cron (customer/observer::deleteCustomerFlowPassword) not work
I use table prefix "storecustomer_flowpassword" but i get this error from email Base table or view not found: 1146 Table 'u47636738_up.customer_flowpassword' doesn't exist, query was: DELETE FROMcustomer_flowpassword WHERE (requested_date < '2018-02-28 00:00:01') i
The table is storecustomer_flowpassword with prefix "store"
All the other cron work
this cron (customer/observer::deleteCustomerFlowPassword) not work
I use table prefix "storecustomer_flowpassword" but i get this error from email
Base table or view not found: 1146 Table 'u47636738_up.customer_flowpassword' doesn't exist, query was: DELETE FROM
customer_flowpasswordWHERE (requested_date < '2018-02-28 00:00:01') i
The table is storecustomer_flowpassword with prefix "store"
Where can I correct this bug?
The text was updated successfully, but these errors were encountered: