coppermine-gallery.com/forum

Support => Français (French) => Language Specific Support => cpg1.4.x Français (French) => Topic started by: llaumgui on August 26, 2009, 06:48:16 PM

Title: Page blanche en php 5.3.1
Post by: llaumgui on August 26, 2009, 06:48:16 PM
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 ?
Title: Re: Page blanche en php 5.3.1
Post by: 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
Title: Re: Page blanche en php 5.3.1
Post by: llaumgui on August 27, 2009, 08:50:23 AM
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>
Title: Re: Page blanche en php 5.3.1
Post by: François Keller on August 27, 2009, 08:42:41 PM
pourquoi toutes ces redirections ? ce ne serait pas ça qui pose problème
Title: Re: Page blanche en php 5.3.1
Post by: llaumgui on September 07, 2009, 11:01:25 PM
Bon, le responsable est sef_urls...