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-09 18:20:13
|
Hello, Am Samstag, 9. März 2019, 01:04:55 CET schrieb Danny Houtworm: > 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 Do you also have a config.local.php? (Hint: you should, because it makes updates much easier.) > I tried to run setup.php, but also no errors there Actually there is an error - the command you used > [houtworm@server ~]$ sudo php -l run php > /usr/share/webapps/postfixAdmin/public/setup.php prints a nice error: > Could not open input file: run Can you please run php /usr/share/webapps/postfixAdmin/public/setup.php sudo shouldn't be needed, but trying as the webserver user (for example "wwwrun") might be a good idea. The expected output is HTML showing that the database was created or updated, and some more HTML for the form to create a superadmin. Regards, Christian Boltz -- In most cases, XSLT is good enough. But I agree, for some parts you need Aspirin. ;-) [Thomas Schraitle in opensuse-doc] |