I randomly started getting the following error on any attempt by myself or a customer to log in to my store. I have updated to 1.4.1, and removed all the incompatible extensions.
SQL Error: Table 'mhazcom_aban959.ab73_customer_sessions' doesn't exist\nError No: 1146\nSQL: SELECT c.*, cg.*
FROM ab73_customers c
LEFT JOIN ab73_customer_groups cg
ON c.customer_group_id = cg.customer_group_id
INNER JOIN ab73_customer_sessions cs
ON c.customer_id = cs.customer_id
WHERE c.customer_id = '19'
AND cs.session_id = '950555a929f6bcd25f307d3ac0eb8f5a' AND status = '1'PHP call stack:
#0 /home2/mhazcom/public_html/ftdecals/core/lib/db.php:119
#1 /home2/mhazcom/public_html/ftdecals/core/engine/extensions.php:1159
#2 /home2/mhazcom/public_html/ftdecals/core/engine/extensions.php:390
#3 /home2/mhazcom/public_html/ftdecals/core/lib/db.php:85
#4 /home2/mhazcom/public_html/ftdecals/core/lib/customer.php:93
#5 /home2/mhazcom/public_html/ftdecals/index.php:72
in /home2/mhazcom/public_html/ftdecals/core/database/amysqli.php on line 162
Thanks in advance!