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 ForumsEventsEventsMajor issue with caching - system hang and eating up LOTS of RAMMajor issue with caching - system hang and eating up LOTS of RAM
Previous
 
Next
New Post
9/12/2007 7:20 AM
 
"nb Setting the cache time to 0 seconds clears the problem. So it's definately a caching problem.

Thanks

Alex"

Thanks so much for figuring out the issue with the events. I had the exact same problem and setting the cache back to '0' solved the problem. I dreaded coming in here and trying find a fix. Between the search taking minutes to process and so many problems / issues / bugs going unanswered this was a pleasant surprise.


So many times the people in the 'know' here at DNN are pointing fingers (read guessing) as to where the problem could be, all the while the problem is right under their nose. Yet they ignore such and leave the problem unresolved. Nice for a change to see a problem actually resolved. Well not resolved but a work-around. I wish some of the people who claim to be in the know would look at this post and rethink.

Thanks again for saving me hours of research.

Chris

PS My events was a completly fresh install with zero events.
 
New Post
10/7/2007 9:07 AM
 

Hi,

My first post, let's hope it's a good one...

The message: "The added or subtracted value results in an un-representable DateTime" in the Events module is a bug (IMHO) - it assumes someone has selected a date on the Calendar, but when the first time the module loads no selection has been made.

To fix, adjust the following section in DestopModules\Events\EventMonth.aspx.vb (03.03.08) around line 170:

 

'****DO NOT CHANGE THE NEXT SECTION FOR ML CODING ****' Used Only to select view dates on Event Month View...NOTE: SelectedDate is NOTE!!! Dim initDate As Date = New Date(Me.SelectedDate.Year, Me.SelectedDate.Month, 1)  
 
 
 
'KS fix bug where date has not been selected yet, so set to first of current month  If Me.SelectedDate.Year = 1 Then End If
 
    initDate = DateAdd(DateInterval.Day, (1 - Today.Day), Today)
 
 ' Allow for Prev Month days in View   
startDate = initDate.AddDays(-10)
 

 

I wish there was a place we could upload files, as this would be easier for those affected.

Cheers,

Kent

 
New Post
10/7/2007 11:06 AM
 

Sorry, I had a lot of difficulties formatting with the FCKEditor...

The code should have read:


'****DO NOT CHANGE THE NEXT SECTION FOR ML CODING ****
' Used Only to select view dates on Event Month View...NOTE: SelectedDate is NOTE!!!
Dim initDate As Date = New Date(Me.SelectedDate.Year, Me.SelectedDate.Month, 1)

'KS fix bug where date has not been selected yet, so set to first of current month
If Me.SelectedDate.Year = 1 Then
    initDate = DateAdd(DateInterval.Day, (1 - Today.Day), Today)
End If

startDate = initDate.AddDays(-10) ' Allow for Prev Month days in View
' Load 2 months of events. This used to load only the events for the current month,


Cheers

 
New Post
11/26/2007 11:52 AM
 

i believe i am having the same issue (at least the error message led me to this page), but slightly different symptoms.  i am still able to browse the site un-authenticated, but when trying to login is when i get the error.  same error in IE and FF of course.  since i can not login, i can not get to the events module (or anything else) to set the cache to zero.

any suggestions on how to configure the cache setting sans the GUI?  the site is on a shared hosting box so i do not have access to any web server settings.

thanks for any guidance you can provide.

 
New Post
1/28/2008 11:55 PM
 

I've noticed this issue is still not entered into Gemini, and I'm definitely still experiencing it with the latest releases: DNN 4.8 and Events module: 3.03.08.

Sure you can disable caching as a workaround, but I didn't learn that until wasting a good 4 hours diagnosing the problem.  At the very least, caching should be disabled so you can't accidentally kill your portal (and webserver), or ultimately it would be nice to see the module actually implement caching correctly.

Has anyone tried to find the problematic code at least?  I don't have much time on my hands, but I can try if the devs or testers are having trouble reproducing this.

 

 

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsEventsEventsMajor issue with caching - system hang and eating up LOTS of RAMMajor issue with caching - system hang and eating up LOTS of RAM


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