FLEXIcontent / flexicontent-cck

Advanced content management for Joomla
http://www.flexicontent.org
82 stars 53 forks source link

[J5] finder plugin is broken #1203

Open micker opened 1 month ago

micker commented 1 month ago

The last modification broke finder plugin for j5

Error: Class _plgFinderFLEXIcontent contains 2 abstract methods and must therefore be declared abstract or implement the remaining methods (Joomla\Component\Finder\Administrator\Indexer\Adapter::index, Joomla\Component\Finder\Administrator\Indexer\Adapter::setup)
Symfony\Component\ErrorHandler\Error\
FatalError
Show exception properties
in C:\Users\Yannick\Documents\GitHub\flexicontent-cck\plugins\finder\flexicontent\flexicontent.php (line 20)
use Joomla\Component\Finder\Administrator\Indexer\Indexer;use Joomla\Component\Finder\Administrator\Indexer\Result;if (version_compare(JVERSION, '4.0', 'ge')){    class _plgFinderFLEXIcontent extends \Joomla\Component\Finder\Administrator\Indexer\Adapter {}}else{    JLoader::register('FinderIndexerAdapter', JPATH_ADMINISTRATOR . '/components/com_finder/helpers/indexer/adapter.php');    class _plgFinderFLEXIcontent extends UsersModelUsers {}