Jump to content

500 error web service


rubenalb90

Recommended Posts

Hello!!

 

I'm having this issue with the prestashop web service.

 

When I set the debug on the config/defines.inc.php to true I am able to create and to upload products through web service.

 

The product will be created and I will get a xml as a response. Everything OK.

 

However, if the debug is set to false the product will be created but I get a 500 error response and no xml, just this:

 

<?xml version="1.0" encoding="UTF-8" ?>
<prestashop><errors><error><message><![CDATA[Internal error. To see this error please display the PHP errors.]]> </message></error>
<error><message><![CDATA[Internal error. To see this error please display the PHP errors.]]> </message></error>
<error><message><![CDATA[Internal error. To see this error please display the PHP errors.]]> </message></error>
<error><message><![CDATA[Internal error. To see this error please display the PHP errors.]]> </message></error> </errors></prestashop>

Has anyone have had this experience? does anyone know how to fix this? 

 

Thank you!!

 

PS: the version is 1.6.0.14

Edited by rubenalb90 (see edit history)
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...