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

muhleder’s picture

I 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.

dmitrig01’s picture

Status: Active » Closed (works as designed)

It will only work if you access it over the JSON functions provided. If you navigate to it with your browser it iwll fail