Common Questions

Need to transfer your license to a new DotNetNuke installation?

Follow the step-by-step instructions.

Where do I download my Module?

Download the trial of the module and then apply your license key.

I didn’t receive my License Key

(1) Check your SPAM filter. (2) Make an account and check the My Orders page.  If you are still having trouble feel free to contact us and we'll get you rolling.

How do I do .... with this module?

Check out our training section. If you have questions on how to use a module take some time to watch the videos.  Then if you still have questions try the forum.

I think you should add this feature!

Use the feature section of the Forum to post up feature ideas.  We try to keep our modules simple & easy.  However, we are always open to great ideas!

 
What are the licensing options?

Please read licensing options explained, but we generally sell three types of licenses for our modules: Single Portal, Unlimited Portals, Enterprise. 

Can I get the source code?

We do not offer the source code for many of our modules, if you don’t see the source code for sale in the Store then it is not officiall available.  If you are a US based company and don't mind shelling out some bucks and signing some paperwork then we will hear your case.  We are cautious of this because some individuals have purchased source code from other vendors and have re-packaged it to sell it as their own.  Shame on them.

Support

Support is no longer offered through DNNspot. These forums are available to view only. Please head to the appropriate CodePlex project to report new issues.

Support Forum

YSOD when Rotator on Page!
Last Post 05/16/2012 01:08 PM by Matt Hall. 5 Replies.
Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages Not Resolved
djamellUser is Offline
New Member
New Member
Posts:8
Avatar

--
05/09/2012 09:05 AM
    Running DNN 5.6.3 and DNNSpot Rotator 2.0.5

    About a month ago the website at www.FortSmithSchools.org started throwing a YSOD on the Homepage and any page that contained an instance of the DNNSpot Rotator.

    In a panic, I upgraded to the latest Rotator Version (2.0.5) and it fixed the problem.

    This morning it happened again and I Re-installed/Repaired the Module again.  Again it fixed the problem.

    Below is the error in the DNN Event Veiwer:

    AssemblyVersion: 5.6.3
    PortalID: 0
    PortalName: Fort Smith Schools
    UserID: -1
    UserName:
    ActiveTabID: 40
    ActiveTabName: Home
    RawURL: /Default.aspx
    AbsoluteURL: /Default.aspx
    AbsoluteURLReferrer:
    UserAgent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET4.0C; .NET4.0E; AskTbORJ/5.15.1.22229)
    DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
    ExceptionGUID: 216910bf-46a2-403b-af7c-db450245e291
    InnerException: Unhandled Error:
    FileName:
    FileLineNumber: 0
    FileColumnNumber: 0
    Method: System.Configuration.Enumerator.System.Collections.IEnumerator.MoveNext
    StackTrace:
    Message: System.Exception: Unhandled Error: ---> DotNetNuke.Services.Exceptions.PageLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at System.Configuration.ConfigurationElementCollection.Enumerator.System.Collections.IEnumerator.MoveNext() at EntitySpaces.Interfaces.esConfigSettings.get_DefaultConnection() at EntitySpaces.Interfaces.esConnection.get_SqlAccessType() at DNNspot.Rotator.DataModel.esTemplate.LoadByPrimaryKey(Int32 id) at DNNspot.Rotator.Default.GenerateOutputFromTemplate() at DNNspot.Rotator.Default.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 System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- at DotNetNuke.Services.Exceptions.Exceptions.ProcessPageLoadException(Exception exc, String URL) at DotNetNuke.Framework.PageBase.OnError(EventArgs e) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.default_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) --- End of inner exception stack trace -v
    Matt HallUser is Offline
    DNNspot Support
    Posts:423
    Avatar

    --
    05/09/2012 11:12 AM
    Sorry to hear you're having issues.

    Do you have multiple database connections for this site? It looks like it might be an issue with the Rotator being unable to connect to the database.

    Does the user you're running the database as have the permissions 'db.owner'?

    Matt
    DNNspot.com support
    djamellUser is Offline
    New Member
    New Member
    Posts:8
    Avatar

    --
    05/09/2012 11:30 AM

    I logged into the database with SQL Server Mgmt Studio and verified that the user is db.owner.

    I'm able to re-install the module with no problem so I would think I have sufficient permissions.

    As far as mutliple connections, I don't think so.  This is a standard DNN install at PowerDNN.  There is one Parent and 28 Child Portals.  There are three instances of the Rotator Module across all of the sites.

    The module has been functioning normally for over a year and there have been no recent updates to the DNN framework.

    Matt HallUser is Offline
    DNNspot Support
    Posts:423
    Avatar

    --
    05/10/2012 12:21 PM
    This is a strange error. Is it happening every time you load the page? If so, is there a way you could email me a copy of the files and database so that I could debug the issue and find a solution?

    Matt
    DNNspot.com support
    djamellUser is Offline
    New Member
    New Member
    Posts:8
    Avatar

    --
    05/10/2012 01:37 PM

    When this  happens (twicw now) any page with an instance of the Rotator throws this error and the visitor gets a nasty YSOD.  Since it's on the Homepage of the Fort Smith Schools District Website it makes it appear as if the entire site is down.  Any other page loads fine and all other modules work as expected.

    As I said before, the cure is to reinstall the DNNSpot Rotator which has fixed the problem both times.

    Curently the site is running fine, but I need to find out what's going on to prevent it.

    I could easily send you a database backup.  All of the site files are over 1Gb, so if there was something specific you wanted. like the DesktopModules/DNNSpot-Rotator folder, just let me know.

    Matt HallUser is Offline
    DNNspot Support
    Posts:423
    Avatar

    --
    05/16/2012 01:08 PM
    I'm unable to replicate the error...thus if you create the backup when you're getting this error, I should be able to get the same error in my development environment, which should help produce a fix.

    Feel free to knock out any large files or unneeded portals in the folder structure. Essentially, I'll restore the entire site in a development environment. Since you'll make the backup when the site is throwing the error, in theory, I should see the same screen and be able to use several development tools to track down the specific issue.

    Feel free to email me a link with the database and files backup. My email address is web@dnnspot.com.

    ***Please be sure to create the backup once you get this error, otherwise I won't be able to easily replicate the error***

    Matt
    DNNspot.com support
    You are not authorized to post a reply.


    Recent Forum Posts

    Display more than one slide
    in Rotator @ 04/25/2013 05:32 PM
    user can not choose credit card type.
    in Store - Questions and Support @ 04/17/2013 08:28 PM
    Store Upgrade failed
    in Store - Questions and Support @ 04/05/2013 09:34 PM
    how to let Email work
    in Store - Questions and Support @ 04/04/2013 11:29 PM
    Version license
    in Store - Questions and Support @ 04/04/2013 03:45 PM
    order confirmation emails not working
    in Store - Questions and Support @ 03/29/2013 12:09 PM
    Manual Processing - Name on card missing
    in Store - Questions and Support @ 03/28/2013 10:59 PM
    install your module in web share hosting server
    in Store - Questions and Support @ 03/27/2013 11:42 PM
    Pause on hover not respected by pager
    in Rotator @ 03/19/2013 11:23 AM
    Border generated on thumnail
    in Store - Questions and Support @ 03/18/2013 07:53 PM