Mordgar Posted May 6, 2016 Share Posted May 6, 2016 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 More sharing options...
tuk66 Posted May 6, 2016 Share Posted May 6, 2016 There is no other was than turn on Debug mode in /config/defines.inc.php. Link to comment Share on other sites More sharing options...
Azizyar Posted May 6, 2016 Share Posted May 6, 2016 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 More sharing options...
tuk66 Posted May 9, 2016 Share Posted May 9, 2016 Internal Error is always fatal error in PHP code. There are dozens of possible reasons. Link to comment Share on other sites More sharing options...
Mordgar Posted May 10, 2016 Author Share Posted May 10, 2016 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now