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.
Posts: 6818
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