Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New user skip veryfication Error! You are already a member of this group. #2301

Closed
Kaik opened this issue Feb 27, 2015 · 1 comment
Closed
Labels
Milestone

Comments

@Kaik
Copy link
Contributor

Kaik commented Feb 27, 2015

I'm trying to approve user from admin interface using skip verification option and this error occurs

Stack Trace
in system/Zikula/Module/GroupsModule/Api/UserApi.php at line 669 -
return false;
}
throw new \RuntimeException($this->('Error! You are already a member of this group.'));
}
// Let the calling process know that we have finished successfully
at UserApi ->adduser (array('gid' => '1', 'uid' => '3'))
at call_user_func (array(object(UserApi), 'adduser'), array('gid' => '1', 'uid' => '3'))
in lib/util/ModUtil.php at line 1155 +
at ModUtil ::exec ('ZikulaGroupsModule', 'user', 'adduser', array('gid' => '1', 'uid' => '3'), true, null)
in lib/util/ModUtil.php at line 1231 +
at ModUtil ::apiFunc ('ZikulaGroupsModule', 'user', 'adduser', array('gid' => '1', 'uid' => '3'))
in system/Zikula/Module/UsersModule/Api/RegistrationApi.php at line 884 +
at RegistrationApi ->createUser (array('uid' => '3', 'uname' => 'andzia', 'email' => 'xxx', 'pass' => 'xxx', 'passreminder' => '(Password provided by site administrator)', 'activated' => '-32768', 'approved_date' => object(DateTime), 'approved_by' => '2', 'user_regdate' => object(DateTime), 'lastlogin' => object(DateTime), 'theme' => '', 'ublockon' => '0', 'ublock' => '', 'tz' => '', 'locale' => '', '__ATTRIBUTES
' => array(), 'isverified' => true, 'verificationsent' => object(DateTime), 'isapproved' => true), true, false)
in system/Zikula/Module/UsersModule/Api/RegistrationApi.php at line 1657 +
at RegistrationApi ->approve (array('reginfo' => array('uid' => '3', 'uname' => 'andzia', 'email' => 'xxx', 'pass' => 'xxx', 'passreminder' => '(Password provided by site administrator)', 'activated' => '-32768', 'approved_date' => object(DateTime), 'approved_by' => '2', 'user_regdate' => object(DateTime), 'lastlogin' => object(DateTime), 'theme' => '', 'ublockon' => '0', 'ublock' => '', 'tz' => '', 'locale' => '', 'ATTRIBUTES' => array(), 'isverified' => false, 'verificationsent' => object(DateTime), 'isapproved' => true), 'force' => true))
at call_user_func (array(object(RegistrationApi), 'approve'), array('reginfo' => array('uid' => '3', 'uname' => 'andzia', 'email' => 'xxx', 'pass' => 'xxx', 'passreminder' => '(Password provided by site administrator)', 'activated' => '-32768', 'approved_date' => object(DateTime), 'approved_by' => '2', 'user_regdate' => object(DateTime), 'lastlogin' => object(DateTime), 'theme' => '', 'ublockon' => '0', 'ublock' => '', 'tz' => '', 'locale' => '', 'ATTRIBUTES' => array(), 'isverified' => false, 'verificationsent' => object(DateTime), 'isapproved' => true), 'force' => true))
in lib/util/ModUtil.php at line 1155 +
at ModUtil ::exec ('ZikulaUsersModule', 'registration', 'approve', array('reginfo' => array('uid' => '3', 'uname' => 'andzia', 'email' => 'xxx', 'pass' => 'xxx', 'passreminder' => '(Password provided by site administrator)', 'activated' => '-32768', 'approved_date' => object(DateTime), 'approved_by' => '2', 'user_regdate' => object(DateTime), 'lastlogin' => object(DateTime), 'theme' => '', 'ublockon' => '0', 'ublock' => '', 'tz' => '', 'locale' => '', 'ATTRIBUTES' => array(), 'isverified' => false, 'verificationsent' => object(DateTime), 'isapproved' => true), 'force' => true), true, null)
in lib/util/ModUtil.php at line 1231 +
at ModUtil ::apiFunc ('ZikulaUsersModule', 'registration', 'approve', array('reginfo' => array('uid' => '3', 'uname' => 'andzia', 'email' => 'xxxx', 'pass' => 'xxx', 'passreminder' => '(Password provided by site administrator)', 'activated' => '-32768', 'approved_date' => object(DateTime), 'approved_by' => '2', 'user_regdate' => object(DateTime), 'lastlogin' => object(DateTime), 'theme' => '', 'ublockon' => '0', 'ublock' => '', 'tz' => '', 'locale' => '', 'ATTRIBUTES' => array(), 'isverified' => false, 'verificationsent' => object(DateTime), 'isapproved' => true), 'force' => true))
in system/Zikula/Module/UsersModule/Controller/AdminController.php at line 1655 +
at AdminController ->approveRegistrationAction (object(Zikula_Request_Http))
at call_user_func_array (array(object(AdminController), 'approveRegistrationAction'), array(object(Zikula_Request_Http)))
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 145 +
at HttpKernel ->handleRaw (object(Zikula_Request_Http), '1')
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernel.php at line 66 +
at HttpKernel ->handle (object(Zikula_Request_Http), '1', true)
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/ContainerAwareHttpKernel.php at line 64 +
at ContainerAwareHttpKernel ->handle (object(Zikula_Request_Http), '1', true)
in vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php at line 186 +
at Kernel ->handle (object(Zikula_Request_Http))
in index.php at line 25 +

@craigh craigh added the Bug label Feb 27, 2015
@craigh craigh added this to the 1.4.0 milestone Feb 27, 2015
@rallek
Copy link
Contributor

rallek commented Mar 2, 2015

I did not found any way to create a new user by admin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants