It's just notices, pinpointing sloppy code not real bugs, and is turned per default in php.ini. You can change it in php.ini or create a .htaccess file in your plogger folder containing: # Show errors, warning and parse, but not notices! php_value error_reporting 7
Or change the error_reporting at the top of gallery.php from E_ALL to E_ALL ^ E_NOTICE