View.php = white screenFor a school project i picked OsTicket to be my support client. Afther working the whole day on it i thought i was nearly finished. Sadly enough when i was testing the 'check my status' option i found a (big) problem.
I can make a ticket, i recieve e-mails and everything but when i want to check my ticket status the only thing i get is one white page (FF).
Someboy can tell me what's going on? And, how do i fix this?
Kind regards,
Mark
Hey,
What version of MySQL do you have osTicket installed on?
What version of PHP do you have osTicket installed on?
What version of OS (Windows, Linux) do you have osTicket installed on?
What version of osTicket do you have installed?
Have you edited any of the files?
Turn on error reporting and see if any errors display.
File /main.inc.php and find
ini_set('display_errors',0);
ini_set('display_startup_errors',0);
Edit that to
ini_set('display_errors',1);
ini_set('display_startup_errors',1);