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: Blank Page after installing 1.4.23  (Read 4789 times)

0 Members and 1 Guest are viewing this topic.

Zarzal

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 40
Blank Page after installing 1.4.23
« on: May 22, 2009, 09:07:02 am »

After installing the v 1.4.23 full download I get a blank page if I try to access the gallery. The page trys to load a while, then give up and show nothing (timeout). The problem comes from the modification code in include/init.inc.pcp. If I remove these modification the page comes up again.
All other changes from the .23 are still in. I have Watermark, GoogleMaps and Lightroom modification in it but this should not be the problem.

It seems that other people have the same problem:
http://forum.coppermine-gallery.net/index.php/topic,59584.0.html
http://forum.coppermine-gallery.net/index.php/topic,59582.0.html

I guess it comes from the server setup. Should I post a phpinfo?

http://www.biker-reise.de/gallerie/index.php
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Blank Page after installing 1.4.23
« Reply #1 on: May 22, 2009, 11:07:03 am »

Can not replicate - the site displays fine for me. What exactly doesn't work for you? The login screen? The config panel?
Logged

Zarzal

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 40
Re: Blank Page after installing 1.4.23
« Reply #2 on: May 22, 2009, 12:32:45 pm »

as I write I remove the patch code from init.inc.php to bring back my gallery online. All other changes from .23 are still in.

this is the code from .23:
Code: [Select]
}

if (is_array($GLOBALS)) {
        foreach ($GLOBALS as $key => $value) {
                if (!in_array($key, $keysToSkip) && isset($$key) && $register_globals_flag) unset($$key);
        }
and this I have to remove to bring up my page again. My site now runs without the fix to show something and not stuck with a blank page. The server ist hosted by df.eu in germany. I disable register_globals in the php.ini over the server frontend for my domain. On servers from df it is not possible to make changes to register_gloals by runtime scripts. This is disabled to enhance security. The only way is edit php.ini by server frontend.
Logged

Zarzal

  • Coppermine novice
  • *
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 40
Re: Blank Page after installing 1.4.23
« Reply #3 on: May 22, 2009, 12:53:58 pm »

this solve my problem:
http://forum.coppermine-gallery.net/index.php/topic,59582.msg294166.html#msg294166

installed, changed, up and running.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Blank Page after installing 1.4.23
« Reply #4 on: May 24, 2009, 10:05:36 am »

You have been told to stop advertizing that solution because it is wrong
Please stop advertising that - it's not an acceptable fix.
What you promote is not the inofficial fix, but the wrong fix. The "official" fix is here: http://forum.coppermine-gallery.net/index.php/topic,59612.msg294368.html#msg294368
As you decided to post your well-meant, but wrong advice to several threads, you have caused considerable moderation effort, nothing else.
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 19 queries.