Hi Peter, This is DNN 6.2.6 and DMX 6.1.4 that runs the Lucene search provider. Please note that the reindex script that your CP provides has been run and the issue still persists. When adding a file to the library, this error gets thrown: Error: Document Library is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Field not found: 'Index.ANALYZED'. ---> System.MissingFieldException: Field not found: 'Index.ANALYZED'. at Bring2mind.DNN.Modules.DMX.Services.Search.LuceneSearchProvider.LuceneSearchProvider.AddDocument(EntryInfo Entry) at Bring2mind.DNN.Modules.DMX.Edits.EditEntry.ᜀ() at Bring2mind.DNN.Modules.DMX.Edits.EditEntry.DmxEditWizard_FinishButtonClick(Object sender, WizardNavigationEventArgs e) --- End of inner exception stack trace --- When editing that item, this error gets thrown: Error: Document Library is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: Method not found: 'Void Bring2mind.Lucene.Net.Index.IndexWriter.DeleteDocuments(Bring2mind.Lucene.Net.Index.Term)'. ---> System.MissingMethodException: Method not found: 'Void Bring2mind.Lucene.Net.Index.IndexWriter.DeleteDocuments(Bring2mind.Lucene.Net.Index.Term)'. at Bring2mind.DNN.Modules.DMX.Services.Search.LuceneSearchProvider.LuceneSearchProvider.RemoveDocument(EntryInfo Entry) at Bring2mind.DNN.Modules.DMX.Services.Search.LuceneSearchProvider.LuceneSearchProvider.ModifyDocument(EntryInfo Entry) at Bring2mind.DNN.Modules.DMX.Edits.EditEntry.ᜀ() at Bring2mind.DNN.Modules.DMX.Edits.EditEntry.DmxEditWizard_FinishButtonClick(Object sender, WizardNavigationEventArgs e) --- End of inner exception stack trace --- The item is created and appears in the DMX listings as expected - it's really just a narrow issue that involves Lucene. Please let me know what I can do to help resolve the issue. Eric |