Jump to content

Need professional: Problem updating products (cannot save changes as it stalls)


eplaku

Recommended Posts

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 by eplaku (see edit history)
Link to comment
Share on other sites

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

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

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