Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

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

Open
dixudx opened this issue Mar 14, 2016 · 6 comments
Open

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

dixudx opened this issue Mar 14, 2016 · 6 comments

Comments

@dixudx
Copy link

dixudx commented Mar 14, 2016

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.

@yosh-se
Copy link

yosh-se commented Apr 20, 2016

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

@ghost
Copy link

ghost commented Sep 9, 2016

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
Copy link

ghost commented Nov 15, 2016

Is anyone willing to clarify?

We would like to use this...

@ghost
Copy link

ghost commented Nov 16, 2016

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

Please let me know what is missing..

@ghost
Copy link

ghost commented Nov 16, 2016

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

@rahulsaini027
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants