Did you tried latest source code from Github? Did you update any server side scripts in the process?
Envoyé de mon iPhone > Le 2015-01-14 à 11:36, Dritan Latifi <[email protected]> a écrit : > > Hi, > > after update of APE-Server from 1.1.1 to 1.1.2 I get the error BAD_CMD at > "inlinepush" i.e. when I'm trying to send a push message to the ape-server > Any idea what it might be? > > here the code we have to send > $cmd = array( > array( > 'cmd' => 'inlinepush', > 'params' => array( > 'password' => $this->password, > 'raw' => 'postmsg', > 'channel' => $channel ? $channel : > $this->channel, > 'data' => array( > 'type' => $type, > 'msg' => base64_encode( json_encode( > $message ) ) > ) > ) > ) > ); > $path = $serverPath.rawurlencode( json_encode( $cmd ) ); > $rawMessage = @file_get_contents( $path ); > > > Thanks in advance. > > -- > -- > You received this message because you are subscribed to the Google > Groups "APE Project" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/ape-project?hl=en > --- > APE Project (Ajax Push Engine) > Official website : http://www.ape-project.org/ > Git Hub : http://github.com/APE-Project/ > > --- > You received this message because you are subscribed to the Google Groups > "APE Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- -- You received this message because you are subscribed to the Google Groups "APE Project" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ape-project?hl=en --- APE Project (Ajax Push Engine) Official website : http://www.ape-project.org/ Git Hub : http://github.com/APE-Project/ --- You received this message because you are subscribed to the Google Groups "APE Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
