KevinTheJedi
As allready said, there aren't any errors.
I tried to get more out of the system, but no error, no matter what I activate (Debug Logging in osTicket, error_logging in php.ini (E_ALL) incl. make sure, there are a error_log file definition and also added the two entries in bootstrap.php:
ini_set('display_errors',1);
ini_set('display_startup_errors',1);
No error shown in browser, no errors shown in apache virtual host logs, no errors in apache general log.
No error shown in osTicket Log.
The access log shows the following:
Which doesn't look to me as if something goes wrong.
As after the open.php is called, the next is ajax.php which looks to me, as this should bring up the addtional fields in the webbrowser, I assume, that ther goes something wrong (probably releated to the cgi.fix_pathinfo?
Or any other suggestions?