Show Posts


Messages - dvagner

Pages: 1 ... 3 4 [5]
61
API Development / Re: login api
« on: March 19, 2019, 04:21:29 AM »
You also need to make sure that the postman has access to localhost.

62
API Development / Re: login api
« on: March 19, 2019, 04:16:29 AM »
i have issue to login with abantecart api where it keeps showing forbidden message. i have include the result in my attachment and im using postman to test the login api

query parameters are not correct. Replace the comma with &, and better fill in the key value parameters.
You should also make sure that access to api is enabled in the site settings and there is no ban on the server side.
Answer from api in json format

63
API Development / Re: how to load model from other controller?
« on: February 20, 2019, 01:08:18 AM »
try this:
 $that = $this->baseObject;
 $that->load->model(....);
$that->model_......

Pages: 1 ... 3 4 [5]

Database Error

Please try again. If you come back to this error screen, report the error to an administrator.