opsweekly icon indicating copy to clipboard operation
opsweekly copied to clipboard

I don't know what to do with this FQDN, please add it to config.php

Open dixudx opened this issue 8 years ago • 6 comments

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.

dixudx avatar Mar 14 '16 07:03 dixudx

so your team-name is the same as the FQDN you're accessing the site over?

yosh-se avatar Apr 20 '16 12:04 yosh-se

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.

ghost avatar Sep 09 '16 03:09 ghost

Is anyone willing to clarify?

We would like to use this...

ghost avatar Nov 15 '16 23:11 ghost

I have created this https://github.com/alanrburns/opsweekly-vagrant

Please let me know what is missing..

ghost avatar Nov 16 '16 00:11 ghost

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..

ghost avatar Nov 16 '16 03:11 ghost

For a quick fix, Comment $fqdn = preg_replace($dev_fqdn, $prod_fqdn, $fqdn); line in file ./phplib/base.php. It should work.

rahulsaini027 avatar Mar 15 '18 09:03 rahulsaini027