AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: G. O. on May 14, 2026, 01:39:47 PM

Title: upgrade from 1.4.3 to 1.4.4 incorrect time zone error
Post by: G. O. on 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
Title: Re: upgrade from 1.4.3 to 1.4.4 incorrect time zone error
Post by: Basara on 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.