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...My DNN 4 Search Module DoesnMy DNN 4 Search Module Doesn't work???
Previous
 
Next
New Post
11/30/2006 3:29 PM
 
Jensta,

I actually did the search you advised but for some reason it wouln't allow me access to it, even though I saw the posting. When clicking on it the response was "either you are not logged in or don't have access".
Are you special member with  powers to specific posts?  How does one get access to this information? Since you are new to this like myself, maybe you're a different kind of member. Anyway I posted again to the forum to see what the deal is. Sorry to bother you............. and again I appreciate all the assistance you have offered.

Thank You
 
New Post
11/30/2006 5:37 PM
 

I posted a fix for this a few days ago - that is assuming it is the same problem.

At any rate this seems to be happening to people that upgraded from version 3.x to 4.x.

You need to delete these dlls from your bin folder:

DotNetNuke.Modules.SearchInput.dll
DotNetNuke.Modules.SearchInput.SqlDataProvider.dll
DotNetNuke.Modules.SearchResults.dll

You should be good to go after that.

 

Hope this helps!


Maxiom TechnologyAntonio Chagoury | Microsoft MVP
Maxiom Technology
Professional .net & DotNetNuke Solutions
web: www.maxiomtech.com
blog: www.cto20.com
twitter: @antoniochagoury & @maxiomtech

 
New Post
12/1/2006 9:54 AM
 

Hi Roland!

For some reason, I get the same error today, but I can view other postings.  Thanks to Antonio for his posting...maybe this will help you.  I am working on my initial install which is version 4.3, but maybe the dll's are an issue there as well, I will have to check. 
To sum up what that other forum stated...there seems to be 2 fixes...one temporary and the other perm.  Now I didn't make these up, so please don't hold me to them...

Also, I have only used the temp fix so far and it seems to be ok for me, I have not tried out the perm fix yet.

Temp fix:

In your module, check to see if your End Date is set to 12/31/1999 by default.  If so, remove this date.  Click on Search Admin under the Host menu, re-index content and update.  This should now find your descriptions you've set in your module entries (I beleive search does not work on titles...so you need to add descriptions).  Problem with this method is if you edit the module, the date may get auto populated again, so you would have to keep checking the modules.

 
Perm Fix:

Edit Stored Procedure dbo.GetSearchModules

current logic (which is wrong)

and (T.EndDate < GETDATE() or T.EndDate IS NULL)
and (T.StartDate > GETDATE() or T.StartDate IS NULL)
and (M.StartDate > GETDATE() or M.StartDate IS NULL)
and (M.EndDate < GETDATE() or M.EndDate IS NULL)

 
correct logic to replace above:

and (T.EndDate > GETDATE() or T.EndDate IS NULL)
and (T.StartDate <= GETDATE() or T.StartDate IS NULL)
and (M.StartDate <= GETDATE() or M.StartDate IS NULL)
and (M.EndDate > GETDATE() or M.EndDate IS NULL)

In the notes, it said this fix was only tested on 4.0.2 and 4.0.3 not on 4.3. but it seems to work for me (temporary anyway).

 
There was also a fix noted and credited to a posting from Arctain on fixing search case to allow insensitive and also allow partial searches...

Another stored procedure change.  Dbo.GetSearchResults

look for phrase AND (sw.Word = @Word) and comment it out. 

Replace that line with this: AND (sw.Word like '%' + @Word + '%').

You will have to clear your portals cache to load the modified sp. (note, looks like this was only tested on version 3, but someone posted and used the fix in version 4.0.2 and worked fine.

 
Hope that helps...not sure why we can't get into that posting anymore.  I haven't had luck finding any similar fixes except for Antonio's response above.

Good Luck,

Jen

 

 
New Post
12/1/2006 12:56 PM
 
Hey Jen,

Excuse me missy....... what the hell did you just say????You sound like a DNN expert.
Please don't speak to me in foreign languages, I am a rookie, pookie. 

If I paid you through paypal to do this , would you? I don't want you to think I am a forums freak or anything.
The reason I ask is because I don't have the knowledge base and or time to screw this up.  I am sure if I tried doing this on my own the site would display it's pages in vomit yellow,  upside down with the search displaying results for yemen fashions, you see.

This is the site am currently updating www.jarfly.com .  Just need to switch to this DNN phase because the current provider I found out is running his servers from his home in ohio, my luck.  I wouldn't be surprised if he had his druken grandma "Large Marge" updating the modules. Any help or direction would be greatly appreciated.

Drew 
 
New Post
12/1/2006 2:32 PM
 

Hey don't call me missy!  My name is Jen! hehehe  JK.  Seriously...glad i fooled you b/c i've only been looking at this stuff for a week...everything I typed to you was just repeating what I read in the other forum posting...Sorry I can't help you out...I'm really not as technical as I might sound! hehehe  From what I can see, DNN is great and has lots o potential...it just takes a bit of time getting to know how to set it up, maintain and deploy.

hahah funny about Largie Margie...Well listen...don't give up on doing it yourself...there's plenty of DNN support out there!  Good Luck!  If i can do it...you can!

Jen

 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...My DNN 4 Search Module DoesnMy DNN 4 Search Module Doesn't work???


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