I had a RHL OS with phpbt, mysql 3.1 and php4. I used phpmyadmin to export the DB. I then installed a clean TSL 2.2 on another machine with mysql 4.1 and php5. I migrated the DB from 3.1 to 4.1 successfully and copied my phpbt folder to my new webserver. I can now go to server/phpbt and see the bugtracker. all is working well and I can see all the data. But I am unable to login with any users. if I click on login it just resets the page. I have all the session.save paths enabled and web read/write able. I tried to go to the phpmyadmin page and reset the passwords, but no go! As I had not created the DB, the passwords are currently not encrypted. I don't know what else to look for, can anyone please help?
Thank you leo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for the reply. It seems that the errors are due to pear and smarty not configured properly. I will look into the issue and post an update if it is relevant to anyone.
Leo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Try deleting config.php.
This will cause bugtracker to bring up a totally different page, which might help in testing if your php setup is really working correctly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello all,
I had a RHL OS with phpbt, mysql 3.1 and php4. I used phpmyadmin to export the DB. I then installed a clean TSL 2.2 on another machine with mysql 4.1 and php5. I migrated the DB from 3.1 to 4.1 successfully and copied my phpbt folder to my new webserver. I can now go to server/phpbt and see the bugtracker. all is working well and I can see all the data. But I am unable to login with any users. if I click on login it just resets the page. I have all the session.save paths enabled and web read/write able. I tried to go to the phpmyadmin page and reset the passwords, but no go! As I had not created the DB, the passwords are currently not encrypted. I don't know what else to look for, can anyone please help?
Thank you leo
You could turn on "full" logging in mysql, and see what commands are getting sent to the DB.
I *do not* recommend upgrading to phpbt 1.0.2 yet, until you solve this issue. 1.0.2 makes some DB schema changes.
Thank you for the reply. It seems that the errors are due to pear and smarty not configured properly. I will look into the issue and post an update if it is relevant to anyone.
Leo
Try deleting config.php.
This will cause bugtracker to bring up a totally different page, which might help in testing if your php setup is really working correctly.