Page totalement blanche Prestashop

Résolu/Fermé
Shoppystreet Messages postés 5 Date d'inscription lundi 13 novembre 2017 Statut Membre Dernière intervention 13 novembre 2017 - 13 nov. 2017 à 11:27
Shoppystreet Messages postés 5 Date d'inscription lundi 13 novembre 2017 Statut Membre Dernière intervention 13 novembre 2017 - 13 nov. 2017 à 18:43
Bonjour,

Voila mon problème depuis ce matin je n'ai plus accès sur mon site Prestashop,
je me retrouve avec une page totalement blanche aussi bien sur le back office que sur le front office, voici les paramètres du mode DEV.


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


Le site est actuellement héberger sur un Wampserver qui se trouve chez moi les seuls modifications effectuer se sont des tests de serveur de nom et vider le cache Prestashop ça fonctionner bien jusqu'à présent mais au redémarrage de mon serveur ce matin plus rien page blanche de partout....

Pouvez vous m'aider s'il vous plait je ne comprend plus rien!!

Merci beaucoup.

Voici le lien du site en question: www.shoppystreet.fr
A voir également:

5 réponses

jordane45 Messages postés 38145 Date d'inscription mercredi 22 octobre 2003 Statut Modérateur Dernière intervention 25 avril 2024 4 650
13 nov. 2017 à 11:39
Bonjour,

Commence par activer les debug
define('_PS_MODE_DEV_', true); 

0
Shoppystreet Messages postés 5 Date d'inscription lundi 13 novembre 2017 Statut Membre Dernière intervention 13 novembre 2017
Modifié le 13 nov. 2017 à 12:20
Bonjour

Voici les paramètres maintenant mais j'ai toujours la page blanche.

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

define('_PS_DEBUG_PROFILING_', false);
define('_PS_MODE_DEMO_', false);



EDIT : Mise en forme du code en utilisant correctement les balises de code (la coloration syntaxique).

Explications disponibles ici :ICI

Merci d'y penser dans tes prochains messages.
Jordane45


Merci de votre aide.
0
jordane45 Messages postés 38145 Date d'inscription mercredi 22 octobre 2003 Statut Modérateur Dernière intervention 25 avril 2024 4 650
13 nov. 2017 à 12:23
Peux tu modifier comme ceci :

/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
  define('_PS_MODE_DEV_', true);
}

/* Compatibility warning */
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', true);


if (_PS_MODE_DEV_ === true) {
  @error_reporting(E_ALL);
  @ini_set('display_errors', TRUE);
  @ini_set('display_startup_errors', TRUE);
 define('_PS_DEBUG_SQL_', true);
} else {
    @ini_set('display_errors', 'off');
    define('_PS_DEBUG_SQL_', false);
}

define('_PS_DEBUG_PROFILING_', false);
define('_PS_MODE_DEMO_', false);
0
Shoppystreet Messages postés 5 Date d'inscription lundi 13 novembre 2017 Statut Membre Dernière intervention 13 novembre 2017
13 nov. 2017 à 12:00
Voici les erreurs Apache:

[Mon Nov 13 10: 05: 34.289401 2017] [mpm_winnt: avis] [pid 3592: tid 336] AH00422: Parent: Signal d'arrêt reçu - Arrêt du serveur.
[Mon Nov 13 10: 06: 04.289401 2017] [mpm_winnt: avis] [pid 3592: tid 336] AH00431: Parent: Forcer la fin du processus fils 4308
[Lun Nov 13 10: 06: 04.791401 2017] [auth_digest: notice] [ pid 2732: tid 336] AH01757: générer le secret pour l'authentification digest ...
[Lun 13 Nov 10: 06: 04.857401 2017] [mpm_winnt: avis] [pid 2732: tid 336] AH00455: Apache / 2.4.23 (Win64) PHP /5.6.25 configuré - reprise des opérations normales
[Lun 13 Nov 10: 06: 04.857401 2017] [mpm_winnt: avis] [pid 2732: tid 336] AH00456: Apache Lounge VC14 Serveur construit: Jul 1 2016 11:43:51
[Mon Nov 13 10: 06: 04.857401 2017] [core: avis] [pid 2732: tid 336] AH00094: Ligne de commande: 'c: \\ wamp64 \\ bin \\ apache \\ apache2.4.23 \\ bin \\ httpd.exe -d C: /wamp64/bin/apache/apache2.4.23 '
[Mon Nov 13 10: 06: 04.864401 2017] [mpm_winnt: remarque] [pid 2732: tid 336] AH00418: Parent: processus enfant créé 1892
[ Lun. 13 10: 06: 05.480401 2017] [auth_digest: avis] [pid 1892: tid 148] AH01757: générer le secret pour l'authentification digest ...
[lun 13 nov 10: 06: 05.505401 2017] [mpm_winnt: avis] [pid 1892: tid 148] AH00354: Enfant: Démarrage de 64 threads de travail.
[Mon Nov 13 10: 08: 08.256801 2017] [mpm_winnt: avis] [pid 2732: tid 336] AH00422: Parent: Signal d'arrêt reçu - Arrêt du serveur.
[Mon Nov 13 10: 08: 10.284801 2017] [mpm_winnt: remarque] [pid 1892: tid 148] AH00364: Enfant: Tous les threads de travail ont quitté.
[Mon Nov 13 10: 08: 10.300401 2017] [mpm_winnt: avis] [pid 2732: tid 336] AH00430: Parent: Le processus enfant 1892 s'est terminé avec succès.
[Mon Nov 13 10: 41: 41.109212 2017] [auth_digest: avis] [pid 1384: tid 336] AH01757: générer un secret pour l'authentification digest ...
[Lun 13 Nov 10: 41: 41.702012 2017] [mpm_winnt: notice] [ pid 1384: tid 336] AH00455: Apache / 2.4.23 (Win64) PHP / 5.6.25 configuré - reprise des opérations normales
[Lun 13 Nov 10: 41: 41.702012 2017] [mpm_winnt: avis] [pid 1384: tid 336] AH00456: Apache Lounge VC14 Server construit: Jul 1 2016 11:43:51
[Mon Nov 13 10: 41: 41.702012 2017] [core: avis] [pid 1384: tid 336] AH00094: Ligne de commande: 'c: \\ wamp64 \\ bin \\ apache \\ apache2.4.23 \\ bin \\ httpd.exe -d C: /wamp64/bin/apache/apache2.4.23 '
[Mon Nov 13 10: 41: 41.733212 2017] [mpm_winnt: remarque] [pid 1384: tid 336] AH00418: Parent: processus enfant créé 3132
[ Mon Nov 13 10: 41: 42.762812 2017] [auth_digest: avis] [pid 3132: tid 148] AH01757: générer le secret pour l'authentification digest ...
[Lun 13 Nov 10: 41: 43.230812 2017] [mpm_winnt: avis] [pid 3132: tid 148] AH00354: Enfant: Démarrage de 64 threads de travail.
[Mon Nov 13 10: 54: 44.039413 2017] [mpm_winnt: avis] [pid 1384: tid 336] AH00422: Parent: Signal d'arrêt reçu - Arrêt du serveur.
[Mon Nov 13 10: 54: 47.139413 2017] [mpm_winnt: avis] [pid 3132: tid 148] AH00364: Enfant: Tous les threads de travail ont quitté.
[Mon Nov 13 10: 54: 47.279413 2017] [mpm_winnt: remarque] [pid 1384: tid 336] AH00430: Parent: Le processus fils 3132 s'est terminé avec succès.
[Mon Nov 13 10: 55: 10.534413 2017] [auth_digest: avis] [pid 5608: tid 336] AH01757: générer le secret pour l'authentification digest ...
[Lun 13 Nov 10: 55: 37.427413 2017] [mpm_winnt: notice] [ pid 5608: tid 336] AH00455: Apache / 2.4.23 (Win64) PHP / 5.6.25 configuré - reprise des opérations normales
[Mon Nov 13 10: 55: 37.427413 2017] [mpm_winnt: avis] [pid 5608: tid 336] AH00456: Apache Lounge VC14 Server construit: Jul 1 2016 11:43:51
[Mon Nov 13 10: 55: 37.427413 2017] [core: avis] [pid 5608: tid 336] AH00094: Ligne de commande: 'c: \\ wamp64 \\ bin \\ apache \\ apache2.4.23 \\ bin \\ httpd.exe -d C: /wamp64/bin/apache/apache2.4.23'
[Mon 13 novembre 10: 55: 37,429413 2017] [mpm_winnt: avis] [pid 5608: tid 336] AH00418: Parent: processus enfant créé 3736
[ Lun. 13 10: 55: 37.870413 2017] [auth_digest: avis] [pid 3736: tid 148] AH01757: générer un secret pour l'authentification Digest ...
[Lun 13 Nov 10: 55: 37.894413 2017] [mpm_winnt: avis] [pid 3736: tid 148] AH00354: Enfant: Démarrage de 64 threads de travail.
0
Shoppystreet Messages postés 5 Date d'inscription lundi 13 novembre 2017 Statut Membre Dernière intervention 13 novembre 2017
13 nov. 2017 à 12:34
Pour la mise en forme désolé j'y penserais à présent.
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
Shoppystreet Messages postés 5 Date d'inscription lundi 13 novembre 2017 Statut Membre Dernière intervention 13 novembre 2017
13 nov. 2017 à 18:43
Problème résolu,

il s'est avéré qu'en redémarrant complètement le serveur Wamp, mais pas seulement le redémarrage des services ça à résolu le problème.

Merci à tous.
0