When browsing my gallery... I have this message on the top of the page (http://galerie.johann-photo.com).
>
Warning: ini_set() has been disabled for security reasons in [insert my address] galerie/plog-globals.php on line 7
Warning: set_time_limit() has been disabled for security reasons in [insert my address] galerie/plog-globals.php on line 13
Warning: Cannot modify header information - headers already sent by (output started at [insert my address] galerie/plog-globals.php:7) in [insert my address] galerie/plog-load_config.php on line 26
You can comment out or delete the ini_set() line and the set_time_limit() line in plog-globals.php. There is a good chance that this will work, the ini_set line is a workaround for a path variable bug that shows up in <10% of Plogger installations, so chances are you can remove it. The set_time_limit line just allows imports to proceed past the PHP timout limit, but I have never had problems without it.
Almost same message here : Warning: set_time_limit() has been disabled for security reasons in /home/www/062f39b92d6ca23eb22d45a8e306ffc1/web/photos/plog-globals.php on line 13
I've commented line 13 : set_time_limit(0);
Is it the good solution (safe mode is off) ?
Next step : find where to change the date displayed to the taken date :)