PHPmailer and the registration mod

the__target

Joined: 2012-05-02
Posts: 10
Posted: Wed, 2012-06-13 00:32

So I have installed the registration modual and it seems to work fine, I have also installed the PHPmailer and when running my test script works great, the server is sending mail using the same params ans whats in the PHPmailer config.

the issue is if I hit the lost password link in the login page it says it sent the mail but I never get one.

also i have a few unconfermed users but when I try and conferm them I get this error

2012-06-12 17:10:57 -07:00 --- error: ORM_Validation_Exception [ 44 ]: ORM Validation has failed for users model
/usr/share/gallery3/system/libraries/ORM_Validation_Exception.php [ 20 ]
#0 /usr/share/gallery3/system/libraries/ORM.php(755): ORM_Validation_Exception_Core::handle_validation('users', Object(Validation))
#1 /usr/share/gallery3/modules/user/models/user.php(86): ORM_Core->validate(NULL)
#2 /usr/share/gallery3/system/libraries/ORM.php(778): User_Model_Core->validate()
#3 /usr/share/gallery3/modules/gallery/libraries/MY_ORM.php(23): ORM_Core->save()
#4 /usr/share/gallery3/modules/user/models/user.php(107): ORM->save()
#5 /usr/share/gallery3/modules/user/libraries/drivers/IdentityProvider/Gallery.php(47): User_Model_Core->save()
#6 /usr/share/gallery3/modules/gallery/libraries/IdentityProvider.php(187): IdentityProvider_Gallery_Driver->create_user('320', #7 /usr/share/gallery3/modules/gallery/helpers/identity.php(161): IdentityProvider_Core->create_user(...')
#8 /usr/share/gallery3/modules/register/helpers/register.php(82): identity_Core::create_user(, 'edf6023ceb4cc9f...', '320@gmai...')
#9 /usr/share/gallery3/modules/register/controllers/admin_register.php(71): register_Core::create_new_user('3')
#10 [internal function]: Admin_register_Controller->activate()
#11 /usr/share/gallery3/modules/gallery/controllers/admin.php(62): call_user_func_array(Array, Array)
#12 [internal function]: Admin_Controller->__call('register', Array)
#13 /usr/share/gallery3/system/core/Kohana.php(331): ReflectionMethod->invokeArgs(Object(Admin_Controller), Array)
#14 [internal function]: Kohana_Core::instance(NULL)
#15 /usr/share/gallery3/system/core/Event.php(208): call_user_func_array(Array, Array)
#16 /usr/share/gallery3/application/Bootstrap.php(67): Event_Core::run('system.execute')
#17 /usr/share/gallery3/index.php(102): require('/usr/share/gall...')
#18 {main}
2012-06-12 17:10:57 -07:00 --- error: Validation errors: Array
(
[name] => conflict
)