Thursday, 29 March 2012
  1 Replies
  5.4K Visits
0
Votes
Undo
Iam using Joomla 1.5 and I followed the steps to install the joomla REST API plugins.After I installed it, I have enabled those plugins. But when I tried to access the rest api I did not get anything as reponse.

curl -X GET "http://localhost:8080/joomla/upload/rest/index.php/user_list.json?auth_user=admin&auth_pass=testjoomla"

After debugging the index.php in rest folder I found that it fails in this line
JPluginHelper::importPlugin( 'restapi', $call );

Could any one point me what could be the reason for this?