Maybe it's a permissions issue, or a database connection issue
ownership and permission
chown -R www-data:www-data /var/www/html/osticket
chmod -R 755 /var/www/html/osticket
If you using Apache2 don't forget rewrite module
a2ensite osticket.conf
a2enmod rewrite
Hope this help.