[TH] Join User Group [Deleted]

I received the same error on upgrade.. It had closed my forum and would not finish or start the upgrade whatever the case may have been.. I could not reopen my forum.. On a wish and a prayer i uninstalled the product and all was well again.
 
Disabling the add-on should have been enough to remove that error, then upgrading it will have fixed it.

Now that you have uninstalled it, you should be able to install the new version without any problem.

The reason it closes your forum is exactly for this situation where not closing the forum would cause your users to see error messages. It is not always possible to release an add-on upgrade without causing such errors.

If you receive an error after uploading the XML file, please post it here.
 
Last edited:
Error
The field 'joinable_moderator_user_ids' was not recognised.

XF 1.2rc1
addon-Waindigo_JoinUserGroup-1.1.2.1374340415

This is what happens upon reinstalling the xml..
 
I tried uninstalling the addon, got the following error:

ErrorException: Undefined index: addon_id - library/Waindigo/Install/20130725.php:913

#0 /var/www/vhosts/fairytailbase.com/httpdocs/library/Waindigo/Install/20130725.php(913): XenForo_Application::handlePhpError(8, 'Undefined index...', '/var/www/vhosts...', 913, Array) #1 /var/www/vhosts/fairytailbase.com/httpdocs/library/Waindigo/Install/20130725.php(295): Waindigo_Install->_deleteContentTypes(Array) #2 /var/www/vhosts/fairytailbase.com/httpdocs/library/Waindigo/JoinUserGroup/Install.php(55): Waindigo_Install->_uninstall() #3 [internal function]: Waindigo_JoinUserGroup_Install::uninstall(Array) #4 /var/www/vhosts/fairytailbase.com/httpdocs/library/XenForo/DataWriter/AddOn.php(200): call_user_func(Array, Array) #5 /var/www/vhosts/fairytailbase.com/httpdocs/library/XenForo/DataWriter.php(1767): XenForo_DataWriter_AddOn->_postDelete() #6 /var/www/vhosts/fairytailbase.com/httpdocs/library/XenForo/ControllerAdmin/AddOn.php(122): XenForo_DataWriter->delete() #7 /var/www/vhosts/fairytailbase.com/httpdocs/library/XenForo/FrontController.php(337): XenForo_ControllerAdmin_AddOn->actionDelete() #8 /var/www/vhosts/fairytailbase.com/httpdocs/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch)) #9 /var/www/vhosts/fairytailbase.com/httpdocs/admin.php(13): XenForo_FrontController->run() #10 {main}

array(3) { ["url"] => string(72) "http://fairytailbase.com/admin.php?add-ons/Waindigo_JoinUserGroup/delete" ["_GET"] => array(1) { ["add-ons/Waindigo_JoinUserGroup/delete"] => string(0) "" } ["_POST"] => array(2) { ["_xfConfirm"] => string(1) "1" ["_xfToken"] => string(8) "********" } }

And now parts of the addon settings remain while the actual addon is gone from the addon list. Any help on this would be appreciated.
 
@Sage Knight, what version of PHP are you using on your server? I can't work out why this error would appear.

I'm pretty sure it's 5.3.2

Could it be because I attempted to uninstall it after I updated to xF 1.2? And what if I were to reinstall it and then try uninstalling it? Thanks for the replies.
 
Whenever a user joins a usergroup, and the moderator approves it - they get this message:

"You do not have permission to view this page or perform this action."

These are the permissions:

46hps7E.png



However, when I log into the admin panel and then save the user - it's fixed.

What could this bug be?
 
Whenever a user joins a usergroup, and the moderator approves it - they get this message:

"You do not have permission to view this page or perform this action."

These are the permissions:

46hps7E.png



However, when I log into the admin panel and then save the user - it's fixed.

What could this bug be?
I'm unable to replicate this.

Sounds like the permission cache is not being updated correctly. Do you have any other add-ons that might affect permissions?
 
Top Bottom