Forums / Developer / Trying REST api, but keep getting provider 'ezp' not found

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Trying REST api, but keep getting provider 'ezp' not found

Author Message

Sander van den Akker

Sunday 26 June 2011 1:08:01 pm

I followed the installation instructions found in the docs, but I keep getting the following error:

"The API provider 'ezp' could not be found. in /usr/local/var/www/Exponential/kernel/private/rest/classes/rest_provider.php on line 37".

Am I missing something?

eZ Publish certified developer
http://auth.ez.no/certification/verify/392313

Jérôme Vieilledent

Monday 27 June 2011 1:10:41 am

Hi Sander

Do you have the ezprestapiprovider extension installed and activated ? It should be part of the distribution anyway...

Sander van den Akker

Monday 27 June 2011 2:24:28 am

That's it! I was mislead since the docs state the REST api is part of the kernel, but apparently the ezp provider is not. Thanks!

eZ Publish certified developer
http://auth.ez.no/certification/verify/392313

Jérôme Vieilledent

Monday 27 June 2011 2:27:31 am

You're welcome !

Actually, the core of the REST API is part of the kernel, but the base services are contained in an extension ;-)