AbanteCart v1.4.3 is released.

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
Quote from: BDLG on July 13, 2021, 06:33:26 PMThere is a lot to consider. WP was originally made for blogs, but has implemented many ways to make a website without the blogging features, but you will need to put in time to do that.
If you want an actual website with a lot of catagories, products, and a shopping cart and that is easy to learn Abantecart is the way to go. You can actually even combine them (Have a WP site and use Abantecart for the actual shopping cart). They are both going to take a little patience to learn if you are brand new to making your own site.
Personally I use WP for one page sites that just have info and are not selling anything, and Abantecart for ecommerce because I can customize it any way that I want and it is set up from the beginning to sell.
I hope that helps.