register user hangs no email sent
|
search4f
Joined: 2012-05-02
Posts: 4 |
Posted: Wed, 2012-05-02 14:13
|
|
hello all when someone clicks on the register tab a new window pops up. after putter user name and full name and email in both spots and clicking register it just hangs nothing happens if you close out of it and log in as an admin you will see new albums have been created and in the registration module you will see the user that they created listed under pending registration with the status being unconfirmed. the new user never gets an email and probaly dosent even know he was created because no email is generated Hey wait, you're an admin! We can tell you stuff. There's an error message below and you can find more details in gallery3/var/logs (look for the file with the most recent date on it). Stuck? Stop by the Gallery 3 Forums and ask for help. You can also look at our list of open tickets to see if the problem you're seeing has been reported. If you post a request, here's some useful information to include: remove Platform information 15 * @param Validation $array MODPATH/user/models/user.php[ 92 ] » ORM_Core->validate( arguments ) SYSPATH/libraries/ORM.php[ 778 ] » User_Model_Core->validate() MODPATH/gallery/libraries/MY_ORM.php[ 23 ] » ORM_Core->save() MODPATH/user/models/user.php[ 113 ] » ORM->save() MODPATH/user/libraries/drivers/IdentityProvider/Gallery.php[ 47 ] » User_Model_Core->save() MODPATH/gallery/libraries/IdentityProvider.php[ 187 ] » IdentityProvider_Gallery_Driver->create_user( arguments ) MODPATH/gallery/helpers/identity.php[ 161 ] » IdentityProvider_Core->create_user( arguments ) MODPATH/register/helpers/register.php[ 82 ] » identity_Core::create_user( arguments ) MODPATH/register/controllers/admin_register.php[ 71 ] » register_Core::create_new_user( arguments ) {PHP internal call} » Admin_register_Controller->activate() MODPATH/gallery/controllers/admin.php[ 62 ] » call_user_func_array( arguments ) {PHP internal call} » Admin_Controller->__call( arguments ) SYSPATH/core/Kohana.php[ 331 ] » ReflectionMethod->invokeArgs( arguments ) {PHP internal call} » Kohana_Core::instance( arguments ) SYSPATH/core/Event.php[ 208 ] » call_user_func_array( arguments ) APPPATH/Bootstrap.php[ 67 ] » Event_Core::run( arguments ) DOCROOT/index.php[ 102 ] » require( arguments ) Environment |
|

Posts: 4
also when you try to activate the user it fails and brings you to an error page
http://mmboys.usedcarinteriors.com/gallery/index.php/admin/register/activate
Posts: 25948
What if you have one item in the root album that is publicly visible? I recall seeing something like that before.
Also does email work? Verify with the lost password/recover password feature.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 4
I put 1 photo in the root gallery. I do get email with password revover feature. the registration screnn still hangs and no email is sent to the new user it apears in the list of un confirmed users but when i try to activate i get
Hey wait, you're an admin! We can tell you stuff.
There's an error message below and you can find more details in gallery3/var/logs (look for the file with the most recent date on it). Stuck? Stop by the Gallery 3 Forums and ask for help. You can also look at our list of open tickets to see if the problem you're seeing has been reported. If you post a request, here's some useful information to include:
remove Platform information
Host name: camilla.lunarservers.com
Operating system: Linux 2.6.18-338.12.1.el5.lve0.8.34PAE
Apache: Unknown
PHP: 5.2.17
MySQL: 5.1.56
Server load: 0.43 0.49 0.46
Graphics toolkit: imagemagick
remove Gallery stats
Version: 3.0+ (branch master, build 195)
Albums: 4
Photos: 275
ORM_Validation_Exception [ Database Error ]:
ORM Validation has failed for users model
SYSPATH/libraries/ORM_Validation_Exception.php[ 20 ]
15 * @param Validation $array
16 * @return
17 */
18 public static function handle_validation($table, Validation $array)
19 {
20 $exception = new ORM_Validation_Exception('ORM Validation has failed for :table model',array(':table'=>$table));
21 $exception->validation = $array;
22 throw $exception;
23 }
24} // End ORM_Validation_Exception
SYSPATH/libraries/ORM.php[ 755 ] » ORM_Validation_Exception_Core::handle_validation( arguments )
MODPATH/user/models/user.php[ 92 ] » ORM_Core->validate( arguments )
SYSPATH/libraries/ORM.php[ 778 ] » User_Model_Core->validate()
MODPATH/gallery/libraries/MY_ORM.php[ 23 ] » ORM_Core->save()
MODPATH/user/models/user.php[ 113 ] » ORM->save()
MODPATH/user/libraries/drivers/IdentityProvider/Gallery.php[ 47 ] » User_Model_Core->save()
MODPATH/gallery/libraries/IdentityProvider.php[ 187 ] » IdentityProvider_Gallery_Driver->create_user( arguments )
MODPATH/gallery/helpers/identity.php[ 161 ] » IdentityProvider_Core->create_user( arguments )
MODPATH/register/helpers/register.php[ 82 ] » identity_Core::create_user( arguments )
MODPATH/register/controllers/admin_register.php[ 71 ] » register_Core::create_new_user( arguments )
{PHP internal call} » Admin_register_Controller->activate()
MODPATH/gallery/controllers/admin.php[ 62 ] » call_user_func_array( arguments )
{PHP internal call} » Admin_Controller->__call( arguments )
SYSPATH/core/Kohana.php[ 331 ] » ReflectionMethod->invokeArgs( arguments )
{PHP internal call} » Kohana_Core::instance( arguments )
SYSPATH/core/Event.php[ 208 ] » call_user_func_array( arguments )
APPPATH/Bootstrap.php[ 67 ] » Event_Core::run( arguments )
DOCROOT/index.php[ 102 ] » require( arguments )
Environment
Posts: 4
anyone?
Posts: 25948
http://gallery.menalto.com/node/106310#comment-391389
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team