News:

AbanteCart v1.4.3 is released.

Main Menu

Recent posts

#31
General Support / Re: Site can't check out
Last post by Basara - 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
#32
Support / Re: Stripe Payment Extension v...
Last post by Basara - December 17, 2025, 03:59:31 AM
Hello.
The most important point in your case is actually the current workflow. Collecting card details at checkout and then manually entering them into Stripe later is not safe and not PCI-DSS compliant, even if the data is handled carefully.

From that perspective alone, moving to the official Stripe Payment extension is the correct and safer choice.The Stripe Payment extension ensures that Card data is handled by Stripe, not your server
#33
General Support / Re: Site can't check out
Last post by MHaz - 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
#34
General Support / Site can't check out
Last post by MHaz - 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
#35
Support / Stripe Payment Extension v1.0....
Last post by Tony Chavarria - December 16, 2025, 07:48:43 AM
Hello,

I'm currently running AbanteCart version 1.3.2 and reviewing the built-in Stripe Payment extension (Version 1.0.3).

To clarify my current setup:
Up to now, I have not been using the Stripe Payment extension to process payments directly. Instead, I've been using an extension that collects card information at checkout, and I've been manually entering payments into Stripe on the back end. I'm now looking to streamline operations by moving to fully automated Stripe payment processing using the Stripe Payment extension.

Before making that transition, I wanted to check with the community:

Is Stripe Payment v1.0.3 still considered a reliable and appropriate option for AbanteCart 1.3.2 for direct card processing?

Are there any known caveats or limitations (Stripe API changes, SCA/3DS handling, receipt behavior, etc.) I should be aware of when moving from manual to automated Stripe payments?

If the extension is functioning correctly, is there any practical reason to upgrade or replace it, or is it reasonable to continue using it as-is?

Are there any Stripe-side changes, past or upcoming, that could impact this extension even if AbanteCart itself remains unchanged?

For context, this is a production store using Stripe for standard one-time card payments only (no subscriptions or advanced payment flows). Stability, compliance, and reduced operational overhead are the primary goals.

Any insight from developers or long-time AbanteCart users would be appreciated.

Thank you.
#36
Installation and Configuration / Re: AbanteCart Version 1.4.2 -...
Last post by Basara - December 15, 2025, 02:39:23 AM
Hello.
Try disabling ModSecurity and check AbanteCart + webserver logs for the blocked request
#37
Installation and Configuration / AbanteCart Version 1.4.3 - Nov...
Last post by ixl - December 14, 2025, 06:33:21 AM
Hi,

I am using Novator, AbanteCart Version 1.4.3

Could someone advise what might be wrong with regards to sending from the admin pane, an email, using the "Send Mail" feature.

The emails are sent fine to end customers for orders and order updates but the manual email "Send Mail" feature reports of an error when sending...

(Connection error occurred. HTTP-status:403)

I cannot quite fathom what could be wrong if the other emails are working fine?

Could anyone help please?
#38
Configuration / Re: AC 1.3.4 Favicon Help
Last post by Nicholas Viviers - December 10, 2025, 02:44:39 AM
Hi, I have replaced all of them with our Logo correctly resized and as PNGs as well but that has not fixed anything. The default favicon is still showing when searching for our site on Google for example.

I have replaced all of these images: https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/common/head.tpl#L36-L40 with our icon resized according to the original images and file names.

It has been likely around two weeks since the change so there should not be any caching problems.
#39
Template Support / Re: on last upgrade 1.4.3 vers...
Last post by G. O. - December 08, 2025, 11:38:21 PM
Hello AbanteCart Team,

Is there any fix for this issue please?
 

Thank you
#40
General Discussion / Re: Which is better, WordPress...
Last post by PlaneSailing - December 06, 2025, 04:47:11 AM
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.

okay, thanks

Forum Rules Code of conduct
AbanteCart.com 2010 -