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
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.