Re: [Postfixadmin-devel] Blank domain.tld/setup.php page nothing in logs
Brought to you by:
christian_boltz,
gingerdog
From: Christian B. <pos...@cb...> - 2019-03-08 22:37:00
|
Hi Danny, Am Freitag, 8. März 2019, 11:47:15 CET schrieb Danny Houtworm: > And i am stuck at PostfixAdmin, because the tutorial depends on > Postfixadmin to create the database tables > > The tutorial uses Apache, but i use Nginx, so i think the problem lies > in my nginx config file. Or somewhere in your PHP files. My guess is that you have a syntax error in config.local.php, and that causes the blank page. > server { > > listen 443 ssl; > server_name houtworm.email; Thanks for including the server name! I just tested a bit, and it seems your setup is correct - for example, I get 200 (+ blank page) for / and login.php, and 404 for config.inc.php (which is outside of the "public" directory). I'd recommend to - check your config.*.php for syntax errors with php -l - run php setup.php on the commandline - maybe you get an error message? Regards, Christian Boltz -- Stell dein cron auch deine Rechneruhr? Ja? Dann würde ich ihm nicht allzuviel mehr anvertrauen - er scheint leicht überlastet und strebt in Riesenschritten die Rente an ;-) [Matthias Houdek in suse-linux zu einer Mail aus der Zukunft] |