@3246 OK, so this was not do with php.ini. piwigo's default config shows errors and it overrides the php.ini config.
Put this at the top of the file (after <?php line) in /app/data/local/config/config.inc.php:
$conf['show_php_errors'] = '';
$conf['show_php_errors_on_frontend'] = false;