Embedded Gallery in Geeklog- right blocks gone.

Berek

Joined: 2003-09-30
Posts: 11
Posted: Fri, 2005-02-25 21:48

Hello,

I have upgraded my Geeklog and my Gallery to the latest and now the right blocks of my Geeklog has gone away.

Can someone please tell me how to get it back again?

Thank you.

Regards,
Berek

----
The following information is required to get an answer:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful):
Gallery version:
Apache version:
PHP version (don't just say PHP 4, please):
Graphics Toolkit:
Operating system:
Web browser/version (if applicable):

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Fri, 2005-02-25 23:12

[Moved to the correct forum]

Please fill in the information we ask for.

 
Berek

Joined: 2003-09-30
Posts: 11
Posted: Sat, 2005-02-26 05:50

The info requested:
The following information is required to get an answer:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful): http://www.grevepigerne.dk/gallery
Gallery version: v1.5-RC1
Apache version: 1.3.28
PHP version (don't just say PHP 4, please): PHP Version 4.3.3
Graphics Toolkit: ImageMagick 5.5.7 01/21/05 Q16
Operating system: Server: Suse 9.1
Web browser/version (if applicable): IE6 XP Client

I actually have 3 sites on this server. I upgraded Geeklog and Gallery on all three. Two have the problem with the right blocks gone, and the remaining I cannot get to be embedded at all. All three were fine before upgrading (most likely the Geeklog upgrade)
Other two sites on this server:
http://www.flagfootball.dk/gallery
http://home2.locke.dk/gallery

Thanks for your help.

Regards,
Berek

 
Berek

Joined: 2003-09-30
Posts: 11
Posted: Sat, 2005-02-26 22:03

Hi all,
This is solved.

My /gallery/html_wrap/wrapper.footer.default was overwritten.

This line:
echo COM_siteFooter( false );

needs to be set to true:

echo COM_siteFooter( true );

I made a new file without the .default so this won't happen next time.

Regards,
Rick