Closed phixxo closed 8 months ago
We have several updates that need to be made to improve the module installation process. Hopefully we can get those tested, merged, and published soon.
@phixxo could you try 4.1.0-prelease-3?
You shouldn't need to modify anything in the database or change your code (but you will get some warnings for obsolete APIs and instructions on what to replace them with)
If everything works correctly, I'll publish 4.1.0
and add a Release with change details.
@seangwright I just tested the 4.1.0-prerelease-3 and it looks like issue has been solved. I'm able to open the Search module now and I did a quick check of index creation, and that part works for me too.
Thanks for the quick response!
Unable to integrate Lucene search into XbK - admin UI throws an error.
I quickly add the lucene code into Program.cs file
Code from previous step solved the live site issue that I previous had and I was able to boot up website. I saw in event log that classes were created for Lucene Module, I was able to confirm the same in the database (saw tables) and I was able to see the 'Search' module on dashboard.
When I clicked to the module, I get the 500 error (can't open module at all, issue occur on every click), which is the reason why I'm reaching out here. You can find the errors attached err_1.txt err_2.txt