What's wrong with OSTicket?
I've been trying to install OSTicket from 1.6RC1 to 1.6RC3 with no success.
The problem is the installation.
Just take look at the picture.
http://img128.imageshack.us/my.php?image=osticketod6.jpg(http://img128.imageshack.us/my.php?image=osticketod6.jpg)
The trouble is setup/inc/install.inc.php
<?=$errors?> should it not be <?php $errors?> ???
I figured out that it has already been discussed here.
When I hit the install button nothing happens.
The line from setup/inc/install.inc.php
So I took a look into setup/inc/index.php
The whole content of file is:
<?php
echo "";
?>
What's wrong?