Hi All:
I installed osTicket using Fantastico on the page-zone hosting service and I cannot access the admin panel.
This makes the product very difficult to review.
admin.php results in a blank screen without any source code at all. Reviewing the admin.php code on the server it would appear that there is a check for admin user that is failing. I deleted that section of code and had exactly the same results.
code removed:
if(!$thisuser or !$thisuser->isadmin()){
header('Location: index.php');
require('index.php'); // just in case!
exit;
}
I put the code back in the file.
I have tried making some other small changes in an attempt to get some kind of debugging output and it consistently fails.
permissions on the file and directory are 755.
Thanks
John
PS: before someone asks, yes I modified main.inc.php to show errors.