Jump to content

[Solved] White screen after order


farrvince

Recommended Posts

Hello

My problem today is that if I make an order on my website, after that I sent my order, doesn't happen anything, I see just a white screen, doesn't jump back to the site, doesn't write a thank you message, nothing! 
How can I solve this?

 

I atached a screenshot, to see what happens! 

post-838520-0-03851000-1419678879_thumb.png

Link to comment
Share on other sites

hi try the debug mode to see if you get an error 

 

Debug mode :
Go to the folder /config
Look for the file defines.inc.php
in this file look for :
 
/* Debug only */
if (!defined('_PS_MODE_DEV_'))
define('_PS_MODE_DEV_', false);
 
And change in :
/* Debug only */
if (!defined('_PS_MODE_DEV_'))
define('_PS_MODE_DEV_', true);
Edited by maconl (see edit history)
Link to comment
Share on other sites

 

hi try the debug mode to see if you get an error 

 

Debug mode :
Go to the folder /config
Look for the file defines.inc.php
in this file look for :
 
/* Debug only */
if (!defined('_PS_MODE_DEV_'))
define('_PS_MODE_DEV_', false);
 
And change in :
/* Debug only */
if (!defined('_PS_MODE_DEV_'))
define('_PS_MODE_DEV_', true);

 

I can't find this line in defines.inc.php file....

 

Update:

I found, i changed, this is the error which I get:

https://www.dropbox.com/s/g5nslj508p5e3id/Screenshot%202014-12-27%2014.14.11.png?dl=0

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

Go with ftp to your hosting

go to themes  

then click on default-b o o t s t r a p

there you see the folder mails 

copy / Download  this folder to your computer 

 

then if you have the copy 

delete this folder from your hosting  ( the emails will be sent from the mails folder in your root )

 

if it is ok it should work again

when it works then 

 

set the debug mode back as it was 

 

EDIT :

This one is solved ,

 

after the removal of the folder  Mails in his  theme folder

it does work again

Edited by maconl
added the solution (see edit history)
Link to comment
Share on other sites

  • 1 month later...
×
×
  • Create New...