Yes, everything was working before On Wednesday, January 14, 2015 at 5:44:28 PM UTC+1, Nicolas wrote: > > *I see you mention "after update".* > > *So my question is stupid. I suppose all was working fine before.* > > *Weird.* > > > On Wednesday, January 14, 2015 at 4:43:31 PM UTC, Nicolas wrote: >> >> What is your code on the server side? >> >> Did you create "inlinepush" command? >> >> >> >> On Wednesday, January 14, 2015 at 4:36:39 PM UTC, Dritan Latifi wrote: >>> >>> 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.
