Menu

SeedDMS 6.0.8 Lucene Search engine failed

2020-03-28
2020-04-11
  • Miroslav Baranko

    Hello,

    im on centos 8 with remi php 7.4.x

    im currently using in production 5.1.13 with lucene search engine

    in same enviroment (diferent virtual host), im trying to setup 6.0.8 with lucene engine, but no success.
    i try to add to vendor: composer require zendframework/zendframework1

    but no success.

    in log i have this:

    Stack trace:

    0

    thrown in /var/www/test/www/op/op.Ajax.php on line 1004
    [28-Mar-2020 00:25:16 UTC] PHP Fatal error: Uncaught Error: Call to undefined method SeedDMS_Lucene_IndexedDocument::getCmd() in /var/www/test/www/op/op.Ajax.php:1004

    im lost now. with 5.1.13 i had no issue at all.

    thanks

     
  • Miroslav Baranko

    ok i solve it, in your 6.0.8 package is old lucene/IndexedDocument.php from march 2018
    in my 5.1.13 is from july 2018,

    now when i overwrite this file, it works.

     

    Last edit: Miroslav Baranko 2020-03-28
  • Michael Köppl

    Michael Köppl - 2020-04-11

    Thanks for the info.
    Also worked for me with the version 5.1.15 files.

     

Log in to post a comment.