FYI, I'm not a novice to osTicket. I've been using it for years. Setup a new install with v1.10 on a CentOS 6 server running php 5.3.3 and a vanilla LAMP stack. I have the WSOD, can't get to the setup, but the domain is working because a .txt file placed via FTP can be brought up in browser via URL with no issue so I know it's not a domain issue. Domain: support.vreia.orgError logs are showing the following:

PHP Fatal error:  Only variables can be passed by reference in /var/www/html/support.vreia.org/include/class.plugin.php on line 555Here's line 555 in class.plugin.php:blank

Any idea how to fix this so I can complete the install?

Upgrade your PHP to 5.61.10 does not work well with versions of PHP older than 5.6

@[deleted]Thank you, that fixed it!It's now throwing the following error which I'll put in a new post:Warning: Declaration of AssignmentForm:($options) should be compatible with Form:($staff = true, $title = false, $options = Array) in /var/www/html/support.vreia.org/include/class.forms.php on line 4150Warning: Declaration of TransferForm:($options) should be compatible with Form:($staff = true, $title = false, $options = Array) in /var/www/html/support.vreia.org/include/class.forms.php on line 4270

Write a Reply...