Site index not building after upgrade to 2.9.1.0

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

6/23/2025 3:25:15 PM
Gravatar
Total Posts 137

Site index not building after upgrade to 2.9.1.0

Hi all, after successfully upgrading to 2.9.1.0 (though I have temporarily switched to Framework skin as ours needed work), I find the site index rebuild appears not to be working.

When visit /SearchResults.aspx and hit the button to rebuild the index, first I get an error saying 

Hmmm… can't reach this page

It looks like the webpage at https://[mysite.com]/SearchResults.aspx might be having issues, or it may have moved permanently to a new web address.

ERR_HTTP2_PROTOCOL_ERROR

The site is actually still working, and if I browse to the System Log I see this:

2025-06-23 21:14:48,818 INFO (null) - (null) - (null) - mojoPortal.SearchIndex.IndexHelper - Rebuilding Search index. 
2025-06-23 21:14:48,833 INFO (null) - (null) - (null) - mojoPortal.SearchIndex.HtmlContentIndexBuilderProvider - Html Content indexing page - Home 
2025-06-23 21:14:48,896 INFO (null) - (null) - (null) - mojoPortal.Features.SharedFilesIndexBuilderProvider - Shared Files indexing page - Home 
2025-06-23 21:14:48,911 INFO (null) - (null) - (null) - mojoPortal.Features.CalendarEventIndexBuilderProvider - Event Calendar indexing page - Home 
2025-06-23 21:15:07,579 INFO (null) - (null) - (null) - mojoPortal.Web.Global - ------Application Started------ 

And this folder is now empty on the web server: \Data\Sites\1\index

Any ideas how I can fix this? The site search is quite important on this site.

Thanks!

 

 

8/12/2025 4:03:26 PM
Gravatar
Total Posts 137

Re: Site index not building after upgrade to 2.9.1.0

I can confirm this is fixed by upgrading to 2.9.2

thanks Joe and team!