ArnaudDRP Posted June 30, 2010 Share Posted June 30, 2010 Bonjour, je voudrais savoir si quelqu'un sait comment on récupère les erreurs PHP/Javascript/Smarty/Ajax/...En fait, je me suis rendu compte après plein de manipulations que ma page de commande, lorsqu'un client n'est pas connecté, ne renvoie pas à la page d'identification mais à une page blanche, impossible donc de connaître l'erreur.On m'a dit qu'il fallait aller dans /config/config.inc.php via le navigateur, mais ça aussi ça met une page blanche. Du coup je suis un peu coincé, est-ce que quelqu'un peu m'aider svp? merci d'avance Link to comment Share on other sites More sharing options...
miracle Posted June 30, 2010 Share Posted June 30, 2010 changer dans le fichier config/config.inc.php:@ini_set('display_errors', 'on');define('_PS_DEBUG_SQL_', true);dé commenter dans le ficher config/smarty.config.inc.php :$smarty->debugging = true; Link to comment Share on other sites More sharing options...
ArnaudDRP Posted July 1, 2010 Author Share Posted July 1, 2010 Ok super merci, j'ai pu débugguer dignement! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now