AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: MHaz on December 17, 2025, 01:48:56 AM

Title: Site can't check out
Post by: MHaz on December 17, 2025, 01:48:56 AM
Hi! My site just stopped working this past weekend. My customers can't log in or check out - nothing happens with either option. I tried to post the error log, but I got flagged as spam for some reason.

Running 1.4.3
Title: Re: Site can't check out
Post by: MHaz on December 17, 2025, 01:49:17 AM
Error log:
Quote2025-12-14 21:02:13 - database error: AbanteCart core v.1.4.3 SQL Error: Table 'mhazcom_aban680.abht_field_groups' doesn't exist\nError No: 1146\nSQL: SELECT f.*,
fd.name,
fd.description,
fd.error_text,
fg.group_id,
fg2f.sort_order as group_sort_order,
fg.group_txt_id,
fgd.name as group_name,
fgd.description as group_description
FROM abht_fields f
LEFT JOIN abht_field_descriptions fd
ON ( f.field_id = fd.field_id AND fd.language_id = '1' )
LEFT JOIN abht_field_groups fg
ON f.group_id = fg.group_id
LEFT JOIN abht_field_group_descriptions fgd
ON (fg.group_id = fgd.group_id AND fgd.language_id = '1' )
LEFT JOIN abht_field_group_to_form fg2f
ON fg2f.group_id = fg.group_id AND fg2f.form_id = '0'
WHERE f.form_id = '0'
AND f.status = 1
ORDER BY f.sort_orderPHP call stack:
#0 /home2/mhazcom/public_html/vagabonddecals/core/lib/db.php:138
#1 /home2/mhazcom/public_html/vagabonddecals/core/engine/extensions.php:1174
#2 /home2/mhazcom/public_html/vagabonddecals/core/engine/extensions.php:405
#3 /home2/mhazcom/public_html/vagabonddecals/core/lib/db.php:104
#4 /home2/mhazcom/public_html/vagabonddecals/core/engine/form.php:199
#5 /home2/mhazcom/public_html/vagabonddecals/core/engine/form.php:746
#6 /home2/mhazcom/public_html/vagabonddecals/storefront/model/account/address.php:284
#7 /home2/mhazcom/public_html/vagabonddecals/storefront/controller/responses/checkout/pay.php:216
#8 /home2/mhazcom/public_html/vagabonddecals/core/engine/dispatcher.php:306
#9 /home2/mhazcom/public_html/vagabonddecals/core/engine/response.php:87
#10 /home2/mhazcom/public_html/vagabonddecals/core/engine/router.php:222
#11 /home2/mhazcom/public_html/vagabonddecals/core/engine/router.php:86
#12 /home2/mhazcom/public_html/vagabonddecals/index.php:81
in /home2/mhazcom/public_html/vagabonddecals/core/database/amysqli.php on line 186
Title: Re: Site can't check out
Post by: Basara on December 17, 2025, 04:05:12 AM
Hello.
It looks like an upgrade was started but the database was not fully upgraded. The error clearly shows missing core tables (*_field_groups and related tables), which are required for customer forms, login, and checkout to work.

This usually happens when an upgrade process is interrupted or only partially completed, leaving the database schema incomplete.

The safest solution is to restore a full database backup from before the upgrade attempt, then run the upgrade again manually and make sure it completes without errors. Please follow the manual upgrade instructions here https://abantecart.atlassian.net/wiki/spaces/AD/pages/5275676/Upgrade+manually