Page view counter

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
    • Loading...
    • dstruve
    • Joined on 07-25-2002, 4:15 PM
    • Houston, Texas
    • Posts 1,882
    • Points 9,410
    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
    • Loading...
    • dstruve
    • Joined on 07-25-2002, 4:15 PM
    • Houston, Texas
    • Posts 1,882
    • Points 9,410
    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
    • Loading...
    • dstruve
    • Joined on 07-25-2002, 4:15 PM
    • Houston, Texas
    • Posts 1,882
    • Points 9,410
    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
    • Loading...
    • jeremypettit
    • Joined on 02-12-2003, 1:08 PM
    • Minneapolis, MN
    • Posts 27
    • Points 120
    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
    • Loading...
    • dstruve
    • Joined on 07-25-2002, 4:15 PM
    • Houston, Texas
    • Posts 1,882
    • Points 9,410
    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
    • Loading...
    • cathal
    • Joined on 06-18-2002, 4:02 PM
    • Belfast, Northern Ireland
    • Posts 2,702
    • Points 13,648
    • 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
    • Loading...
    • dstruve
    • Joined on 07-25-2002, 4:15 PM
    • Houston, Texas
    • Posts 1,882
    • Points 9,410
    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
    • Loading...
    • Presstopia
    • Joined on 11-11-2005, 2:00 AM
    • Toronto, Canada
    • Posts 41
    • Points 205
    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
    • Loading...
    • jhenning
    • Joined on 09-26-2002, 8:11 PM
    • Illinois
    • Posts 746
    • Points 3,725
    • 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
    • Loading...
    • mp1
    • Joined on 05-19-2004, 3:09 PM
    • Posts 4
    • Points 20
    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
    • Loading...
    • MikeG
    • Joined on 12-05-2005, 2:11 AM
    • Posts 22
    • Points 110
    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
    • Loading...
    • dstruve
    • Joined on 07-25-2002, 4:15 PM
    • Houston, Texas
    • Posts 1,882
    • Points 9,410
    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
    • Loading...
    • MikeG
    • Joined on 12-05-2005, 2:11 AM
    • Posts 22
    • Points 110

    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
    • Loading...
    • MikeG
    • Joined on 12-05-2005, 2:11 AM
    • Posts 22
    • Points 110

    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
    • Loading...
    • jhenning
    • Joined on 09-26-2002, 8:11 PM
    • Illinois
    • Posts 746
    • Points 3,725
    • 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 >