Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEvents"Error: List Calendar is currently unavailable" with version 3.3.8"Error: List Calendar is currently unavailable" with version 3.3.8
Previous
 
Next
New Post
8/2/2007 7:00 AM
 

Same here, list view does not work with 4.5.5 and 3.3.8. COuld use the fix here as well.

Error: Calendar 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 ---

Event viewer is full of these

ModuleId: 4506
ModuleDefId: 95
FriendlyName: Calendar
ModuleControlSource: DesktopModules/Events/Events.ascx
AssemblyVersion: 04.05.05
PortalID: 0
PortalName: PortalName
UserID: 458
UserName: -1
ActiveTabID: 599
ActiveTabName: Calendar
RawURL: /Home/Calendar/tabid/599/Default.aspx
AbsoluteURL: /Default.aspx
AbsoluteURLReferrer: http://myurl/Events/tabid/69/Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; .NET CLR 3.0.04506)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 5a7defb4-6444-4b4e-842c-a5b042abb298
InnerException: Object reference not set to an instance of an object.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Modules.Events.SelectCategory.get_SelectedCategory
StackTrace:
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.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 ---


Icthus Technologies

Building Faith on the Internet
 
New Post
8/3/2007 1:54 PM
 

I found a workaround for this issue: disable category select for the module instance. Not perfect, but better than an error message.

[EDIT:] Added "Workaround" to subject.

 
New Post
8/4/2007 3:14 PM
 

Thank you so much for posting this workaround.  It is a lifesaver for my site.  I currently do not use categories so disabling them has no impact.  My users really liked the list of upcoming events.

 
New Post
8/29/2007 2:11 AM
 

Not sure if the fix Alan stated here helps to resolve this problem. But has anyone here tried it?

http://www.dotnetnuke.com/Community/Forums/tabid/795/mid/2108/forumid/20/threadid/128541/scope/posts/Default.aspx#159352

 
New Post
8/29/2007 10:34 PM
 

We actually recompiled the dll w/the code below

Public Property SelectedCategory() As String
Get
If _SelectedCategory Is Nothing Then
Dim objCookie As HttpCookie = Request.Cookies("DNNEvents")
If objCookie Is Nothing Then
_SelectedCategory = ""
Else
Me.SelectedCategory = objCookie.Values("Cat" & ModuleId.ToString)
End If
End If
Return _SelectedCategory
End Get
Set(ByVal Value As String)
Try
_SelectedCategory = Value
Dim objCookie As HttpCookie = Request.Cookies("DNNEvents")
If objCookie Is Nothing Then objCookie = New HttpCookie("DNNEvents")
objCookie.Values("Cat" & ModuleId.ToString) = _SelectedCategory
Response.Cookies.Add(objCookie)
Catch ex As Exception
End Try
End Set
End Property
 
But oddly enough, it caused problems with month and week view, though list view is fine. I'm going to look at it closer, 
but I did end up rolling back to previous version for now.

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEvents"Error: List Calendar is currently unavailable" with version 3.3.8"Error: List Calendar is currently unavailable" with version 3.3.8


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out