Jump to content

In Bo Blank Page Product


vtservice

Recommended Posts

  • 2 months later...
I have the same problem since I have updated my prestashop 1.6.1.4 to 1.6.1.5. It happens when I modify the product and save. a blank page appears. Even if I submit "mode debug Display Error" to "true", nothing happen. blank page, no source code, no error code, nothing nada.

Controller doesn't work well but which ? Could it be a bug with Js ?

Thanks for the answers
Link to comment
Share on other sites

Hi

 

if you talk about error_log in the folder /log I have to say that there is no file. If there is an another, add the complete link please.

 

It seems that everything is fine for Prestashop but he doesn't show the message.

 

Which query is used to validate the update of the product ?

 

thanks

Link to comment
Share on other sites

Hi,

 

no, I was talking about the servers error log. It's almost impossible to guess where you'll find this on you server, because we don't know your server setup.

 

You may want to run phpinfo, you shall find the path to your error log there. If you have no root access, check your FTP or the coniguration panel of your hoster.

 

Regarding your 2nd question. A white page is most commonly an unfetched error, so that the code execution stopped before the page, or at least a part of the page was rendered.

All validations run through the class validate. You may look at the head of the product class (fields section) to see, how this is configured and called. But as mentioned. I don't think, that this will help you, fixing your problem.

 

Regards

Peter

  • Like 1
Link to comment
Share on other sites

Thanks for your answer.

I look at the error_log on my server but it stopped earlier than today. 

I read many lines of an another log but it is not clear for me : for example, I don't understand why Cron begins after my modifications on a product.
I have no Task Cron.
Strange things happen, The Machine maybe thinks that my updates are irrelevant and won't say anything... or not.

For the moment, I have no error in Front Office so I will wait and see.

Hope VtService will find a solution for his problem.

 

bonne soirée !

Link to comment
Share on other sites

  • 2 weeks later...

Maybe a solution.

 

in prestashop/config/config.inc at the line 154

 

setlocale(LC_NUMERIC, 'en_US.UTF-8', 'en_US.utf8'); 

 

change by

 

setlocale(LC_NUMERIC,$locale.'.UTF-8', $locale.'.utf8');

 

Sorry for my english hope you'll understand.

 

have a nice day !

Edited by Claire B (see edit history)
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...