Hi,
I'm new to DNN, as many are on this forum, and ran into a problem with the event module. For some reason, I keep getting an error when I first open the page with the events modue on it. The thing that doesn't help is that the name of the page is "Events" and the title of the module is "Events", so I'm not sure what the error is referencing.
Error: Events is currently unavailable.
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.Modules.Events.SelectCategory.get_SelectedCategory() at DotNetNuke.Modules.Events.EventList.BindDataGrid() at DotNetNuke.Modules.Events.EventList.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
It's currently set up to load the List view as default. When I click on view month (as either an anonymous user or the superuser) it displays fine. Then, I click back on list view, and the list shows up fine.
As a separate issue, I noticed that, in the list view, the "event end" time lists seconds, and the "event start" time does not.
This is in a test environment, so there's not a huge rush to fix it, but these things caught my attention and I would want to fix them before deployment. Any and all help or pointing out which files to edit will be appreciated.