Source: osTicket 1.10 on XAMPP (php 5.5.11, mysql 5.6.16)

Destination: Centos 7.x (latest) with PHP 7.2.21, mysql 5.6.45

I installed the latest osTicket on new server, and verified that everything is working.
next, I copied all attachments data to same path on the new server and restored the database.
then I copied original ost-config.php file

my original system is using LDAP, but on new system I am getting "Authentication Required"
what am I missing?

Thanks.

Sounds like you are missing the Authentication::LDAP plugin.
Also did you upgrade the database after you moved it over?

I installed LDAP plugin prior to migration and tested it OK
I did not upgrade database, I believed that would be the 1st step after login? or there is another method to upgrade DB?

Login problem solved. (something happened to php-ldap, after reinstalling php-ldap and restarting apache I was able to login)

Write a Reply...