News:

AbanteCart v1.4.4 is released.

Main Menu
support

Recent posts

#31
Template Support / Re: upgrade from 1.4.3 to 1.4....
Last post by Basara - May 15, 2026, 02:48:41 AM
Hello

This is not related to the NOVATOR template. Europe/Istanbul is a valid PHP timezone, but MySQL/MariaDB is rejecting it because probably your hosting does not allow to set it.

In most cases this warning can be ignored, as it rarely causes serious issues. However, the proper fix is on the database server side. Ask your hosting provider/server admin to set MySQL timezone to match your php timezone.
#32
Template Support / upgrade from 1.4.3 to 1.4.4 in...
Last post by G. O. - May 14, 2026, 01:39:47 PM
Hello,

i upgraded from 1.4.3 to 1.4.4 and getting incorrect time zone error as follow:

2026-05-14 19:09:57 - 1298: Unknown or incorrect time zone: 'Europe/Istanbul'
SET time_zone='Europe/Istanbul';

I use default template of NOVATOR
php: 8.4.20
what is the fix for this issue?

Thanks in advanced
#33
General Support / Re: Delete spam customers
Last post by G. O. - May 14, 2026, 10:51:40 AM
Quote from: timlight10 on May 09, 2026, 02:09:04 PMI have reCaptcha enabled, but I still get spam customers and contact form entries. Any suggestions?
this is mostly your business filed competitors doing it to you.
#34
General Support / Re: Delete spam customers
Last post by timlight10 - May 11, 2026, 09:31:25 AM
Thank you, I have updated these as suggested and let you know if the situation improves.
#35
General Support / Re: Delete spam customers
Last post by Basara - May 11, 2026, 02:27:09 AM
Quote from: timlight10 on May 09, 2026, 02:09:04 PMI have reCaptcha enabled, but I still get spam customers and contact form entries. Any suggestions?
Hello.
Make sure reCAPTCHA is enabled for all relevant pages/forms and switch to reCAPTCHA v3, and consider increasing the score threshold in reCAPTCHA settings
#36
General Support / Re: AbanteCart core v.1.4.4 In...
Last post by Basara - May 11, 2026, 02:23:15 AM
Hello.
We tested an upgrade from 1.4.3 to 1.4.4, and UPS is working correctly in that case.

This error points to a missing dependency/class file from the UPS SDK rather than a general checkout issue.

Please compare your installed UPS extension files with the current 1.4.4 master UPS files here:

https://github.com/abantecart/abantecart-src/tree/master/public_html/extensions/ups

Pay special attention to the extensions/ups/core/ups_sdk/vendor/ directory and make sure all files are present and uploaded correctly. Also check file and folder permissions so PHP can read these files.

Another possibility is hosting-side security filtering. If your host has an internal firewall, for example ModSecurity, it may block part of the new UPS code or its requests. You may need to ask the hosting provider to check the ModSecurity/firewall logs for blocked requests related to the UPS extension.
#37
General Support / aMySQLi class error: Try to es...
Last post by timlight10 - May 10, 2026, 07:48:22 PM
Occasionally I see this error in my Messages:

aMySQLi class error: Try to escape non-string value: array ( 0 => '', ) (file: /home4/juliann7/public_html/dps/core/engine/resources.php line 746) Trace: #0 /home4/juliann7/public_html/dps/core/database/amysqli.php on line 218 #1 /home4/juliann7/public_html/dps/core/lib/db.php on line 149 #2 /home4/juliann7/public_html/dps/core/engine/resources.php on line 746 #3 /home4/juliann7/public_html/dps/core/engine/resources.php on line 531 #4 /home4/juliann7/public_html/dps/core/engine/resources.php on line 489
Any suggestions to stop it?
#38
General Support / Re: AbanteCart core v.1.4.4 In...
Last post by timlight10 - May 10, 2026, 01:58:30 PM
I have disabled and uninstalled the default UPS extension for now, and customers can now complete orders using FedEx instead. Would like to get default UPS working again though!
#39
General Support / AbanteCart core v.1.4.4 Interf...
Last post by timlight10 - May 09, 2026, 03:53:03 PM
After updating to 1.4.4, customers cannot complete the checkout process, the fast checkout hangs with a blank screen, or they cannot select a shipping method.

In the error log there is this: 2026-05-09 13:49:32 - Unknown Error: AbanteCart core v.1.4.4 Interface "Psr\Http\Message\StreamInterface" not found
Full stack trace:
2026-05-09 13:49:32 - Unknown Error: AbanteCart core v.1.4.4 Interface "Psr\Http\Message\StreamInterface" not found
Trace:
#0 /home4/juliann7/public_html/dps/vendor/composer/ClassLoader.php(576): include()
#1 /home4/juliann7/public_html/dps/vendor/composer/ClassLoader.php(427): {closure:Composer\Autoload\ClassLoader::initializeIncludeClosure():575}('/home4/juliann7...')
#2 /home4/juliann7/public_html/dps/extensions/ups/core/ups_sdk/vendor/guzzlehttp/psr7/src/Utils.php(310): Composer\Autoload\ClassLoader->loadClass('GuzzleHttp\\Psr7...')
#3 /home4/juliann7/public_html/dps/extensions/ups/core/ups_sdk/vendor/guzzlehttp/psr7/src/Request.php(57): GuzzleHttp\Psr7\Utils::streamFor('grant_type=clie...')
#4 /home4/juliann7/public_html/dps/extensions/ups/core/ups_sdk/OAuthClientCredentials/src/Request/OAuthClientCredentialsApi.php(384): GuzzleHttp\Psr7\Request->__construct('POST', Object(GuzzleHttp\Psr7\Uri), Array, 'grant_type=clie...')
#5 /home4/juliann7/public_html/dps/extensions/ups/core/ups_sdk/OAuthClientCredentials/src/Request/OAuthClientCredentialsApi.php(122): UPS\OAuthClientCredentials\Request\OAuthClientCredentialsApi->createTokenRequest('client_credenti...', '366R15')
#6 /home4/juliann7/public_html/dps/extensions/ups/core/ups_sdk/OAuthClientCredentials/src/Request/OAuthClientCredentialsApi.php(103): UPS\OAuthClientCredentials\Request\OAuthClientCredentialsApi->createTokenWithHttpInfo('client_credenti...', '366R15')
#7 /home4/juliann7/public_html/dps/extensions/ups/core/utils.php(65): UPS\OAuthClientCredentials\Request\OAuthClientCredentialsApi->createToken('client_credenti...', '366R15')
#8 /home4/juliann7/public_html/dps/extensions/ups/storefront/model/extension/ups.php(366): ups\core\getUPSAccessToken(Object(Registry))
#9 /home4/juliann7/public_html/dps/extensions/ups/storefront/model/extension/ups.php(187): ModelExtensionUps->processRequest(Array, '25', '10', '11', '16')
#10 /home4/juliann7/public_html/dps/storefront/controller/responses/checkout/pay.php(1791): ModelExtensionUps->getQuote(Array)
#11 /home4/juliann7/public_html/dps/storefront/controller/responses/checkout/pay.php(374): ControllerResponsesCheckoutPay->select_shipping(NULL)
#12 /home4/juliann7/public_html/dps/core/engine/dispatcher.php(306): ControllerResponsesCheckoutPay->main()
#13 /home4/juliann7/public_html/dps/core/engine/response.php(87): ADispatcher->dispatch()
#14 /home4/juliann7/public_html/dps/core/engine/router.php(222): ATypeResponse->build('checkout/pay')
#15 /home4/juliann7/public_html/dps/core/engine/router.php(86): ARouter->route()
#16 /home4/juliann7/public_html/dps/index.php(82): ARouter->processRoute('r/checkout/pay')
#17 {main} in /home4/juliann7/public_html/dps/extensions/ups/core/ups_sdk/vendor/guzzlehttp/psr7/src/Stream.php on line 12

Any advise?
#40
General Support / Re: Delete spam customers
Last post by timlight10 - May 09, 2026, 02:09:04 PM
I have reCaptcha enabled, but I still get spam customers and contact form entries. Any suggestions?

Forum Rules Code of conduct
AbanteCart.com 2010 -