forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upgrading => Topic started by: Zarzal on May 22, 2009, 09:07:02 am

Title: Blank Page after installing 1.4.23
Post by: Zarzal 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
Title: Re: Blank Page after installing 1.4.23
Post by: Joachim Müller 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?
Title: Re: Blank Page after installing 1.4.23
Post by: Zarzal 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.
Title: Re: Blank Page after installing 1.4.23
Post by: Zarzal 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.
Title: Re: Blank Page after installing 1.4.23
Post by: Joachim Müller 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.