Jump to content

Pagina bianca al momento del checkout aiutooo?


lucarobo

Recommended Posts

Beh, di sicuro devi verificare che moduli hai installato/aggiornato/modificato di pagamento

 

comunque la "pagina bianca" molto spesso ha qualche errore che può essere visualizzato se vai in:

config/config.inc.php

e cambi le due righe attivando i messaggi di errore:

@ini_set('display_errors', 'off');
define('_PS_DEBUG_SQL_', false);

 

in

 

@ini_set('display_errors', 'on');
define('_PS_DEBUG_SQL_', true);

  • Like 1
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...