Looks like that was the solution for that issue. However, my issues tend to continue this is the next error I received:
Server Error in '/forums' Application.
Invalid language file C:\Users\format1998\Documents\My Web Sites\YetAnotherForum.NET3\languages\english.xml
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.ApplicationException: Invalid language file C:\Users\format1998\Documents\My Web Sites\YetAnotherForum.NET3\languages\english.xml
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:
[ApplicationException: Invalid language file C:\Users\format1998\Documents\My Web Sites\YetAnotherForum.NET3\languages\english.xml]
YAF.Core.Services.Localization.Localizer.LoadFile() +442
YAF.Core.Services.Localization.Localizer..ctor(String fileName) +51
YAF.Core.Services.Localization.YafLocalization.LoadTranslation(String fileName) +449
YAF.Core.Services.Localization.YafLocalization.LoadTranslation() +256
YAF.Core.Services.Localization.YafLocalization.GetLocalizedTextInternal(String page, String tag) +22
YAF.Core.Services.Localization.YafLocalization.GetText(String page, String tag) +26
YAF.Types.Interfaces.IHaveLocalizationExtensions.GetText(IHaveLocalization haveLocalization, String page, String tag) +85
YAF.Modules.PagePopupForumModule.AddErrorPopup() +122
YAF.Modules.PagePopupForumModule.ForumControl_Init(Object sender, EventArgs e) +5
System.Web.UI.Control.OnInit(EventArgs e) +92
System.Web.UI.UserControl.OnInit(EventArgs e) +83
YAF.Forum.OnInit(EventArgs e) +120
System.Web.UI.Control.InitRecursive(Control namingContainer) +134
System.Web.UI.Control.InitRecursive(Control namingContainer) +290
System.Web.UI.Control.InitRecursive(Control namingContainer) +290
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +489
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34248