- Edited
I have tried installing osTicket on my server, but I end up with the error:
PHP Fatal error: Maximum execution time of 30 seconds exceeded in C:\xampp\htdocs\osTicket\upload\include\mysqli.php on line 165
I then tried changing the php.ini file from 30 seconds to 60 like so:
max_execution_time=30
max execution_time=60
but I continue to get the same error saying that the Maximum execution time of 30 seconds is exceeded.
Brian