Small lesson learned...
Tried installing this integration with GL 1.3.8-1
and Gallery 1.3.4-pl1 running under Redhat 8.0, Apache 2.0.40-11.7, and PHP
4.2.2 (all from Redhat RPMs).
Small problem in classes/geeklog User.php and
UserDB.php. Had to replace "<?" with <?php" otherwise text from these
files echoed to the browser and error instantiating geeklog classes.
After reading PHP manual I found that
short_open_tag was "Off" in /etc/php.ini.
|