Search found 5 matches

by flindersuniversity
Thu Mar 15, 2012 6:52 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: examples not working.
Replies: 14
Views: 39091

Re: examples not working.

That makes sense. But I think for now (while I'm evaluating) I might use the standalone version, to get more control. I've tried adding on JSON support using http://www.php.net/manual/en/function.json-decode.php#80606 but it still comes up blank. Later this year our server should get upgraded and we...
by flindersuniversity
Thu Mar 15, 2012 12:55 am
Forum: ScientiaMobile WURFL Cloud Service
Topic: examples not working.
Replies: 14
Views: 39091

Re: examples not working.

Steve, Here's the result from the test code: uname: Linux aapep.cc.flinders.edu.au 2.6.18-274.el5PAE #1 SMP Fri Jul 8 17:59:09 EDT 2011 i686 version: 5.1.6 CURL: YES fsock: YES json: NO ob: array ( 0 => array ( 'chunk_size' => 4096, 'type' => 1, 'status' => 0, 'name' => 'default output handler', 'de...
by flindersuniversity
Wed Mar 14, 2012 11:54 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: examples not working.
Replies: 14
Views: 39091

Re: examples not working.

I still get a blank screen with that code.
Unfortunately I'm quite new to PHP, and I'm not in control of the server. Perhaps something is capturing the messages.
by flindersuniversity
Wed Mar 14, 2012 11:43 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: examples not working.
Replies: 14
Views: 39091

Re: examples not working.

I checked the examples/index.php and discovered that I'd forgotten to put the api_key value in all the files. I've done that, and now examples/index.php gives me a blank screen, as well as /examples/show_capabilities.php. This is what my test file was doing. (So not even the echo "complete" is showi...
by flindersuniversity
Wed Mar 14, 2012 11:22 pm
Forum: ScientiaMobile WURFL Cloud Service
Topic: examples not working.
Replies: 14
Views: 39091

Re: examples not working.

Hi, I'm not able to get any PHP code to work, based on the examples. Here's the code of a page I've setup at one level above the /examples/ directory. It doesn't get any errors, and the My Account display shows the detections going up, so the API is being used. Just no output! I have setup these cap...