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

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Anybody having a video showing how to set cache to 0Anybody having a video showing how to set cache to 0
Previous
 
Next
New Post
12/2/2009 10:58 AM
 

Stefan Cullmann wrote

not funny, I cannot laugh.

Well, 0 is even wrong to fight the caching issue.

I suggest to set it to -1 (which disable the cache) instead to set a new default value of 0 seconds, which can be overwritten again in module settings.

I don't think we need really a video, but I guess that not every concerned user knows where to set the default cache time for a module.

Methinks there is more to this post then meets the eye - is there an outstanding caching issue or problem we should be aware of (ie. setting mods to 0 works fine for me?) - is this specific to a DNN version?


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
12/2/2009 11:19 AM
 

there is a small misunderstanding:

I was talking about cache value in module settings, while Stefan was talking about cache default in module definition.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
12/2/2009 11:43 AM
 

Sebastian Leupold wrote

I was talking about cache value in module settings, while Stefan was talking about cache default in module definition.

hmm - likewise.


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
New Post
12/2/2009 12:17 PM
 

I was talking about a video.

Short summary:

DNN 5.2 is announced with among the new things two sequrity issues  published.

A bug in the cacheing is discovered that makes special charachters translated to "?". This bug is visible for languages other than US-EN.

The DNN Core/Corp reaction. Made the source avialable with bugfix. Gave two advice. Recompile youself or set the cache to 0 in your modu settings.

Ismeet released a video showing how to set the cache to 0

I recompiled the source. (If you need it let me know)

Stefan couldnt laugh and proposed to change the setting in the setting -1 in the extention instead. (In some cases better)

Now the majority of the international users wait for the 5.2.1 release.

By the way here is the link to the video

http://www.ismetdumlupinar.com/blog/tabid/58/articleType/ArticleView/articleId/255/DotNetNuke-520-Surumunde-Arabellek-Sorununa-Cozum.aspx

 

 
New Post
12/2/2009 3:32 PM
 

Jan,

unfortunately I am not allowed to publish a different version dotnetnuke.dll.

But I created a SQL Script as a temporary workaround to adjust caching and back.

To enable/disable caching for all module, go to SQL in Host Settings, paste the script into the textbox, check "run as Script" and hit "execute ".

To disable caching, use:

 

INSERT INTO {databaseOwner}{objectqualifier}TabModuleSettings
 (TabModuleID,SettingName,SettingValue,CreatedByUserID,CreatedOnDate,LastModifiedByUserID,LastModifiedOnDate)
SELECT TabModuleID, N'SavedCacheTime', CacheTime, 2, GETDATE(), 2, GETDATE()
 FROM {databaseOwner}{objectqualifier}TabModules T
 WHERE CacheTime > 0
UPDATE {databaseOwner}{objectqualifier}TabModules SET CacheTime = 0 WHERE CacheTime <> 0

to re-enable caching, execute

 

UPDATE M SET M.CacheTime = S.SettingValue 
FROM {databaseOwner}{objectqualifier}TabModules M INNER JOIN {databaseOwner}{objectqualifier}TabModuleSettings S on M.TabModuleID = S.TabModuleID
WHERE S.SettingName = N'SavedCacheTime' DELETE FROM {databaseOwner}{objectqualifier}TabModuleSettings WHERE SettingName = N'SavedCacheTime'

HTH

 


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...Anybody having a video showing how to set cache to 0Anybody having a video showing how to set cache to 0


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