Hi - I have moved my mantis installation to a new server, and all seems good except for the final login to Mantis.
I am getting "account may be disabled or the username/password you entered is incorrect"
I can log in to the MySQL database using other tools using both the root login and password, and also with a new login and password I created using MySQL command line and that I granted privileges to.
I just can't get through that final step where mantis looks to the mantis user tables for the login and password.
I've done this move successfully before and not encountered this problem.
Any ideas?
Thanks,
Rebbekka
account disabled
Moderators: Developer, Contributor
-
Rebbekka
Re: account disabled
Answered my own question - turned out I had run across this before but in a different way:
PHP settings needed for Mantis login:
register_globals On
register_long_arrays On
I had these settings "On" in my mantis php but not the Apache php.ini...
PHP settings needed for Mantis login:
register_globals On
register_long_arrays On
I had these settings "On" in my mantis php but not the Apache php.ini...