Email Confirmation Bug - 7.2

I've been trying to get things running with email authentication on for new registrations and run into a few issues. The first is the new "auto login" that happens in Avatar. Since my users aren't authenticated yet the first things they see upon registration is a nasty "PERMISSION DENIED" error. After this point they can't activate using the email link, it fails with: "Specified profile not found in database..." etc.

I was able to beat the first one by hacking join.php and commenting out:

if ('EXIT' == BxDolService::call('avatar', 'join', array ($iMemID, $sStatusText))) {
exit;
}

That works like a champ, but now that I at least get the correct "we sent you an email" messaging I still can't confirm via the email links. Any ideas out there?

Quote · 11 Aug 2009

Found the other issue... turning off profile caching breaks logins, registration, and pretty much everything else. Looks to be an issue in inc/profiles.inc.php where it checks to see if caching is on, then returns true if it's not and immediately tries to include the cache file (failing silently when it can't).

Quote · 11 Aug 2009

Please check these problems on Beta3 if they still exist.

Rules → http://www.boonex.com/terms
Quote · 12 Aug 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.