CodeIgniter Forums
REST Server error (unable to locate class session.php) - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: REST Server error (unable to locate class session.php) (/showthread.php?tid=67459)



REST Server error (unable to locate class session.php) - krishg - 02-24-2017

I setup the RestServer from https://github.com/chriskacerguis/codeigniter-restserver

Trying to run the api example on my server. Using CI 3.0

Copied the example.php to the directory  /application/controllers/api

Using postman, issued a GET to servername/api/example

I am getting the error Unable to locate the specified class: Session.php. and HTTP Code 503 Service Unavailable 

This looks like a configuration error to me

I have not made any changes to example.php 

Any ideas?


RE: REST Server error (unable to locate class session.php) - krishg - 02-25-2017

We had a custom controller (my_controller.php) that was causing this error. Once I disabled it, things are working fine on the api

Is there a way to run the site that exposes REST API side by side with that goes through our custom controller?

thanks
Krish