adman Posted November 20, 2020 Report Share Posted November 20, 2020 new install, ubuntu 20.04, fresh apache2, revive-adserver-5.0.5 php7.4 by default failed. down rev to php7.2 apache access log shows infinite loop: get "/ad/www/admin/index.php" get "/ad/www/admin/install.php" where is the trigger(file, env variable, etc) to show that adserver has gone through the install? any other suggestions? Quote Link to comment Share on other sites More sharing options...
Ian Posted November 21, 2020 Report Share Posted November 21, 2020 which database server do you run? Quote Link to comment Share on other sites More sharing options...
adman Posted November 22, 2020 Author Report Share Posted November 22, 2020 the plan is to use cockroachdb. i'm ok with doing mysql or pgsql. the docs look like I enter the db config during the run of install.php?? does the db config need to be in config file somewhere in advance? Quote Link to comment Share on other sites More sharing options...
Ian Posted November 22, 2020 Report Share Posted November 22, 2020 hm, okay .. did you set a redirect in for example apache to use https or so ? Quote Link to comment Share on other sites More sharing options...
adman Posted November 22, 2020 Author Report Share Posted November 22, 2020 I did not set anything. all configs are default. did not config tls. at some point I expect to add it via letsencrypt cert installed to apache. I found the following in the install.php, uncommented it, re-ran. still nothing being logged to error.log in apache. still times out on infinite loop. anything else I should look at? maybe try a different OS and/or php version?? error_reporting(E_ALL | E_STRICT); ini_set('display_startup_errors', 1); ini_set('display_errors', 1); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.