Jump to content

Thème mobile par défaut ne fonctionne pas 1.5.6.0


Recommended Posts

Bonjour,

J'ai lu votre post, comme je suis en 1.5.6.0,, j'ai donc ça :

/* Debug only */
define('_PS_MODE_DEV_', true);
if (_PS_MODE_DEV_)
{
    @ini_set('display_errors', 'on');
    @error_reporting(E_ALL | E_STRICT);
    define('_PS_DEBUG_SQL_', true);
    /* Compatibility warning */
    define('_PS_DISPLAY_COMPATIBILITY_WARNING_', true);
}
else
{
    @ini_set('display_errors', 'off');
    define('_PS_DEBUG_SQL_', false);
    /* Compatibility warning */
    define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);

 

C'est bien cela ?

Lorsque je me mets sur un mobile, je n'ai aucun message d'erreur qui apparaît, toujours une page blanche sur la page produits.

 

Help...

 

Cordialement,

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...