Gallery integrated in Geeklog 1.3.9 troubles

Falconey

Joined: 2004-05-22
Posts: 1
Posted: Sat, 2004-05-22 19:03

I'm running gallery 1.4.3-pl1 inside my geeklog installation.

Everything seems to work fine, but after a while (couple of days) i get this message:
PHP Fatal error: Call to undefined function: _() in /home/falconey/public_html/gallery/init.php on line 31

I don't see how i got it, just came out of nowhere. It's fixed after i delete the gallery cookie.

My host is running php 4.3.3 and i'm using the netpbm binaries from the download section.

 
Tim_j
Tim_j's picture

Joined: 2002-08-15
Posts: 6818
Posted: Tue, 2004-06-01 02:08

Hello,

_() is a shortform for gettext()

If your PHP has no gettext support, we substitute this function.

So this errormessage should never occur.
Except you did an bad upgrade.

Jens