Search is not working

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
5/4/2009 1:39:33 PM
Gravatar
Total Posts 5

Search is not working

Hi,

I am getting no results from Search module, I tried to make it works deleting the files from index folder and using the button "Rebuild Search Index", after several minutes the Index folder still empty, bellow is listed some lines from my error log, if you have any idea or suggest about how can i solve this issue or some test that i can do to find out if there is a permission problem or I am missing some configuration I will appreciate it a lot.

 

2009-05-04 13:11:17,059 INFO mojoPortal.Business.WebHelpers.IndexHelper - Rebuilding Search index.
2009-05-04 13:11:17,059 INFO mojoPortal.Business.WebHelpers.IndexHelper - Finished indexing main features.
2009-05-04 13:11:17,059 INFO mojoPortal.Business.WebHelpers.IndexHelper - Finished indexing Forums.
2009-05-04 13:11:21,872 INFO mojoPortal.Web.WebTaskManager - deserialized WebTaskManager task
2009-05-04 13:11:21,872 INFO mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread
2009-05-04 13:11:21,981 INFO mojoPortal.Business.WebHelpers.IndexWriterTask - deserialized IndexWriterTask task
2009-05-04 13:11:21,981 INFO mojoPortal.Business.WebHelpers.IndexWriterTask - Queued IndexWriterTask on a new thread
2009-05-04 13:12:12,106 INFO mojoPortal.Business.WebHelpers.IndexWriterTask - started IndexWriterTask task
2009-05-04 13:12:21,997 INFO mojoPortal.Web.WebTaskManager - started WebTaskManager task
 

Using :

ISS,MSSQL and 2.2.9.5 mojoportal

 

Thanks in advance guys.

 

5/4/2009 3:33:54 PM
Gravatar
Total Posts 5

Re: Search is not working

I am getting the next error, I think that could be something related with this line,

2009-05-04 14:48:49,434 ERROR mojoPortal.Business.WebHelpers.IndexBuilderManager - System.Configuration.Provider.ProviderException: No IndexBuilderProvider found.

any idea ?

5/4/2009 4:46:41 PM
Gravatar
Total Posts 5

Re: Search is not working

I found the problem, I changed the name of the setup folder then Search module was not able to find the indexbuilders, I noticed that getting a look to IndexBuilderConfiguration.cs code, I found that exists a hardcoded path tho get the indexbuilders from setup folder.

Thanks.

You must sign in to post in the forums. This thread is closed to new posts.