Page blanche sur admin_gallery_add.php [Réglé]
benpro Membre non connecté
Booster Mortier
-
Booster Mortier
- Voir le profil du membre benpro
- Inscrit le : 28/12/2007
- Site internet
j'ai un stock d'images que j'ai mis sur le serveur ftp dans le dossier pics. Mais quand je vais sur la page pour les ajouter à des catégories, j'obtient une page blanche. J'ai tenté qques débug, et j'obtient ceci:
Code TEXT :
Looking up animesost.info
Making HTTP connection to animesost.info
Sending HTTP request.
HTTP request sent; waiting for response.
HTTP/1.1 302 Found
Data transfer complete
HTTP/1.1 302 Found
lynx: Start file could not be found or is not text/html or text/plain
Exiting...
Une idée, trop d'image ?
Merci.
Benpro
horn Membre non connecté
-
Modérateur
- Voir le profil du membre horn
- Inscrit le : 31/12/2007
- Site internet
- Groupes :
-
Equipe Historique
Soyez polis, pas de langage SMS et soignez votre orthographe, merci.
benpro Membre non connecté
Booster Mortier
-
Booster Mortier
- Voir le profil du membre benpro
- Inscrit le : 28/12/2007
- Site internet
Benpro
ben.popeye Membre non connecté
-
Modérateur
- Voir le profil du membre ben.popeye
- Inscrit le : 04/08/2005
- Site internet
- Groupes :
-
Equipe Historique
Un problème, une question ? Cherchez dans la FAQ ou la documentation. Si vous ne trouvez pas la réponse, demandez du support sur le forum.
Bjarne Stroustrup, inventeur du C++ :"There are two ways to write error-free programs; only the third works."
benpro Membre non connecté
Booster Mortier
-
Booster Mortier
- Voir le profil du membre benpro
- Inscrit le : 28/12/2007
- Site internet
sinon en cli ça me donne ça
Code TEXT :
[root@server1:/var/www/animesost.info/public_html/gallery]$ php5 admin_gallery_add.php Notice: Undefined index: HTTP_HOST in /var/www/animesost.info/public_html/includes/errors.class.php on line 48 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 32 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 77 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 77 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 77 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Notice: Undefined index: HTTP_USER_AGENT in /var/www/animesost.info/public_html/includes/save_stats.php on line 111 Warning: Cannot modify header information - headers already sent by (output started at /var/www/animesost.info/public_html/includes/errors.class.php:48) in /var/www/animesost.info/public_html/includes/sessions.class.php on line 300
Ce qui est plus bizarre c'est que j'ai 2040 miniatures pour 1969 images ??!
Code BASH :
[root@server1:/var/www/animesost.info/public_html/gallery/pics/thumbnails]$ ls ./ | wc -l 2040 [root@server1:/var/www/animesost.info/public_html/gallery/pics/thumbnails]$ ls ../ | wc -l 1969
Édité par benpro Le 12/09/2008 à 17h41
Benpro
benpro Membre non connecté
Booster Mortier
-
Booster Mortier
- Voir le profil du membre benpro
- Inscrit le : 28/12/2007
- Site internet
Et ça plante dès le premier include.
Code PHP :
echo a; include_once('../includes/admin_begin.php'); echo b; include_once('../gallery/lang/' . $CONFIG['lang'] . '/gallery_' . $CONFIG['lang'] . '.php'); //Chargement de la langue du module. echo c; define('TITLE', $LANG['administration']); echo d; include_once('../includes/admin_header.php'); echo e;
Je n'ai que "a" qui s'affiche. ça viendrait donc de admin_begin ...
Dans celui-ci
Code PHP :
//Inclusion des fichiers include_once('../includes/begin.php'); echo 1;
Le 1 ne s'affiche pas sauf si il est avant, donc ça vient de begin...
je continue les investigations lol
Édité par benpro Le 12/09/2008 à 18h55
Benpro
ben.popeye Membre non connecté
-
Modérateur
- Voir le profil du membre ben.popeye
- Inscrit le : 04/08/2005
- Site internet
- Groupes :
-
Equipe Historique
Un problème, une question ? Cherchez dans la FAQ ou la documentation. Si vous ne trouvez pas la réponse, demandez du support sur le forum.
Bjarne Stroustrup, inventeur du C++ :"There are two ways to write error-free programs; only the third works."
benpro Membre non connecté
Booster Mortier
-
Booster Mortier
- Voir le profil du membre benpro
- Inscrit le : 28/12/2007
- Site internet
ben.popeye :
Il n'y a que ce fichier qui ne fonctionne pas ?
oui
Benpro
benpro Membre non connecté
Booster Mortier
-
Booster Mortier
- Voir le profil du membre benpro
- Inscrit le : 28/12/2007
- Site internet
Code PHP :
Je vais essayer de désactiver gzip.
edit: pareil ...

edit2 : non ça marche ^^ un prob donc avec la compression

edit3 : au vue de la taille de la page (15000 lignes html
), c'est peut-être gzip qui foire, bon je rajoute dans les catégories et après je remets gzip, problème réglé.
Édité par benpro Le 12/09/2008 à 19h10
Benpro
Répondre
Vous n'êtes pas autorisé à écrire dans cette catégorie