Redirecting after search or edit

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/28/2009 4:16:13 PM
Gravatar
Total Posts 42

Redirecting after search or edit

I upgraded to MP 2.3.0.4b MSSQL. Now when editing an article or searching I get the following error:

"We're sorry but a server error has occurred while trying to process your request.

The error has been logged and will be reviewed by our staff as soon as possible. It is possible that the error was just a momentary hiccup and you may wish to use the back button and try again or go back to the home page. "

The url reads: http://www.myurl.com/Error.htm?aspxerrorpath=/HtmlEdit.aspx

The log has the following information:
2009-05-28 15:11:58,067 ERROR mojoPortal.Web.Global - 129.82.220.97-en-US - /HtmlEdit.aspx?mid=26&pageid=22
System.Configuration.ConfigurationErrorsException: Exception has been thrown by the target of an invocation.
at System.Web.Configuration.ProvidersHelper.InstantiateProvider(ProviderSettings providerSettings, Type providerType)
at System.Web.Configuration.ProvidersHelper.InstantiateProviders(ProviderSettingsCollection configProviders, ProviderCollection providers, Type providerType)
at mojoPortal.Business.WebHelpers.IndexBuilderManager.Initialize()

 

5/29/2009 9:34:04 AM
Gravatar
Total Posts 18439

Re: Redirecting after search or edit

Hi Steve,

I would make sure the index builder provider config files are all ok, especially the one for the html module. They should be located under /Setup/ProviderConfig/indexbuilders

Make sure there are no extra ones for features that aren't installed.

How old was your previous version? I only ask because at one time these files were in a different location.

Hope it helps,

Joe

 

5/29/2009 9:57:00 AM
Gravatar
Total Posts 18439

Re: Redirecting after search or edit

Also, if you have Event Calendar Pro installed be sure and get the newest version by downloading it from your purchase history. It could be a factor in this error if you have an older version installed.

Hope it helps,

Joe 

5/29/2009 10:03:41 AM
Gravatar
Total Posts 42

Re: Redirecting after search or edit

Thanks Joe

Your tip about the config files helped. I rolled back to 2.3.0.1, renamed the indexbuilder folders and then installed 2.3.04b. That seemed to have fixed the html module. I will give event cal pro a try next. The search still fails.

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