opsweekly
opsweekly copied to clipboard
I don't know what to do with this FQDN, please add it to config.php
After configuration, the browser said I don't know what to do with this FQDN, please add it to config.php
.
Have searched the closed issues, and found related issue #6 , issue #4 . Tried the solutions, but not working.
so your team-name is the same as the FQDN you're accessing the site over?
I'm having the same issue.. Been working on this for a week now and nothing I try have worked As a test. cp phplib/config.php.example phplib/config.php added "mycompany.com" and "opsweekly.mycompany.com" to hosts file as 127.0.0.1 to reflect restarted Apache when I go to http://mycompany.com/ and "http://opsweekly.mycompany.com/"
"I don't know what to do with this FQDN, please add it to config.php"
Guess we are missing something, Not sure why it needs to be this complicated.
Is anyone willing to clarify?
We would like to use this...
I have created this https://github.com/alanrburns/opsweekly-vagrant
Please let me know what is missing..
I have found $fqdn = preg_replace($dev_fqdn, $prod_fqdn, $fqdn); is the cause. Anything in those variables will kill it.. Removing it fixes it..
For a quick fix, Comment $fqdn = preg_replace($dev_fqdn, $prod_fqdn, $fqdn); line in file ./phplib/base.php. It should work.