Not a Bug Copying Thread to Groups and Inserting Members

Freelancer

Active Member
I selected a few posts and then tried to use the moderator tools "Copy to Group" with "Insert Members" checked...

Code:
Error Info
Argument 1 passed to Nobita_Teams_Model_Abstract::getTeamMemberRecord() must be of the type array, integer given, called in /var/www/clients/client180/web812/web/library/Nobita/MoveToGroup/ControllerPublic/Thread.php on line 74 - library/Nobita/Teams/Model/Abstract.php:17

Stack Trace
#0 /var/www/clients/client180/web812/web/library/Nobita/MoveToGroup/ControllerPublic/Thread.php(74): Nobita_Teams_Model_Abstract->getTeamMemberRecord(64, Array)
#1 /var/www/clients/client180/web812/web/library/Nobita/MoveToGroup/ControllerPublic/Thread.php(50): Nobita_MoveToGroup_ControllerPublic_Thread->_copyPost(Array, Array)
#2 /var/www/clients/client180/web812/web/library/XenForo/FrontController.php(369): Nobita_MoveToGroup_ControllerPublic_Thread->actionClonePosts()
#3 /var/www/clients/client180/web812/web/library/XenForo/FrontController.php(152): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#4 /var/www/clients/client180/web812/web/index.php(13): XenForo_FrontController->run()
#5 {main}

Request State
Array
(
    [url] => https://www.mywebsite.com/threads/groupname.279/clone-posts
    [_GET] => Array
        (
            [/threads/groupname_279/clone-posts] => 
        )

    [_POST] => Array
        (
            [team_title] => 64 - groupname
            [target_team_id] => 64
            [insert_members] => on
            [post_id] => 
            [_xfToken] => ********
            [_xfRequestUri] => /threads/groupname.279/
            [_xfNoRedirect] => 1
            [_xfResponseType] => json
        )

)
 
Seem this add-on does not compatible with other. I will update an version for third party add-on.
 
Any news here? It is very important for me, because sometimes groups are built by the members of one thread.
 
Yeah. I have develop for someone but currently not have on my hand :D
 
Back
Top