Blank Page after installing 1.4.23 Blank Page after installing 1.4.23
 

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

Blank Page after installing 1.4.23

Started by Zarzal, May 22, 2009, 09:07:02 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Zarzal

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

Joachim Müller

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

Zarzal

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:

}

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.


Joachim Müller

You have been told to stop advertizing that solution because it is wrong
Quote from: Nibbler on May 22, 2009, 11:38:52 PM
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.