Jump to content

WireMail error on a localhost


Pip
 Share

Recommended Posts

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). 
    image.thumb.png.b723ddf14a544db41d0ae154f22d6b4c.png

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

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 

  • Like 1
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...