Hello

i've already found another topic regarding this problem, but can't use that solution for my "Problem".

In the Admin-Panel under Dashboard -> Information, the note "Setting default timezone is highly recommended" is shown (under PHP Settings).

We've created a info.php - using PHP Version 7.2.33 and the newest osTicket Version (v1.14.3), the timezone on PHP is set:

Any tip to get that running?
Thank you very much!

    Shimo Edit php.ini and set your timezone.
    Search for [Date] and below you should find (commented - just remove the ; before) and fill in your timezone.
    ie (my case):
    date.timezone = "Europe/Lisbon"
    (you problably don't need the " )
    Save and restart the web server . Refresh your info.php page and it should be working

    Write a Reply...