Jump to content

Problem with reading orders table's record via API


Mordgar

Recommended Posts

Hi,

 

I'm doing integration beetween my client's Prestashop and his ERP. Everything has been fine so far but when I try to read a record from orders table I get an error:

<prestashop xmlns:xlink="http://www.w3.org/1999/xlink">
<errors>
<error>
<message>
<![CDATA[
Internal error. To see this error please display the PHP errors.
]]>
</message>
</error>
</errors>
</prestashop>

I don't have access to shop's php files, so I can't enable php errors.

Orders in his admin panel looks ok, it's not a DB bug. I have read privilege. Anyone has an idea what could be wrong?

Link to comment
Share on other sites

I have the same problem, on my local pc everything works fine but in the server installation i get :

 

<error>
<message>
<![CDATA[
Internal error. To see this error please display the PHP errors.
]]>
</message>
</error>
<error>
 
I personally think it has to do with the rights on some file or folder.
 
Could somebody please help.
 
Link to comment
Share on other sites

 

I have the same problem, on my local pc everything works fine but in the server installation i get :

 

<error>
<message>
<![CDATA[
Internal error. To see this error please display the PHP errors.
]]>
</message>
</error>
<error>
 
I personally think it has to do with the rights on some file or folder.
 
Could somebody please help.
 

 

 

For me turning on debug mode worked. Give it a try.

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...