bhaskey Posted February 5, 2015 Share Posted February 5, 2015 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 More sharing options...
bhaskey Posted February 6, 2015 Author Share Posted February 6, 2015 Anyone please help..19 views, no reply. Link to comment Share on other sites More sharing options...
NemoPS Posted February 6, 2015 Share Posted February 6, 2015 I would try with error reporting first, see if it spawns something. What's in the error log? Link to comment Share on other sites More sharing options...
crowder.dr Posted February 9, 2015 Share Posted February 9, 2015 Anyone find an answer to this bug. If PS_MODE_DEV is set to true the webservices work fine. As soon as you set it back to false you get the error. Link to comment Share on other sites More sharing options...
Reshkil Posted July 22, 2015 Share Posted July 22, 2015 I also get the same PS_MODE_DEV bug, is there a problem with the webservice? Link to comment Share on other sites More sharing options...
JTDVNT Posted December 1, 2015 Share Posted December 1, 2015 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 More sharing options...
NemoPS Posted December 2, 2015 Share Posted December 2, 2015 (edited) It's been happening since 1.5, never found out the reason. I guess it works with error reporting enabled? Edited December 2, 2015 by Nemo1 (see edit history) 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