Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Kyle Skrinak 272 posts 327 karma points
    Aug 30, 2012 @ 01:41
    Kyle Skrinak
    0

    Error after installing nForum on 4.8.1

    I am seeing the following error:

    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.

  • Lee 1130 posts 3088 karma points
    Aug 30, 2012 @ 08:57
    Lee
    1

    v1.4 of nForum doesn't work with 4.8 as per the package page, you need to be using v1.6

  • Kyle Skrinak 272 posts 327 karma points
    Aug 30, 2012 @ 12:41
    Kyle Skrinak
    0

    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.

  • Lee 1130 posts 3088 karma points
    Aug 30, 2012 @ 12:44
  • Kyle Skrinak 272 posts 327 karma points
    Aug 30, 2012 @ 13:14
    Kyle Skrinak
    0

    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
     
    Application information:
        Application domain: /LM/W3SVC/1905319038/Root-19-129907983982524911
        Trust level: Full
        Application Virtual Path: /
        Application Path: C:\inetpub\umbraco\client\
        Machine name: 244356
     
    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)
  • Kyle Skrinak 272 posts 327 karma points
    Sep 05, 2012 @ 19:20
    Kyle Skrinak
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft