Jump to content

Recommended Posts

Hi, I have a problem and maybe you can help me.

 

I am using Prestshop, i have more than 600 products, and my problem is, everytime I try to duplicate one product for create a new one based on an old one i get a white screen, the browser returns me a blank page.

 

It happens when I delete or create a new product too, 

 

Then when I go back on the browser, I refresh the page and i see that the product is duplicated or whatever i wanted to do... but everytime i need to duplicate, see the wite screen, go back and so on...

 

Is there anyway to fix that problem?

 

Thank you in advance

Edited by Edenpart (see edit history)
Link to comment
Share on other sites

Have you tried putting the  shop in dev mode so it would display errors and give you a clue what's wrong ? Blank pages are rarely showing up without an error

 

If you didn't and don't know how, edit config/defines.inc.php and change 

define('_PS_MODE_DEV_', false);

to

define('_PS_MODE_DEV_', true);

should be one of the first lines of the file

Link to comment
Share on other sites

Well, now displaying errors I discovered the ebay module was in conflict with some function calling. I guess this last update was not so good. I hope they fix it soon

 

Thank you so much!

anytime! don't forget to toggle errors back off for production :)

Link to comment
Share on other sites

×
×
  • Create New...