Fork me on GitHub




(1) 2 »


Administration page blanche 2.5.5
Régulier
Inscrit: 06/02/2003 15:18
Messages: 387
Bonjour,

Cela fait la troisième installation tentée sur deux serveurs dédiés différents où je me retrouve avec des pages blanches dans l'administration, quel que soit le lien.

Installation propre, jamais fonctionné avec 2.5.5, pas de module installé ni même de thème installé.

Pourriez-vous m'aider s'il vous plaît ?

Version de XOOPS XOOPS 2.5.5
Version de PHP 5.2.13-pl1-gentoo
Version de MySql 5.0.44-log
Serveur API cgi
Système d'exploitation Linux
safe_mode Off
register_globals Off
magic_quotes_gpc On
allow_url_fopen On
fsockopen On
post_max_size 8M
max_input_time 60
output_buffering
max_execution_time 30
memory_limit 8M
file_uploads On
upload_max_filesize 2M

Merci d'avance

Six


EDIT Cesag :
Mise en "Résolu".

Posté le : 07/08/2012 13:30

Edité par Cesag sur 08/08/2012 10:46:01
Partager Twitter Partagez cette article sur GG+
Re: Administration page blanche 2.5.5
Admin Frxoops
Inscrit: 16/03/2009 16:40
De Tende (06)
Messages: 3528
Bonjour,

nous allons commencer par les questions basiques :

- as-tu installé cette version et choisi le langage Français ?

- as-tu fais comme ce tutoriel (chmod, etc.) ?

- à quelle étape précisément as-tu une page blanche ?

Posté le : 07/08/2012 13:48

Open in new window

Xoopseuse Mai 2012 | Responsable équipe internationale | Recherche avancée en bas de page !
Partager Twitter Partagez cette article sur GG+
Re: Administration page blanche 2.5.5
Régulier
Inscrit: 06/02/2003 15:18
Messages: 387
Salut Cesag,

Chmod OK
Rep xoops_lib et data déplacé avant installation, et détecté à l'installation.

Tous les liens dans l'admin donnent une page blanche.
J'ai déjà installé beaucoup de versions Xoops en 9 ans, première fois que je suis confronté à ce problème. J'ai également cela en testant la 2.6 ...

Je n'ai pas installé protector.
Un serveur dédié chez OVH et un autre chez Hosteur > même problème ...

Merci pour ton aide.

Six

Posté le : 07/08/2012 13:57
Partager Twitter Partagez cette article sur GG+
Re: Administration page blanche 2.5.5
Admin Frxoops
Inscrit: 16/03/2009 16:40
De Tende (06)
Messages: 3528
Une fois j'étais confrontée à ce soucis, je crois que j'avais installé mon xoops dans un sous dossier du genre :

www/chemina/cheminb/xoops

Est-ce pareil pour toi ?

Concernant le chmod, j'avais aussi une fois oublié le chmod 777 sur
xoops_lib/modules/protector/configs/
car pour les précédentes versions de Xoops, on ne le faisait pas et j'avais comme toi l'habitude d'installer Xoops.

Sinon, comme demandé auparavant, tu as bien installé la version qu'on a mis en téléchargement ici et tu as bien choisi "french" ?

Posté le : 07/08/2012 14:08

Open in new window

Xoopseuse Mai 2012 | Responsable équipe internationale | Recherche avancée en bas de page !
Partager Twitter Partagez cette article sur GG+
Re: Administration page blanche 2.5.5
Admin Frxoops
Inscrit: 04/03/2011 09:10
De Lot
Messages: 2837
Si "Protector" n'est pas installé et que tu as une page blanche, c'est surement dû à une fonction ou une "class" manquante, pour voir où ça cloche il faut activer l'affichage des erreurs.

Colle ceci au début de ton fichier mainfile.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);


Certaines erreurs strictes apparaîtront genre Xoops_class mais c'est normal (Certaines "class" de Xoops sont encore compatibles PHP4), il faut voir les erreurs genre fichier manquant ou fonction manquante ou "class" manquante.

Posté le : 07/08/2012 14:11
Partager Twitter Partagez cette article sur GG+
Re: Administration page blanche 2.5.5
Régulier
Inscrit: 06/02/2003 15:18
Messages: 387
Merci,

Mon site est bien à la racine du www pas de sous répertoire, le dossier "configs" est bien en 777
La j'ai supprimé ma base de données, et supprimé le mainfile.php pour retenter une installation.

J'ai pas beaucoup d'autres idées ...

Posté le : 07/08/2012 14:12
Partager Twitter Partagez cette article sur GG+
Re: Administration page blanche 2.5.5
Admin Frxoops
Inscrit: 16/03/2009 16:40
De Tende (06)
Messages: 3528
Essaye éventuellement la solution de montuy337513

Posté le : 07/08/2012 14:16

Open in new window

Xoopseuse Mai 2012 | Responsable équipe internationale | Recherche avancée en bas de page !
Partager Twitter Partagez cette article sur GG+
Re: Administration page blanche 2.5.5
Régulier
Inscrit: 06/02/2003 15:18
Messages: 387
Merci Montuy je teste cela tout de suite

Posté le : 07/08/2012 14:19
Partager Twitter Partagez cette article sur GG+
Re: Administration page blanche 2.5.5
Régulier
Inscrit: 06/02/2003 15:18
Messages: 387
J'ai ceci :

Strict StandardsNon-static method XoopsLoad::load() should not be called statically in /home/cinefilm/www/include/common.php on line 49 Strict StandardsNon-static method XoopsLoad::loadCore() should not be called statically in /home/cinefilm/www/class/xoopsload.php on line 71 Strict StandardsNon-static method XoopsLoad::loadCoreConfig() should not be called statically in /home/cinefilm/www/class/xoopsload.php on line 91 Strict StandardsNon-static method XoopsLoad::load() should not be called statically in /home/cinefilm/www/class/preload.php on line 28 Strict StandardsNon-static method XoopsLoad::loadCore() should not be called statically in /home/cinefilm/www/class/xoopsload.php on line 71 Strict StandardsNon-static method XoopsLoad::load() should not be called statically in /home/cinefilm/www/class/preload.php on line 29 Strict StandardsNon-static method XoopsLoad::loadCore() should not be called statically in /home/cinefilm/www/class/xoopsload.php on line 71 Strict StandardsNon-static method XoopsPreload::getInstance() should not be called statically in /home/cinefilm/www/include/common.php on line 50 Strict StandardsNon-static method XoopsCache::read() should not be called staticallyassuming $this from incompatible context in /home/cinefilm/www/class/preload.php on line 85 Strict StandardsNon-static method XoopsCache::getInstance() should not be called staticallyassuming $this from incompatible context in /home/cinefilm/www/class/cache/xoopscache.php on line 263 Strict StandardsDeclaration of XoopsCacheFile::write() should be compatible with that of XoopsCacheEngine::write() in /home/cinefilm/www/class/cache/file.php on line 308 Strict StandardsDeclaration of XoopsCacheFile::clear() should be compatible with that of XoopsCacheEngine::clear() in /home/cinefilm/www/class/cache/file.php on line 308 Strict StandardsNon-static method XoopsLoad::load() should not be called staticallyassuming $this from incompatible context in /home/cinefilm/www/class/cache/file.php on line 110 Strict StandardsNon-static method XoopsLoad::loadCore() should not be called staticallyassuming $this from incompatible context in /home/cinefilm/www/class/xoopsload.php on line 71 Strict StandardsRedefining already defined constructor for class XoopsFile in /home/cinefilm/www/class/file/xoopsfile.php on line 41 Strict StandardsNon-static method XoopsFile::getHandler() should not be called staticallyassuming $this from incompatible context in /home/cinefilm/www/class/cache/file.php on line 111 Strict StandardsNon-static method XoopsFile::load() should not be called staticallyassuming $this from incompatible context in /home/cinefilm/www/class/file/xoopsfile.php on line 108 Strict StandardsRedefining already defined constructor for class XoopsFileHandler in /home/cinefilm/www/class/file/file.php on line 128 Strict StandardsNon-static method XoopsLoad::load() should not be called staticallyassuming $this from incompatible context in /home/cinefilm/www/class/file/file.php on line 105 Strict StandardsNon-static method XoopsFile::getHandler() should not be called staticallyassuming $this from incompatible context in /home/cinefilm/www/class/file/file.php on line 106 Strict StandardsNon-static method XoopsFile::load() should not be called staticallyassuming $this from incompatible context in /home/cinefilm/www/class/file/xoopsfile.php on line 108 Strict StandardsRedefining already defined constructor for class XoopsFolderHandler in /home/cinefilm/www/class/file/folder.php on line 136 Strict StandardsNon-static method XoopsLists::getFileListAsArray() should not be called staticallyassuming $this from incompatible context in /home/cinefilm/www/class/preload.php on line 89 Strict StandardsNon-static method ProtectorCorePreload::eventCoreIncludeCommonStart() cannot be called statically in /home/cinefilm/www/class/preload.php on line 140 Strict StandardsNon-static method Protector::getInstance() should not be called statically in /home/cinefilm/www/xoops_lib/modules/protector/include/precheck_functions.php on line 12 Strict StandardsNon-static method XoopsLoad::load() should not be called statically in /home/cinefilm/www/include/common.php on line 60 Strict StandardsNon-static method XoopsLoad::loadCore() should not be called statically in /home/cinefilm/www/class/xoopsload.php on line 71 Strict StandardsNon-static method XoopsLoad::load() should not be called statically in /home/cinefilm/www/include/common.php on line 68 Strict StandardsNon-static method XoopsLoad::loadCore() should not be called statically in /home/cinefilm/www/class/xoopsload.php on line 71 Strict StandardsNon-static method XoopsLoad::load() should not be called statically in /home/cinefilm/www/include/common.php on line 75 Strict StandardsNon-static method XoopsLoad::loadCore() should not be called statically in /home/cinefilm/www/class/xoopsload.php on line 71 Strict StandardsRedefining already defined constructor for class XoopsLogger in /home/cinefilm/www/class/logger/xoopslogger.php on line 70 Strict StandardsNon-static method XoopsLogger::getInstance() should not be called statically in /home/cinefilm/www/include/common.php on line 76

Posté le : 07/08/2012 14:26
Partager Twitter Partagez cette article sur GG+
Re: Administration page blanche 2.5.5
Admin Frxoops
Inscrit: 16/03/2009 16:40
De Tende (06)
Messages: 3528
Mets tes erreurs sous code s'il te plaît en sélectionnant l'éditeur "Editeur DHTML avec XoopsCode (dans le menu déroulant).

Merci par avance

Posté le : 07/08/2012 14:29

Open in new window

Xoopseuse Mai 2012 | Responsable équipe internationale | Recherche avancée en bas de page !
Partager Twitter Partagez cette article sur GG+

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



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

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