[solved] Blank page / phplist-3.6.12

Hi
just tried to install phplist-3.6.12 on an Plesk Hosting server with PHP 8.2 / 8.1 / 8.0 / 7.4 / 7.3 / 7.2 / installed - but no matter what i try- i just get a blank page when i try to start the installation script.

in admin/index.php
i edit the line

// load all required files
require_once dirname(__FILE__).'/init.php';
error_reporting(-1);

but i see no error messages…

What could i try next - Thanks for your help

after setting display-errors
https://www.php.net/manual/de/errorfunc.configuration.php#ini.display-errors
in Plesk to “on”
errors are shown

the was an ’ missing at the end of
database_name = ‘xxxx’;

so installations is working now :wink:

Thanks for letting us know you’ve solved it.

Yes, now you’ve reminded me, a missing character in the config.php file can cause the whole system to fail, resulting in a blank page showing.