Help: Solpart error on Account Login Module

Last post 12-16-2005 12:40 PM by MikeG. 15 replies.

Sort Posts:

  • Help: Solpart error on Account Login Module

    11-14-2005, 1:24 PM
    • Star
      9,410 point Star
    • dstruve
    • Member since 07-25-2002, 4:15 PM
    • Houston, Texas
    • Posts 1,882
    Any ideas or Tips?

    it happens only on one site, doesnt happen on a new child portal.

    Message
    : DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.NavigationControl.SolpartMenuNavigationProvider.Bind(DNNNodeCollection objNodes) at DotNetNuke.UI.WebControls.SolPartActions.BindMenu() at DotNetNuke.UI.WebControls.SolPartActions.Page_PreRender(Object sender, EventArgs e) --- End of inner exception stack trace ---
    Daniel Struve
    DotNetNuke Houston

  • Re: Help: Solpart error on Account Login Module

    11-14-2005, 2:42 PM
    • Star
      9,410 point Star
    • dstruve
    • Member since 07-25-2002, 4:15 PM
    • Houston, Texas
    • Posts 1,882
    wait your suggesting creating a login module installation in the desktopmodules folder right?
    the dnn install doesnt support installing into the admin folder does it?
    Daniel Struve
    DotNetNuke Houston

  • Re: Help: Solpart error on Account Login Module

    11-15-2005, 9:29 AM
    • Star
      9,410 point Star
    • dstruve
    • Member since 07-25-2002, 4:15 PM
    • Houston, Texas
    • Posts 1,882
    Well discovered teh cause, however it is a bug to me, but can someone verify this on their 3.2 install?

    if you disable "Allow Print" on teh Account Login you get this error.  Can someone verify?
    Daniel Struve
    DotNetNuke Houston

  • Re: Help: Solpart error on Account Login Module

    11-15-2005, 12:16 PM
    • Member
      120 point Member
    • jeremypettit
    • Member since 02-12-2003, 1:08 PM
    • Minneapolis, MN
    • Posts 27
    I've been getting the same error on several core modules. Search, Search Results, Login. I did what you did, turn back on allow print, and the errors were gone. I recently upgraded from 3.1.1 to 3.2 also
  • Re: Help: Solpart error on Account Login Module

    11-15-2005, 12:25 PM
    • Star
      9,410 point Star
    • dstruve
    • Member since 07-25-2002, 4:15 PM
    • Houston, Texas
    • Posts 1,882
    Kewl, at least its gone now.
    I havnt verified this but maybe it is a 3.2 error exclusively, pretty annoying error i have to say.
    Daniel Struve
    DotNetNuke Houston

  • Re: Help: Solpart error on Account Login Module

    11-15-2005, 7:30 PM
    • Star
      13,648 point Star
    • cathal
    • Member since 06-18-2002, 4:02 PM
    • Belfast, Northern Ireland
    • Posts 2,702
    • TrustedFriends-MVPs
    Please log the issue on the public issuelog so we don't lose track of it.

    Cathal
  • Re: Help: Solpart error on Account Login Module

    11-15-2005, 8:01 PM
    • Star
      9,410 point Star
    • dstruve
    • Member since 07-25-2002, 4:15 PM
    • Houston, Texas
    • Posts 1,882
    Yes its done, also experienced this on teh user module as well
    Daniel Struve
    DotNetNuke Houston

  • Re: Help: Solpart error on Account Login Module

    11-15-2005, 9:53 PM
    • Member
      205 point Member
    • Presstopia
    • Member since 11-11-2005, 2:00 AM
    • Toronto, Canada
    • Posts 41
    FYI - I had the same problem. I deleted the module and re-added it which fixed the problem. Not sure what causes it though.
  • Re: Help: Solpart error on Account Login Module

    11-15-2005, 10:03 PM
    • Contributor
      3,725 point Contributor
    • jhenning
    • Member since 09-26-2002, 8:11 PM
    • Illinois
    • Posts 746
    • TrustedFriends-MVPs
    This issue can be fixed by updating line 958 of the SolpartMenuNavigationProvider.vb file to

    If Len(objNode.ToolTip) > 0 Then objMenuItem.ToolTip = objNode.ToolTip

    It will be included in the next release.

  • Re: Help: Solpart error on Account Login Module

    11-29-2005, 10:48 AM
    • Member
      20 point Member
    • mp1
    • Member since 05-19-2004, 3:09 PM
    • Posts 4
    I reported this 11/9/2005 in the DNN 3.2 release and logged it to Gemini under - DNNP-2114. - Exception Error Thrown after "Allow Print" Off / Update in Acct. Login and Users Module. 

    If the "settings" icon is available in the container skin then you can edit the "allow print " flag without editing the database.  Until it gets fixed do not turn off the Allow Print flag and make sure your skin contains a settiings icon so it can be fixed without manually editing the database.
  • Re: Help: Solpart error on Account Login Module

    12-05-2005, 10:50 PM
    • Member
      110 point Member
    • MikeG
    • Member since 12-05-2005, 2:11 AM
    • Posts 22
    jhenning wrote:
    This issue can be fixed by updating line 958 of the SolpartMenuNavigationProvider.vb file to

    If Len(objNode.ToolTip) > 0 Then objMenuItem.ToolTip = objNode.ToolTip

    It will be included in the next release.

    I opened up my DotNetNuke.sln file and I don't see this file anywhere...

    Any ideas?  Thx

  • Re: Help: Solpart error on Account Login Module

    12-07-2005, 9:52 AM
    • Star
      9,410 point Star
    • dstruve
    • Member since 07-25-2002, 4:15 PM
    • Houston, Texas
    • Posts 1,882
    The file exists on teh 3.2 installation  Providers/NavigationProviders/SolpartMenuNavigationProvider
    Daniel Struve
    DotNetNuke Houston

  • Re: Help: Solpart error on Account Login Module

    12-09-2005, 11:07 AM
    • Member
      110 point Member
    • MikeG
    • Member since 12-05-2005, 2:11 AM
    • Posts 22

    Thanks Dan!

    I see the file, but what do I do with it?  It isn't part of the DotNetNuke solution.. so how would I go abouts compiling it into DotNetNuke?

    Thx

  • Re: Help: Solpart error on Account Login Module

    12-13-2005, 3:08 PM
    • Member
      110 point Member
    • MikeG
    • Member since 12-05-2005, 2:11 AM
    • Posts 22

    Any idea?

    Thx in advance.  I just can't figure out how to add this to the DNN project to compile it.

  • Re: Help: Solpart error on Account Login Module

    12-13-2005, 4:41 PM
    • Contributor
      3,725 point Contributor
    • jhenning
    • Member since 09-26-2002, 8:11 PM
    • Illinois
    • Posts 746
    • TrustedFriends-MVPs

    Open up the solpartmenunavigation.vbproj file found in that folder.  Compile it.  And copy it to your dotnetnuke bin folder.

    Or grab that dll from the 3.2.1 which already contains this fix, or simply update your entire site to 3.2.1.

Page 1 of 2 (16 items) 1 2 Next >