I'm jsut trying out this GREAT gallery. I am using PHP 5.0.5 and then there are some errors because of <? being used in some places instead of <?php
I think it was only in the files in /lib/exifer1_4/makers
I'm trying to integrate the gallery in a CMS, but having problems with the includes. It goes in an eternal loop somehow... But I'll try to figure out that issue.
The CMS I'm thinking about is CMS Made Simple, which is way easier to use than Joomla. And indeed, a simple and easy-to-use gallery like Plogger is great to have integrated.
But when I tried integrating Plogger it seems like there is an eternal loop when using include/require, alternatively some issue when trying to connect to the database. I'm not a code myself, so I'll try have someone look at it at some point.
The issue about integrating user management is the next step, for me that goes unfortunately beyond where my knowledge of php is stretching...
How did you got it to work under php5. My host runs at the moment 5.0.3. The only thing i got is a blank screen at the upload. If i go to the index.php it is fine!
Either set "short_open_tag = On" in php.ini as per Bastien, or instead replace all instances of "<? " with "<?php " in all Plogger files (my preferred choice).