Groups
Groups
Sign in
Groups
Groups
Appcelerator Platform SDK
Conversations
About
Send feedback
Help
PHP 4 fix
3 views
Skip to first unread message
Josh
unread,
Feb 29, 2008, 9:00:25 PM
2/29/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Appcelerator Platform SDK
If you're using PHP 4, you may see the following error when invoking a
remote service:
Fatal error: Call to a member function on a non-object in
servicebroker_4.php on line 213
Just add the following to the beginning of servicebroker_4.php
require("json.php");
$json = new Services_JSON();
Jeff Haynie
unread,
Mar 6, 2008, 9:37:38 AM
3/6/08
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Appcelerator Platform SDK
this is fixed in the latest release.
Reply all
Reply to author
Forward
0 new messages