Small width layout Medium width layout Maximum width layout Small text Medium text Large text
     Search
Downloads Downloads Directory Directory Forums Forums Forge Forge Blogs Blogs        Marketplace Marketplace Careers Program Careers
Community › Forums Register  |  

Affordable ASP.NET Hosting Service
  Ads  
Active Modules -- Active Forums for DotNetNuke
 


  Sponsors  

Meet Our Sponsors

R2integrated - formerly bi4ce
Jango Studios - Skins, Modules and Hosting for DotNetNuke
eUKhost.com is commited to offer exceptional UK Windows Web Hosting solutions with quality 24x7 technical support.Our plans support ASP.Net, ASP, ASP.NET Ajax extensions, XML, MSSQL, MySQL, PHP,DNN, multiple domains and Shared SSL as standard.
SmarterTools
The Official Microsoft ASP.NET Website
Portal Webhosting - Hosting For Developers
 


DotNetNuke Forums
 
  Forum  General DotNetN...  Configure It! (...  Search facility does nothing!
Previous Previous
 
Next Next
New Post 9/2/2008 4:24 PM
User is offline alexgri
4 posts
10th Ranked


Search facility does nothing! 

Hi,

The search facility on our website is not doing anything (Nothing happens when pressing the OK button). Tried reindexing but all in vain. One funny thing is that we only have the "search input module" defined and the "search results" is missing....Tried to download the search results module but cannot trace it. If this is required can you please guide accordingly?

Any other pointers please?

Thanks

Alex Grima

 

 
New Post 9/8/2008 3:25 AM
User is offline ErikVB
3124 posts
www.apollo-software.nl
4th Ranked










Re: Search facility does nothing! 

the core search feature needs a search results module installed on a page named search results. Apparently someone removed that page and the module from your installation.... not a very easy thing to put it back as it is a core module that does not have an inst

you can put the files back from a dnn install zip of the same version. Look for the folder /admin/search

Next you need to reregister the module, which can be done by running the following scriptsfrom host>sql (please check "Run As Script"):

-- start script

DECLARE @DesktopModuleID INT
DECLARE @ModuleDefID INT
DECLARE @ModuleName NVARCHAR(50)
SELECT @ModuleName = 'Search Results'
INSERT INTO {databaseOwner}[{objectQualifier}DesktopModules]([FriendlyName],[Description] ,[Version] ,[IsPremium] ,[IsAdmin] ,[FolderName],[ModuleName],[SupportedFeatures] ) VALUES (@ModuleName,'The Search Reasults module provides the ability to display search results.' ,'01.00.00' ,0,0 ,@ModuleName ,@ModuleName ,0 )
SELECT @DesktopModuleID = SCOPE_IDENTITY()
INSERT INTO {databaseOwner}[{objectQualifier}ModuleDefinitions]([FriendlyName],[DesktopModuleID],[DefaultCacheTime]) VALUES (@ModuleName,@DesktopModuleID,-1)
SELECT @ModuleDefID = SCOPE_IDENTITY()
INSERT INTO {databaseOwner}[{objectQualifier}ModuleControls] ([ModuleDefID] ,[ControlSrc] ,[ControlType] ,[ViewOrder] ,[SupportsPartialRendering]) VALUES (@ModuleDefID ,'Admin/Search/SearchResults.ascx' ,-1 ,0 ,0)

-- end script

the search module is now available in your portal. All you need to do is to create a page that will contain the Search Results module. this page does not have to appear in your menu, but it must be an active page, and accessible for nonauthenticated users

 


Erik van Ballegoij,
a view from my attic, my personal blog

The personal blog of Erik van Ballegoij

 
New Post 9/10/2008 2:53 PM
User is offline alexgri
4 posts
10th Ranked


Re: Search facility does nothing! 

Hi Erik,

Thank you very much mate - It did the trick.

The files were present but the database did not have the entry for this module. Running the script solved everything! After a reindex, all is working perfectly.

Thanks again.

 

Alex Grima

 
Previous Previous
 
Next Next
  Forum  General DotNetN...  Configure It! (...  Search facility does nothing!
 


Forum Policy

These Discussion Forums are dedicated to the discussion of the DotNetNuke Web Application Framework.

For the benefit of the community and to protect the integrity of the project, 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 DotNetNuke.
2. Discussion or promotion of DotNetNuke product releases under a different brand name are strictly prohibited.
3. No Flaming or Trolling.
4. No Profanity, Racism, or Prejudice.
5. Site Moderators have the final word on approving/removing a thread or post or comment.
6. English language posting only, please.

 


DotNetNuke Training by Engage Software
Specializing in customized training, architecture and module solutions for large scale implementations lead by DNN Core Team Member Christopher Hammond.
engagesoftware.com
Smart-Thinker
DNN Modules for Social Networks for as low as $69 for 6 modules! We also maintain the DotNetNuke Directory - http://DNNDir.com
www.smart-thinker.com
DNN Photo Gallery
Complete Photo Gallery Management!
www.dnnPhotoGallery.com

DotNetNuke Corporation   Terms Of Use  Privacy Statement
DotNetNuke®, DNN®, and the DotNetNuke logo are trademarks of DotNetNuke Corporation
Hosted by MaximumASP