Re: [Postfixadmin-devel] Blank domain.tld/setup.php page nothing in logs
Brought to you by:
christian_boltz,
gingerdog
From: Danny H. <dho...@gm...> - 2019-03-09 00:05:06
|
Hello Christian, Thank you for the response, The output of [houtworm@server ~]$ sudo php -l /usr/share/webapps/postfixAdmin/config.inc.php No syntax errors detected in /usr/share/webapps/postfixAdmin/config.inc.php I have the config file herehttps://paste.ee/p/YaLFf I only changed the database settings and the Configured setting to true. I tried to run setup.php, but also no errors there [houtworm@server ~]$ sudo php -l run php /usr/share/webapps/postfixAdmin/public/setup.php Could not open input file: run [houtworm@server ~]$ sudo php -l /usr/share/webapps/postfixAdmin/public/setup.php No syntax errors detected in /usr/share/webapps/postfixAdmin/public/setup.php Any more things i might have overlooked? On Fri, 2019-03-08 at 23:11 +0100, Christian Boltz wrote: > 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 |