Fixed error with other addons

thunder

New Member
Hello


i have a error with the Teams addon and with this Calendar and tapatalk addon.
Can you help me?


Code:
ErrorException: Argument 1 passed to XenForo_Permission::hasPermission() must be an array, null given, called in /www/...../library/Nobita/Teams/Model/Team.php on line 767 and defined - library/XenForo/Permission.php:27

Code:
#0 /www/..../library/XenForo/Permission.php(27): XenForo_Application::handlePhpError(NULL, 'Teams', 'view')
#1 /www/...../library/Nobita/Teams/Model/Team.php(767): XenForo_Permission::hasPermission(Array, Array, NULL, Array)
#2 /www/....../library/Nobita/Teams/Model/Post.php(730): Nobita_Teams_Model_Team->canViewTeam(Array, Array, Array, NULL, Array)
#3 /www/...../library/Nobita/Teams/AlertHandler/Post.php(21): Nobita_Teams_Model_Post->canViewPostAndContainer(Array, Array, Array)
#4 /www/....../library/XenForo/Model/Alert.php(267): Nobita_Teams_AlertHandler_Post->canViewAlert(Array, Array)
#5 /www/....../library/XenForo/Model/Alert.php(78): XenForo_Model_Alert->_getViewableAlerts(20, 'fetchRecent', Array, Array)
#6 /www/...../library/Tapatalk/Push/Push.php(22): XenForo_Model_Alert->getAlertsForUser(Array, Array)
#7 /www/......../library/Tapatalk/Push/Alert.php(38): Tapatalk_Push_Push::tapatalk_push_reply()
#8 /www/h......./Tapatalk/Push/Alert.php(9): Tapatalk_Push_Alert->Tapatalk_hook()
#9 /www/......../library/XenForo/DataWriter.php(1405): Tapatalk_Push_Alert->_save()
#10 /www/........../library/XenForo/Model/Alert.php(452): XenForo_DataWriter->save(20, 45, 'Christine', 'team_post', 43, 'insert', NULL)
#11 /www/......../library/XenForo/Model/Alert.php(426): XenForo_Model_Alert->alertUser(20, 45, 'Christine', 'team_post', 43, 'insert')
#12 /www/........./library/Nobita/Teams/Model/Post.php(458): XenForo_Model_Alert::alert(Array, Array, Array)
#13 /www/......../library/Nobita/Teams/DataWriter/Post.php(237): Nobita_Teams_Model_Post->sendNotificationsToUser()
#14 /www/............../library/XenForo/DataWriter.php(1423): Nobita_Teams_DataWriter_Post->_postSaveAfterTransaction()
#15 /www/............/library/Nobita/Teams/ControllerPublic/Team.php(1946): XenForo_DataWriter->save()
#16 /www/......../library/XenForo/FrontController.php(347): Nobita_Teams_ControllerPublic_Team->actionPost(Object(XenForo_RouteMatch))
#17 /www/............../library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch()
#18 /www/............../index.php(13): XenForo_FrontController->run()
#19 {main}


Code:
array(3) {
  ["url"] => string(60) "http://........../teams/licht-und-schatten-2-0.4/post"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(8) {
    ["message_html"] => string(4897) "<p><font>Team Text...

</font></p>"
    ["_xfRelativeResolver"] => string(56) "............/teams/licht-und-schatten-2-0.4/"
    ["attachment_hash"] => string(32) "07e2bad0363b37e20460b8103ded3e4b"
    ["_xfToken"] => string(8) "********"
    ["discussion_type"] => string(6) "member"
    ["_xfRequestUri"] => string(32) "/teams/licht-und-schatten-2-0.4/"
    ["_xfNoRedirect"] => string(1) "1"
    ["_xfResponseType"] => string(4) "json"
 
Hi Nobita

its not working with Jaxel 150 and teams 200a.
Requested event couldn't found.
Der Controller Nobita_Teams_ControllerPublic_Event legt keine Aktion namens Rsvp fest.
 
Yes i have the 200a version
I edit the route prefix.
but i become two errors:
one in the rsvp after activeted yes or no for the rsvp: Der Controller Nobita_Teams_ControllerPublic_Event legt keine Aktion namens Rsvp fest.

and one after click on an event in the calender: Requested event couldn't found.
 
Yes i have the 200a version
I edit the route prefix.
but i become two errors:
one in the rsvp after activeted yes or no for the rsvp: Der Controller Nobita_Teams_ControllerPublic_Event legt keine Aktion namens Rsvp fest.

and one after click on an event in the calender: Requested event couldn't found.
thunderYou should update to latest version of addon as possible. In version 2.0.0a im confirmed still have that's bug
 
Back
Top