eplaku Posted April 19, 2013 Share Posted April 19, 2013 (edited) Hello everyone, I need some help figuring out the problem I'm having when trying to save changes to a product. Basically, when I try to modify the product it stalls, eventually not being able to save any changes I've made. Anyone would care to take a look? www.shtepiaelibrit.com/store/ Kind regards, EP Edited April 19, 2013 by eplaku (see edit history) Link to comment Share on other sites More sharing options...
eplaku Posted April 19, 2013 Author Share Posted April 19, 2013 Anyone? Link to comment Share on other sites More sharing options...
shokinro Posted April 20, 2013 Share Posted April 20, 2013 try to turn on the error displaying to see if there is any errors happening and that will provider some hints and clues on how to resolve the problem. PrestaShop 1.5.3 or higher, in file /config/defines.inc.php define('_PS_MODE_DEV_', true); PrestaShop 1.5.2 or lower in file /config/config.inc.php @ini_set('display_errors', 'off'); Link to comment Share on other sites More sharing options...
Doulas Akula Posted April 20, 2013 Share Posted April 20, 2013 It could be a server side issue. Try to contact your host with the exact error messaage / issue you are facing or share the error message you are getting in this thread. Link to comment Share on other sites More sharing options...
Tung at RockPOS.com Posted April 20, 2013 Share Posted April 20, 2013 I got a similar issue on Prestashop 1.5.3.1. And Doulas is correct. In my case, due to the difference encoding between Windows (dev machine) and Linux (server), some of files contain "^M" at the end of each line. By following this guide to remove it, it works fine for me. http://linuxdemon.blogspot.com/2011/04/how-to-remove-control-m-characters-in.html I am unsure if it's your case, just sharing. Cheers, 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