Page blanche en php 5.3.1 Page blanche en php 5.3.1
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Page blanche en php 5.3.1

Started by llaumgui, August 26, 2009, 06:48:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

llaumgui

Bonjour,

mon serveur est actuellement en php 5.3.1 est Coppermine me fait une page blanche...

Mon vHost est pourtant configuré de la sorte :
php_admin_flag display_errors "On"
    php_admin_flag display_startup_errors "On"


Et les logs apache ne me sorte rien...

Une idée ?

François Keller

non, pas sans liens vers la galerie ni les détails sur l'installation comme le stipulent les règles de ce forum
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

llaumgui

#2
Quote from: François Keller on August 26, 2009, 07:52:26 PM
non, pas sans liens vers la galerie ni les détails sur l'installation comme le stipulent les règles de ce forum
URL : http://gallery.llaumgui.com
Serveur : CentOS 5.3, php 5.3.1rc1, apache 2.2.3, MySQL 5.1.37

Installation en vHost :
<VirtualHost *:80>

# vhost :
   ServerAdmin XXX
   DocumentRoot XXX
   DirectoryIndex index.php index.htm index.html index.php3
   ServerName XXX


# Logs :
   ErrorLog XXX
   CustomLog XXX


# Config PHP
   php_admin_flag display_errors "On"
   php_admin_flag display_startup_errors "On"
   php_admin_flag safe_mode "Off"
   php_admin_flag engin "On"
   php_admin_value register_globals 0
   php_value magic_quotes_gpc  0
   php_value magic_quotes_runtime  0
   php_value allow_call_time_pass_reference 0
   php_value memory_limit 64M

# Redirections :
   <Directory "XXX">
       RewriteEngine On

       # Stats :
       RewriteRule ^/awstatsicons/.* - [L]
       RewriteRule ^/stats/.* - [L]
       Options FollowSymLinks SymLinksIfOwnerMatch

       #Uncomment the following line if your webserver's
       #URL is not directly related to physical file paths.
       #Update "YOUR_COPPERMINE_ROOT" (just / for root)

       #RewriteBase /YOUR_COPPERMINE_ROOT

       ###
       # Rewrite index urls
       RewriteRule index-([0-9]*)\.html index.php?cat=$1 [NC]
       RewriteRule index-([0-9]*)-page-([0-9]*)\.html index.php?cat=$1&page=$2 [NC]

       ###
       # Rewrite thumbnail urls
       RewriteRule thumbnails-([a-z0-9]*)-([\-]?[0-9]*)\.html thumbnails.php?album=$1&cat=$2 [NC]
       RewriteRule thumbnails-([a-z0-9]*)-page-([0-9]*)\.html thumbnails.php?album=$1&page=$2 [NC]
       RewriteRule thumbnails-([a-z0-9]*)-([\-]?[0-9]*)-page-([0-9]*)\.html thumbnails.php?album=$1&cat=$2&page=$3 [NC]
       RewriteRule thumbnails-([0-9a-z]*)\.html thumbnails.php?album=$1 [NC]
       RewriteRule thumbnails-search-(.*)\.html thumbnails.php?album=search&search=$1 [NC]

       ###
       # Rewrite displayimage urls
       RewriteRule displayimage-([a-z0-9]+)-([\-]?[0-9]+)-([\-]?[0-9]+)\.html displayimage.php?album=$1&cat=$2&pos=$3 [NC]
       RewriteRule displayimage-([a-z0-9]+)-([\-]?[0-9]+)\.html displayimage.php?album=$1&pos=$2 [NC]
       RewriteRule displayimage-([0-9]+)\.html displayimage.php?pos=-$1 [NC]
       RewriteRule slideshow-([0-9]+)-([\-]?[0-9]+)-([0-9]+)\.html displayimage.php?album=$1&pid=$2&slideshow=$3 [NC]
       RewriteRule slideshow-([a-z]+)-([\-]?[0-9]+)-([0-9]+)-([0-9]+)\.html displayimage.php?album=$1&cat=$2&pid=$3&slideshow=$4 [NC]
   </Directory>

</VirtualHost>

François Keller

pourquoi toutes ces redirections ? ce ne serait pas ça qui pose problème
Avez vous lu la DOC ? la FAQ ? et cherché sur le forum avant de poster ?
Did you read the DOC ? the FAQ ? and search the board before posting ?
Mon Blog

llaumgui

Bon, le responsable est sef_urls...