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 ForumsForumForum"Not a legal OleAut date""Not a legal OleAut date"
Previous
 
Next
New Post
11/9/2006 9:04 PM
 

This is so weird.  This has me puzzled so I did some more research.  I see that the modulesettings table has the settingvalue as a string, although I guess you could store it as a date string in the table and then use the Convert.ToDate() function to turn it back into a date.  

But here's the weird thing.  I used the reset index date on the forum administration page and it put a good number in the modulesettings table (i.e. 0).   But when the search indexer was scheduled to run (on my portal every 30 minutes) it went back to that wierd value in the modulesettings table (39030,861368206). 

Here's a dump of the modulesettings table for the forum module's LastIndexDate setting when I clicked the reset date on the forum administration general settings page (good date):

ModuleID SettingName SettingValue
373 LastIndexDate

 

0

 

Here's a dump of the modulesettings table for the forum module's LastIndexDate setting after I manually run the re-index content from the search admin page (Good date):

ModuleID SettingName

 

SettingValue

 

373 LastIndexDate 39030.8761907639

Here's a dump of my table after the search index job runs (Bad date.. not a good number).  It's replacing the period with a comma:

ModuleID SettingName SettingValue
373 LastIndexDate

 

39030,861368206

 

Why?  This has really peaked my interest...

Version: DNN 4.4.1
Hosting Provider: 1and1
RAISE
 
New Post
11/10/2006 9:45 AM
 

crispy,

I put this line of code in the project in the ForumThreadController.vb in the GetSearchItems method

'FTC CHANGE 11/10/2003 - REPLACED the comma with a period. No idea why this is happening but this

'fixes it.

objModules.UpdateModuleSetting(ModInfo.ModuleID, "LastIndexDate", DateToNum(LastIndexDate).ToString().Replace(",", "."))


Version: DNN 4.4.1
Hosting Provider: 1and1
RAISE
 
New Post
1/23/2008 3:19 AM
 

Hi Crispy

I've the same error in a website....
Is it possible to look at this post?
http://www.dotnetnuke.com/Community/Forums/tabid/795/forumid/107/threadid/198900/scope/posts/Default.aspx


Vriendelijke groeten
Gilbert Vanden Borre
 
New Post
1/23/2008 5:09 AM
 

Hi Crispy

This error disappear when you reset the search data...


Vriendelijke groeten
Gilbert Vanden Borre
 
New Post
1/28/2008 1:28 AM
 

I believe I have corrected this in our development base, which should hit the tracker soon (4.4.4).

 


Chris Paterra

Get direct answers to your questions in the Community Exchange.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsForumForum"Not a legal OleAut date""Not a legal OleAut date"


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