Have you checked these first?
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
Note: Never paste the contents of your ost-config.php file here; it holds your database credentials.
Two quick checks before posting: try clearing your browser cache, and press SHIFT+O on any Staff Panel page to enter Safe Mode (a stock osTicket with no enhancements). If the problem still shows in Safe Mode, it's in osTicket itself, not osTicket Awesome. But let us know about the issue either way.
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
This forum is public. Never post order numbers, full license keys, email addresses, or payment details.
This is the place for general questions about how billing and licensing work — renewals, activation, staging slots, plan differences, and what happens when a license lapses.
For anything tied to your specific account, refund, or payment, contact us directly instead.
Hey!
After installing osticketawesome, some incoming tickets cannot be opened anymore.
Most of the tickets are working normally, but approx. 1 out of 15 cannot be opened.
Heres output of nginx-error-log:
PHP message: PHP Warning: DateTime::modify(): Failed to parse time string (last Montag of May 2100) at position 8 (t): The timezone could not be found in the database in /var/www/osticket/include/class.schedule.php on line 837
PHP message: PHP Warning: DateTime::modify(): Failed to parse time string (September 2099 Vorname Montag) at position 15 (V): The timezone could not be found in the database in /var/www/osticket/include/class.schedule.php on line 802
PHP message: PHP Warning: DateTime::modify(): Failed to parse time string (September 2100 Vorname Montag) at position 15 (V): The timezone could not be found in the database in /var/www/osticket/include/class.schedule.php on line 837
PHP message: PHP Warning: DateTime::modify(): Failed to parse time string (October 2099 Second Montag) at position 23 (t): The timezone could not be found in the database in /var/www/osticket/include/class.schedule.php on line 802
PHP message: PHP Warning: DateTime::modify(): Failed to parse time string (October 2100 Second Montag) at position 23 (t): The timezone could not be found in the database in /var/www/osticket/include/class.schedule.php on line 837
My setup:
osTicket v1.15.3.1 // osTicket-1.15.3.1-Awesome-101
PHP 7.2.24-0ubuntu0.18.04.8 // MySQL 10.2.40 // nginx/1.14.0 web server
Ok, since errors were related to ./include/class.schedules.php, i've deleted all created schedules.
Now, alle ticket can be opened again. But it's still a bug. 😉