-
-
Notifications
You must be signed in to change notification settings - Fork 20
rt-fulltext-indexer error #37
Description
Hi,
I just upgraded my dev environment to 5.0.5 from 5.0.4.
After the update rt-fulltext-indexer command is triggering this error:
Attempt to call undefined import method with arguments ("1.40") via package "DBIx::SearchBuilder" (Perhaps you forgot to load the package?) at /opt/rt5/sbin/../lib/RT/SearchBuilder.pm line 75.
Same error popped up after upgrade command:
perl ./sbin/rt-setup-database --action upgrade --upgrade-from 5.0.4
I'm currently failing to find some infos from official request tracker forum.
Anyone here issuing the same error?
Thank you
Edit: without this line https://github.com/bestpractical/rt/blob/stable/lib/RT/SearchBuilder.pm#L75 no errors are shown. Idk perl, so really don't know what is happening. For sure something is wrong with the version stated in SearchBuilder.pm (https://github.com/bestpractical/rt/blob/stable/etc/cpanfile#L25)