Versions:
Drupal: 6.22
Services: 6.x-3.1
Rest Server: 6.x-2.0-beta3

i'm trying to test out a rest endpoint and i always get "Call to undefined function services_resource_uri_formatter() in ../rest_server/includes/RESTServer.inc on line 15"

i just recently upgraded to Services 3 from services 2 and have updated all modules.

i performed a search for the missing function, and it's nowhere in any of my modules, but was able to find it in services module for the Drupal 7 and in services 6.2, but not 6.3?
http://api.drupalhelp.net/api/services/services.module/function/services...
http://api.drupalhelp.net/api/services/services.module/function/services...

Am i missing something?

Thanks

Comments

justin.nethers’s picture

I was having the same issue but realized I was using services 6.3 and rest server 6.2. I upgraded to the rest server 6.3 dev and all was good.

klokie’s picture

I ran into the same issue but had problems with the newer rest services, which is currently not maintained for D6 due to SA-CONTRIB-2013-051 - Services - Cross site request forgery (CSRF).
Then I found #1700128: Rest server not available as option in services, why? which helped solve the problem.

klokie’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)