PHP 4 fix

3 views
Skip to first unread message

Josh

unread,
Feb 29, 2008, 9:00:25 PM2/29/08
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 AM3/6/08
to Appcelerator Platform SDK
this is fixed in the latest release.
Reply all
Reply to author
Forward
0 new messages