Old Server: Ubuntu 14New Server: Ubuntu 14 (Same version as before)OSticket version: 1.7Manually copied over the OSticket directoryCopied over the MySQL DB using phpmyadminI get the login page.  After I put in my credentials I get a bank page with the following urlhttp://10.1.10.29/osticket/scp/tickets.php?status=assignedThe checked the DB connection in \\10.1.10.29\web\html\osticket\include\ost-config.phph#Mysql Login infodefine('DBTYPE','mysql');define('DBHOST','localhost'); define('DBNAME','osticket');define('DBUSER','root');define('DBPASS','something');Any suggestions? 

ost-config.phph?  you mean ost-config.php?When you setup the new copy of the database and you created the DB user/pass did you use the contents of your ost-config.php?Have you consulted your php error log?  mysql error log?  webserver error log?

Yes I meant ost-config.php.  When I turn on Display error in the main.inc.php file the page displays Parse error: syntax error, unexpected end of file in /var/www/html/osticket/include/staff/header.inc.php on line 135But I have not altered any files on the new server just copied everything over.I have attached the php file. TY in advance

[header.inc.txt](https://forum.osticket.com/assets/files/migrated/FileUpload/e2/aaa5604e841decc747e91fea88b4ce.txt)

with out knowing the exact version that you are running it would be hard for me to compare the two.https://github.com/osTicket/osTicket-1.7/blob/develop/include/staff/header.inc.php

The original file is here for 1.7.0https://github.com/osTicket/osTicket-1.7/blob/1.7.0/include/staff/header.inc.phpAre you running the same version of PHP?1.7.0 is pretty old, you might want to upgrade.

Yes everything is the same.  And yes I am working on updating to the latest version.  But I think I found the issue.  Has to something to do with the MOD I installed for reporting,http://www.sudobash.net/ostickets-reports/#more-821Will post solution when found. TY

Write a Reply...