I just installed a fresh copy of Osticket on my datacenter and it all works good. I have a working Osticket on Godaddy that I would like to export its database and restore it on my working server.
I have exported the database from Godaddy, Copied it to my server, created user matching the user on Godaddy and granted it all required db access. then changed the ost-config.php to reflect the database settings.
When I try to login to /scp, It says authentication required ! basically does not accept any credentials that I use no matter what. I checked the access/error logs but I don't see anything.
the direct URL shows that "Support Ticket System Offline", In the database ost_config.isonline is showing 1 value associated.
After the above attempts:
I changed the ost-config.php and pointed it to the database that was created through the installation which is working fine, then copied the Godaddy database data through PHPMyAdmin on top of the database that's working, I could see the data is copied to the osticket database but the tickets /users from the Godaddy copy are not showing the Osticket.
Nothing seems to work no matter what I did.