I tried to upgrade from otrs 3.0.17 to 3.2.9 , as the following :
Backup process :
1. i dump the otrs DB to otrs.sql
2. i took a copy of config.pm , and others needed files like : generic agent , zzzauto , .. + certificates , bcz i used openssl
3.i export the sysconfig file
Then i un install the previous version and install the new one , i.e. 3.2.9
i did all the above process but in opposit , i import the mysql db , import sysconfig , copy config.pm in the otrs file to suitable location and the same for the others file and i change the location path if it required to be changed specially in config.pm file .
now i notice that every thing was working properly until the last stage in importing the .sql file once i import it and try to log in it gives me this message :
{Session invalid. Please log in again}
but when i try to solve that issue by adding this :
Code: Select all
$Self->{SessionModule} = 'Kernel::System::AuthSession::FS';
#$Self->{SessionModule} = 'Kernel::System::AuthSession::DB';
Need ID or ldap_folder in mail account is unknown .
How to solve my main issue which is : session invalid . please login again !
Can any one explain to me whats happening and what is the problem exactly ?
Thanks in advanced !