View Single Post
  #4  
Old 04-11-2015, 09:34 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

Did you change this,
Code:
	<!-- <address>some.server.com</address> -->
	<!-- <localaddress>127.0.0.1</localaddress> -->
to this?
Code:
	<address>127.0.0.1</address>
	<localaddress>127.0.0.1</localaddress>
(Also, note the removal of the xml comment symbols)
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote