PDA

View Full Version : phpBB3Auth - help migrating passwords from phpBB3


volantis
02-25-2012, 06:31 PM
I setup the phpBB3Auth mod trying to migrate our forum and haven't had any luck getting the passwords to sync. Here's a link to the mod:

https://vborg.vbsupport.ru/showthread.php?t=246167

For a long while I kept getting "Unable to connect to DB:" as an error when trying to login. I finally changed the include line that points to controller.php to:

include('/phpBB3Auth/controller.php');

and the error is gone but test users aren't able to login with their existing account and the PWD_Synced in phpbb_users doesn't show any users with value 1.

./phpBB3Auth/controller.php, full-server-path/phpBB3Auth/controller.php, and some other combinations to no avail.

Any ideas?

kh99
02-25-2012, 06:53 PM
Questions about mods need to be asked in the mod thread.

My guess is that you didn't fix the database error, you just created an earlier error that's not printing out a message.

volantis
02-25-2012, 06:59 PM
Questions about mods need to be asked in the mod thread.

My guess is that you didn't fix the database error, you just created an earlier error that's not printing out a message.

Thanks, I was sure if it was okay to post issues over there. I'll ask it in that thread.