We are running version 2.1.1
Our host is 1and1
Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1637.0
http://forum.hificritic.com
When I and certain other users attempt to access our forum, we get an Invalid IP Address error immediately, even before any Yaf screen is shown. The error is shown below. If I switch on my VPN, I can access the forum normally. The only difference I can see between my normal network and the VPN is that my normal IP address (which gives an error) is IPv6, and my VPN IP address is IPv4. I don’t know if that is relevant. Can you help?
Here’s the error:
Server Error in '/' Application.
Invalid ip address.
Parameter name: ip
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentOutOfRangeException: Invalid ip address.
Parameter name: ip
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentOutOfRangeException: Invalid ip address.
Parameter name: ip]
YAF.Utils.Helpers.IPHelper.Str2IP(String[] ip) +189
YAF.Utils.Helpers.IPHelper.IsBanned(String ban, String chk) +353
YAF.Core.Services.Startup.<>c__DisplayClass3.b__2(String row) +12 System.Linq.Enumerable.Any(IEnumerable`1 source, Func`2 predicate) +146
YAF.Core.Services.Startup.StartupCheckBannedIps.RunService() +181
YAF.Core.Services.Startup.BaseStartupService.Run() +28
YAF.Core.IHaveServiceLocatorExtensions.b__5(IStartupService service) +8 YAF.Types.Extensions.EnumerableExtensions.ForEach(IEnumerable`1 list, Action`1 action) +184
YAF.Core.IHaveServiceLocatorExtensions.RunStartupServices(IHaveServiceLocator serviceLocator) +532
YAF.Core.Services.Startup.PageRequestLoadServices.RequestedPage_PreInit(Object sender, EventArgs e) +27
System.Web.UI.Page.OnPreInit(EventArgs e) +9774850
System.Web.UI.Page.PerformPreInit() +37
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +296
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.6.1637.0