Pip Posted August 16, 2020 Share Posted August 16, 2020 Hi guys Just want to confirm something before I go calling the ghost busters or something. So here's aroughsummary.: I'm currently working on a Xampp environment. Each site I work on, I customize the domain from localhost -> confabulations. No .com, .net, .org, etc. I've installed processwire and it automatically sets this in the config: $config->httpHosts = array('confabulations'); Everything works well in Login/Register until one day, I get this error when I register on the site (locally). Which is weird because I have not been customizing the module itself. Not until I change this: $config->httpHosts = array('confabulations.com'); Then it works. I mean sure fine theoretically if I change my vhost etc to confabulations.com it should work. But what I do not understand why suddenly trigger such error when the only modules I have is the Sitemap and Login/Register/Profile. ? Link to comment Share on other sites More sharing options...
horst Posted August 17, 2020 Share Posted August 17, 2020 11 hours ago, Pip said: But what I do not understand why suddenly trigger such error when the only modules I have is the Sitemap and Login/Register/Profile. See Line #7 in your Errorlog: site/modules/LoginRe ... gister 1 Link to comment Share on other sites More sharing options...
Pip Posted August 18, 2020 Author Share Posted August 18, 2020 Redid the whole thing. It works now.Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now