- Edited
Hi, I'm new to osTicket, the following issue arises when attempting to install osTicket-v1.8.1.2 on my website.Uploaded the 'upload' folder to the site and renamed to 'support'.Opened browser url: http://mysite.com/support/setup/install.phpI get different issues depending on which php version the 'support' folder is running:php5.4 the browser shows the: "Forbidden" Error (the .htaccess file has AddHandler application/x-httpd-php54 .php54 .php) even though the .htaccess file only contains the one php version line and the url is ending in install.php.php 5.3 the browser shows a completely blank page (the .htaccess file has AddHandler application/x-httpd-php53 .php53 .php) and no error_log entries.lastly I tried php 5.2 the browser also shows a blank page (the .htacces file has AddHandler application/x-httpd-php5 .php5 .php)and no error_log entries.Installation worked on my local machine running xampp (php 5.4) on windows 7 pro and the various screens seemed to work OK.I made the following patch changes 'by hand' but it made no difference: https://github.com/osTicket/osTicket-1.8/commit/75c686ea928b3e06553df4cb9ea6e5331a79bcf0At some point I saw this error: Parse error: syntax error, unexpected T_STATIC in /hsphere/local/home/aurat14/osticket.aurahosting.eu/include/class.plugin.php on line 110. Not sure but I think that happened before updating to code contained in the patch mentioned above. Not too sure about that though.The osTicket has great features and I would like to get it working ... any help would be warmly appreciated!Jack.