Closed (works as designed)
Project:
JSON server
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
20 Sep 2007 at 22:13 UTC
Updated:
9 Nov 2007 at 16:49 UTC
If I try to access http://myownwebsite/drupal/?q=services/json , I always get a (nearly) blank screen only showing the error message from line 34 in json_server.module. The Services module seems to work ok. What could be the reasons that json_server_server() won't print ?
Comments
Comment #1
muhleder commentedI get that too, but I'm not sure that it's an error.
The XMLRPC server link form the Services configuration page also throws an error when I click on it.
But I can access the JSON server using the echo service
Install the echo service as per here
http://drupal.org/node/132804
and then access the echo service as explained in the comments here
http://groups.drupal.org/node/5103
I'm still having trouble accessing the actual node data that I want from the json server, but the status is returning a success response.
Comment #2
dmitrig01 commentedIt will only work if you access it over the JSON functions provided. If you navigate to it with your browser it iwll fail