Advanced search  

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

Pages: [1]   Go Down

Author Topic: Page blanche en php 5.3.1  (Read 7874 times)

0 Members and 1 Guest are viewing this topic.

llaumgui

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Page blanche en php 5.3.1
« 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 :
Code: [Select]
php_admin_flag display_errors "On"
    php_admin_flag display_startup_errors "On"

Et les logs apache ne me sorte rien...

Une idée ?
Logged

François Keller

  • Moderator
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: Page blanche en php 5.3.1
« Reply #1 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
Logged
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

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: Page blanche en php 5.3.1
« Reply #2 on: August 27, 2009, 08:50:23 am »

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 :
Code: [Select]
<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>
« Last Edit: August 27, 2009, 10:43:12 am by Pascal YAP »
Logged

François Keller

  • Moderator
  • Coppermine addict
  • ****
  • Country: fr
  • Offline Offline
  • Gender: Male
  • Posts: 9094
  • aka Frantz
    • Ma galerie
Re: Page blanche en php 5.3.1
« Reply #3 on: August 27, 2009, 08:42:41 pm »

pourquoi toutes ces redirections ? ce ne serait pas ça qui pose problème
Logged
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

  • Coppermine newbie
  • Offline Offline
  • Posts: 3
Re: Page blanche en php 5.3.1
« Reply #4 on: September 07, 2009, 11:01:25 pm »

Bon, le responsable est sef_urls...
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.