What's new
Xen Factory

Register today to become a member! Once signed in, you'll be able to start purchasing our products, ask questions, request support and suggest new ideas!

  • This area is dedicated to the support of our xF1 add-ons. For xF2, please use the dedicated area: HERE.
  • We are aware that a no permission error was shown when you tried to purchase in the last 2 days, this is now fixed.

Bug Fixed Guests.

Hecter

Member
I have my tournament section accessible by members only however somehow when people are logged out on the rosters page and click to join a roster it shows up as a guest.

We cannot decline them so they just sit on the members request page until I delete them from the mySQL database.

Image attached, and error when you click decline.

Code:
Argument 1 passed to XenForo_Model_Alert::getAlertOptOuts() must be of the type array, boolean given, called in /var/www/clubsgaming.com/public_html/forum/library/XFA/Roster/Model/ClubUser.php on line 252 and defined
XenForo_Application::handlePhpError() in XenForo/Model/Alert.php at line 534
XenForo_Model_Alert->getAlertOptOuts() in XFA/Roster/Model/ClubUser.php at line 252
XFA_Roster_Model_ClubUser->sendAlertToUser() in XFA/Roster/ControllerPublic/ClubUser.php at line 172
XFA_Roster_ControllerPublic_ClubUser->actionDecline() in XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /var/www/clubsgaming.com/public_html/forum/index.php at line 13
 

Attachments

  • Guest.png
    Guest.png
    6.6 KB · Views: 2

Hecter

Member
Still the same issue.

Code:
Argument 1 passed to XenForo_Model_Alert::getAlertOptOuts() must be of the type array, boolean given, called in /home/fifaesport/public_html/forum/library/XFA/Roster/Model/ClubUser.php on line 252 and defined
XenForo_Application::handlePhpError() in XenForo/Model/Alert.php at line 534
XenForo_Model_Alert->getAlertOptOuts() in XFA/Roster/Model/ClubUser.php at line 252
XFA_Roster_Model_ClubUser->sendAlertToUser() in XFA/Roster/ControllerPublic/ClubUser.php at line 172
XFA_Roster_ControllerPublic_ClubUser->actionDecline() in XenForo/FrontController.php at line 351
XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
XenForo_FrontController->run() in /home/fifaesport/public_html/forum/index.php at line 13
 
Top