cancel
Showing results for 
Search instead for 
Did you mean: 

Magento checkout/onepage/ is coming blank after login ver 1.9.3.8

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Magento checkout/onepage/ is coming blank after login ver 1.9.3.8

On the website sellerstreets.com when i am checking out after login it is showing a blank page.

I tried some solutions but none is working. Please help me out its quite urgent as the website is live.

4 REPLIES 4

Re: Magento checkout/onepage/ is coming blank after login ver 1.9.3.8

@Gary Globals

 

Can you please check logs, and share error. 

 

To display the errors, go to your index.php replace #ini_set('display_errors', 1); with ini_set('display_errors', 1);

Manish Mittal
https://www.manishmittal.com/

Re: Magento checkout/onepage/ is coming blank after login ver 1.9.3.8

No logs are coming. Its just the 500 error page coming..

Re: Magento checkout/onepage/ is coming blank after login ver 1.9.3.8

@Gary Globals

 

Can you try to disable any custom module one by one to see that causes the issue?

That may be cause by a faulty module or conflicting modules

 

Can you please add the following to the index.php of your website

ini_set('display_errors', 1);ini_set('display_startup_errors', 1);error_reporting(E_ALL);

 

Manish Mittal
https://www.manishmittal.com/

Re: Magento checkout/onepage/ is coming blank after login ver 1.9.3.8

Hello @Gary Globals,

 

Please check server log and share with us

 

--
If my answer is useful, please Accept as Solution & give Kudos