Expand my Community achievements bar.

mitrichaka
mitrichaka
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Yeah!!! It works!My eyes lie me, it's wrong!It's my code:public function createNode(){     $roomname = "myfirstroom";        $collectionname = "myChat_ModeratedChatModel";        $nodename= "myprivatenode";        $configuration = array("persistItems"=>"true",                                "userDep...

    Type

    Discussions

    Views

    1.3K

    Likes

    0

    Replies

    1
  • Your example is good, but it's similar to my code and doesn't change configuration of nodes of the created Collection.Please give me some work example without POST and etc, which works and changes configuration.Here is part of my debug:Message was edited by: mitrichaka

    Type

    Discussions

    Views

    1.3K

    Likes

    0

    Replies

    3
  • Look, I don't need to create new rooms for chat, I need to create only new collectionNode with standart nodes for simplechat. I have to make automatic creation for private chat between users in room, but by default it's not allowed to create collectionNodes from flex with user role less than OWNER.S...

    Type

    Discussions

    Views

    1.3K

    Likes

    0

    Replies

    5
  • I found another one error in afcs.php in function subscribeCollection() on line 419-421while (list ($i, $n) = each($nodes)) {                $params .= "&node={$v}";            }It makes GET request looks like http://connectnow............&node=node1&node=node2&node=node3.It doesn't work. So, to cre...

    Type

    Discussions

    Views

    1.3K

    Likes

    0

    Replies

    8
  •           I think there is the error in afcs.php file from serverIntegration folder of SDK on line 417.            if (!is_array($nodes))                $nodes = array (                    nodes // <------ here is 417 line of afcs.php                );There should be $ symbol before "nodes" ?There a...

    Type

    Discussions

    Views

    2.2K

    Likes

    0

    Replies

    10
Top badges earned by mitrichaka
Customize the badges you want to showcase on your profile