Jump to content

Recommended Posts

Posted

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?

 

Posted

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?

Posted

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);

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...