Server Error in '/' Application. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: The 'ExamineSearchProviders' start tag on line 44 position 4 does not match the end tag of 'providers'. Line 54, position 7.
Source Error:
Line 52: <add name="InternalMemberSearcher" type="UmbracoExamine.UmbracoExamineSearcher, UmbracoExamine" Line 53: analyzer="Lucene.Net.Analysis.Standard.StandardAnalyzer, Lucene.Net" enableLeadingWildcards="true"/> Line 54: </providers> Line 55: </ExamineSearchProviders> Line 56:
Source File: C:\Users\fish\Documents\My Web Sites\csm-4-8-1\config\ExamineSettings.config Line: 54
I was warned when I installed this:
Note: This version of nForum uses Examine v1.4 and the binaries for it
are bundled within the package. So your existing Examine binaries will
be replaced with these updated ones.
Is this error related? What should I do to correct this? I can not view the forum.
I am using version nForum version 1.5. It uses Examine, version 1.4. According to http://nforum.codeplex.com/ v1.5 is the latest version. (Scratches head) the Develper > Installed Packages > nForum Package Options says "No upgrades available" I see source for code after the 1.5 release, but its not packaged yet.
W00T! Thanks for the quick help! Yes, I see 1.6 now, although I also see a documentation bug (says it's version 1.5 in the package version, doc says 1.6. I double-checked and In installed using "nforum16.zip"
I've uninstalled 1.5 (including associated nodes) and tried to install 1.6 using the "local package" installer. here's what event log says about it:
Event code: 3005 Event message: An unhandled exception has occurred. Event time: 8/30/2012 6:06:53 AM Event time (UTC): 8/30/2012 11:06:53 AM Event ID: f08b13ea2bc246228f9367b20f87dc53 Event sequence: 13 Event occurrence: 1 Event detail code: 0
Process information: Process ID: 5732 Process name: w3wp.exe Account name: NT AUTHORITY\NETWORK SERVICE
Exception information: Exception type: FileNotFoundException Exception message: Could not load file or assembly 'Examine, Version=0.1.42.2941, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified. at nForum.BusinessLogic.Data.ForumFactory.ReturnRootForumId() at nForum.BusinessLogic.Data.ForumFactory..ctor() at nForum.BusinessLogic.BaseForumUsercontrol..ctor() at ASP.usercontrols_nforum_install_ascx..ctor() at __ASP.FastObjectFactory_app_web_install_ascx_15a5d03a_x0y49yzg.Create_ASP_usercontrols_nforum_install_ascx() at System.Web.Compilation.BuildResultCompiledType.CreateInstance() at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at umbraco.presentation.developer.packages.Installer.processInstall(String currentStep) at umbraco.presentation.developer.packages.Installer.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at umbraco.BasePages.BasePage.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) Request information: Request URL: http://csmalumni.whitelabelguys.com/umbraco/developer/packages/installer.aspx?installing=customInstaller&dir=C:\inetpub\umbraco\client\App_Data\8cbf5621-8d33-4599-993b-3f4b59a98e52&pId=6 Request path: /umbraco/developer/packages/installer.aspx User host address: 174.97.157.99 User: Is authenticated: False Authentication Type: Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information: Thread ID: 83 Thread account name: NT AUTHORITY\NETWORK SERVICE Is impersonating: False Stack trace: at nForum.BusinessLogic.Data.ForumFactory.ReturnRootForumId() at nForum.BusinessLogic.Data.ForumFactory..ctor() at nForum.BusinessLogic.BaseForumUsercontrol..ctor() at ASP.usercontrols_nforum_install_ascx..ctor() at __ASP.FastObjectFactory_app_web_install_ascx_15a5d03a_x0y49yzg.Create_ASP_usercontrols_nforum_install_ascx() at System.Web.Compilation.BuildResultCompiledType.CreateInstance() at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at umbraco.presentation.developer.packages.Installer.processInstall(String currentStep) at umbraco.presentation.developer.packages.Installer.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at umbraco.BasePages.BasePage.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
FYI, I've now did a clean install of all functional packages before inputting content, and now nforum, so far, is working without the above error. I just wish there was a less roundabout way of resolving these issues.
Error after installing nForum on 4.8.1
I am seeing the following error:
I was warned when I installed this:
Is this error related? What should I do to correct this? I can not view the forum.
v1.4 of nForum doesn't work with 4.8 as per the package page, you need to be using v1.6
I am using version nForum version 1.5. It uses Examine, version 1.4. According to http://nforum.codeplex.com/ v1.5 is the latest version. (Scratches head) the Develper > Installed Packages > nForum Package Options says "No upgrades available" I see source for code after the 1.5 release, but its not packaged yet.
Please see main page on here
http://our.umbraco.org/projects/website-utilities/nforum
W00T! Thanks for the quick help! Yes, I see 1.6 now, although I also see a documentation bug (says it's version 1.5 in the package version, doc says 1.6. I double-checked and In installed using "nforum16.zip"
I've uninstalled 1.5 (including associated nodes) and tried to install 1.6 using the "local package" installer. here's what event log says about it:
FYI, I've now did a clean install of all functional packages before inputting content, and now nforum, so far, is working without the above error. I just wish there was a less roundabout way of resolving these issues.
is working on a reply...