Database query error after profile deleting
hello,
get a Database query error after profile deleting with content
uery:
SELECT `cmt_id`, `cmt_parent_id` FROM bx_snipcart_cmts_notes WHERE `cmt_author_id` = ? AND `cmt_replies` = 0
Mysl error:
Table 'una_flirxx.bx_snipcart_cmts_notes' doesn't exist
collation_connection:
utf8mb4_unicode_ci
snipcart is not installed on my site, but was in the past
-
-
·
LeonidS
- ·
Hello @Someone07 !
Yes, it looks like the current uninstall query isn't enough. So you may execute the next one:
DELETE FROM `sys_objects_cmts` WHERE `Name` like 'bx_snipcart%';
and clear all caches via Dashboard.
-
·
LeonidS
-
-
- · Someone07
-
·
In reply to LeonidS
- ·
thanks, that solved the error