at the moment i can not change groups for exisiting user neither activating new user in my joomla. After discussing it in the joomlaportal.de forum my idea was that this could be an error that happens from admin tools.
So i started the debugger. This was the result:
Zugriff verweigert
.../plugins/system/admintools/feature/nonewadmins.php:105
100 $jlang = JFactory::getLanguage();
101 $jlang->load('joomla', JPATH_ROOT, 'en-GB', true);
102 $jlang->load('joomla', JPATH_ROOT, $jlang->getDefault(), true);
103 $jlang->load('joomla', JPATH_ROOT, null, true);
104
105 throw new Exception(JText::_('JGLOBAL_AUTH_ACCESS_DENIED'), '403');
106 }
107 }
108
109 /**
110 * Hooks into the Joomla! models before a user is saved. This catches the case where a 3PD extension tries to create
Do you have an idea for me?
Regards
Frank