Jump to content

Web service is returning blank page in Prestashop 1.6.0.9


Recommended Posts

I am trying to use prestashop webservice.

On first step I am testing web service access from browser.

I created a web service KEY from BO, Checked GET access to some resources to that key like products etc.

 

Now when I am trying to access those resources from browser this way: http://[email protected]/api

it is returning

<prestashop>
<errors>
<error>
<message>Internal error. To see this error please display the PHP errors.</message>
</error>
</errors>
</prestashop>

Also tried accessing it by: http://mystore.com/api  >>It pops up for user name & password and entered my_key in username, it also returns the same thing.

Link to comment
Share on other sites

  • 5 months later...
  • 4 months later...
I have same kind of a problem.

 

Using Web Service to create an order and when I have define('_PS_MODE_DEV_', false); in defines.inc.php, I get 500 error. When it's true, no problems.

How this is possible?

 

I am using v1.6.0.14.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...