Fork me on GitHub




« 1 (2) 3 »


Re: page blanche module protector
Semi pro
Inscrit: 01/08/2005 19:06
Messages: 1851
Oui je vient de la désactiver j'arrive a aller dans les préférences du modules mais j'ai toujours des pages blanche même après désactivation du module

Posté le : 24/01/2013 22:06
Partager Twitter Partagez cette article sur GG+
Re: page blanche module protector
Team FrXoops
Inscrit: 07/08/2006 13:03
Messages: 1737
Est-ce que tu as mis ton adresse ip comme toujours autorisée dans les prêts de protector ?

Posté le : 24/01/2013 22:09
Partager Twitter Partagez cette article sur GG+
Re: page blanche module protector
Semi pro
Inscrit: 01/08/2005 19:06
Messages: 1851
oui oui

Posté le : 24/01/2013 22:13
Partager Twitter Partagez cette article sur GG+
Re: page blanche module protector
Admin Frxoops
Inscrit: 04/03/2011 09:10
De Lot
Messages: 2837
1 ) va regarder dans la Bdd, la table est 'table_protector_access' la liste des adresses IP bloqué, regarde si la tienne n'est pas dedans.

2) toujours dans la BDD, regarde les logs de 'protector' dans la table 'table_protector_log', tu y retrouvera si c'est bien 'protector' qui bloque

Posté le : 24/01/2013 22:17
Partager Twitter Partagez cette article sur GG+
Re: page blanche module protector
Semi pro
Inscrit: 01/08/2005 19:06
Messages: 1851
Citation :
1 ) va regarder dans la Bdd, la table est 'table_protector_access' la liste des adresses IP bloqué, regarde si la tienne n'est pas dedans.


j'ai regarder et elle n'y était pas

Citation :
toujours dans la BDD, regarde les logs de 'protector' dans la table 'table_protector_log', tu y retrouvera si c'est bien 'protector' qui bloque



voici la derniere ligne

URI SPAM Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.11 (K... /modules/newbb/post.php SPAM POINT: 5
NULL 2013-01-24 21:26:38

donc ce n'est pas protector qui me bloque tous ce que je vois c'est que protector fait son boulot en bloquer des spam sur le forum newbb

Posté le : 24/01/2013 22:24
Partager Twitter Partagez cette article sur GG+
Re: page blanche module protector
Admin Frxoops
Inscrit: 04/03/2011 09:10
De Lot
Messages: 2837
au cas où, vérifions si ce n'est pas un bug :

colle ces lignes dans le fichier /protector/admin/center.php juste après <?php

error_reporting (E_ALL E_STRICT);      //filtrage des erreurs reportées
        
ini_set('display_errors'true);      //affichage des erreurs
        
ini_set('html_errors'false);       //désactivation des liens html dans les erreurs
        
ini_set('display_startup_errors',true);     //affichage des erreurs de démarrage
        
ini_set('log_errors'false);       //création d'un fichier de log
        
ini_set('error_prepend_string','<font color="red">'); //début mise en forme erreur
        
ini_set('error_append_string','<br /></font>');    //fin mise en forme erreur
        
ini_set('ignore_repeated_errors'true);


tu auras en théorie des erreurs

Posté le : 24/01/2013 22:29
Partager Twitter Partagez cette article sur GG+
Re: page blanche module protector
Semi pro
Inscrit: 01/08/2005 19:06
Messages: 1851
oui j'ai des erreurs voici ce que cela m'affiche au lieux d'une page blanche

Citation :
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /public_html/xoops2/include/common.php on line 49
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /public_html/xoops2/class/xoopsload.php on line 71
Strict Standards: Non-static method XoopsLoad::loadCoreConfig() should not be called statically in /public_html/xoops2/class/xoopsload.php on line 91
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /public_html/xoops2/class/preload.php on line 28
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /public_html/xoops2/class/xoopsload.php on line 71
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /public_html/xoops2/class/preload.php on line 29
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /public_html/xoops2/class/xoopsload.php on line 71
Strict Standards: Non-static method XoopsPreload::getInstance() should not be called statically in /public_html/xoops2/include/common.php on line 50
Strict Standards: Non-static method XoopsCache::read() should not be called statically, assuming $this from incompatible context in /public_html/xoops2/class/preload.php on line 85
Strict Standards: Non-static method XoopsCache::getInstance() should not be called statically, assuming $this from incompatible context in /public_html/xoops2/class/cache/xoopscache.php on line 263
Strict Standards: Declaration of XoopsCacheFile::write() should be compatible with that of XoopsCacheEngine::write() in /public_html/xoops2/class/cache/file.php on line 308
Strict Standards: Declaration of XoopsCacheFile::clear() should be compatible with that of XoopsCacheEngine::clear() in /public_html/xoops2/class/cache/file.php on line 308
Strict Standards: Non-static method XoopsLoad::load() should not be called statically, assuming $this from incompatible context in /public_html/xoops2/class/cache/file.php on line 110
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically, assuming $this from incompatible context in /public_html/xoops2/class/xoopsload.php on line 71
Strict Standards: Non-static method XoopsFile::getHandler() should not be called statically, assuming $this from incompatible context in /public_html/xoops2/class/cache/file.php on line 111
Strict Standards: Non-static method XoopsFile::load() should not be called statically, assuming $this from incompatible context in /public_html/xoops2/class/file/xoopsfile.php on line 108
Strict Standards: Non-static method XoopsLoad::load() should not be called statically, assuming $this from incompatible context in /public_html/xoops2/class/file/file.php on line 105
Strict Standards: Non-static method XoopsFile::getHandler() should not be called statically, assuming $this from incompatible context in /public_html/xoops2/class/file/file.php on line 106
Strict Standards: Non-static method XoopsFile::load() should not be called statically, assuming $this from incompatible context in /public_html/xoops2/class/file/xoopsfile.php on line 108
Strict Standards: Non-static method XoopsLists::getFileListAsArray() should not be called statically, assuming $this from incompatible context in /public_html/xoops2/class/preload.php on line 89
Strict Standards: Non-static method ProtectorCorePreload::eventCoreIncludeCommonStart() cannot be called statically in /public_html/xoops2/class/preload.php on line 140
Strict Standards: Non-static method Protector::getInstance() should not be called statically in /public_html/secure/lib/modules/protector/include/precheck_functions.php on line 12
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /public_html/xoops2/include/common.php on line 60
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /public_html/xoops2/class/xoopsload.php on line 71
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /public_html/xoops2/include/common.php on line 68
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /public_html/xoops2/class/xoopsload.php on line 71
Strict Standards: Non-static method XoopsLoad::load() should not be called statically in /public_html/xoops2/include/common.php on line 75
Strict Standards: Non-static method XoopsLoad::loadCore() should not be called statically in /public_html/xoops2/class/xoopsload.php on line 71
Strict Standards: Non-static method XoopsLogger::getInstance() should not be called statically in /public_html/xoops2/include/common.php on line 76

Posté le : 24/01/2013 22:31
Partager Twitter Partagez cette article sur GG+
Re: page blanche module protector
Admin Frxoops
Inscrit: 04/03/2011 09:10
De Lot
Messages: 2837
rien de bien particulier, donc ce n'est pas un bug de 'protector', regarde dans les logs de protector, tu repères si tu vois ton adresse IP dans la liste (les 3 ou 4 dernières heures)

Posté le : 24/01/2013 22:40
Partager Twitter Partagez cette article sur GG+
Re: page blanche module protector
Semi pro
Inscrit: 01/08/2005 19:06
Messages: 1851
j'ai bien verifié et je ne trouve pas mon ip dans le log

Posté le : 24/01/2013 22:48
Partager Twitter Partagez cette article sur GG+
Re: page blanche module protector
Semi pro
Inscrit: 01/08/2005 19:06
Messages: 1851
Je revient donc pour vous dire que le problème et résolu.

J'ai donc désinstaller le module protector depuis l'administration.

J'ai supprimer tous ce que ce trouver dans le repertoire xoops_lib/modules/Protector

J'ai vérifier que rien ne rester concernant protector dans la base de donnée

J'ai réinstaller le module protector et réinstaller tous les dossiers et fichier qui ce trouvé dans le dossier xoops_lib/modules/protector

j'ai réinstaller protector depuis le panneaux d'administration et tous re fonctionne a merveille

merci à Cédric pour son aide précieuse

Posté le : 25/01/2013 10:57
Partager Twitter Partagez cette article sur GG+

 Haut   Précédent   Suivant
« 1 (2) 3 »



Vous pouvez voir les sujets.
Vous ne pouvez pas débuter de nouveaux sujets.
Vous ne pouvez pas répondre aux contributions.
Vous ne pouvez pas éditer vos contributions.
Vous ne pouvez pas effacez vos contributions.
Vous ne pouvez pas ajouter de nouveaux sondages.
Vous ne pouvez pas voter en sondage.
Vous ne pouvez pas attacher des fichiers à vos contributions.
Vous ne pouvez pas poster sans approbation.

Propulsé avec XOOPS | Graphisme adapté par Tatane, Grosdunord, Montuy337513

32 Personne(s) en ligne (29 Personne(s) connectée(s) sur Forum) | Utilisateur(s): 0 | Invité(s): 32 | Plus ...