Error after installing bulk-import-files module

After having installed the the bulk-import-files module I have this error on the module page. How could I solve this issue?

ParseError
syntax error, unexpected ‘<<’ (T_SL)

Détails :

ParseError: syntax error, unexpected ‘<<’ (T_SL) in /var/www/omeka-s/modules/BulkImportFiles/src/Controller/IndexController.php:700 Stack trace: #0 /var/www/omeka-s/vendor/laminas/laminas-loader/src/StandardAutoloader.php(220): Laminas\Loader\StandardAutoloader->loadClass() #1 [internal function]: Laminas\Loader\StandardAutoloader->autoload() #2 /var/www/omeka-s/modules/BulkImportFiles/src/Service/Controller/IndexControllerFactory.php(13): spl_autoload_call() #3 /var/www/omeka-s/vendor/laminas/laminas-servicemanager/src/ServiceManager.php(615): BulkImportFiles\Service\Controller\IndexControllerFactory->__invoke() #4 /var/www/omeka-s/vendor/laminas/laminas-servicemanager/src/ServiceManager.php(234): Laminas\ServiceManager\ServiceManager->doCreate() #5 /var/www/omeka-s/vendor/laminas/laminas-servicemanager/src/AbstractPluginManager.php(171): Laminas\ServiceManager\ServiceManager->get() #6 /var/www/omeka-s/vendor/laminas/laminas-mvc/src/DispatchListener.php(96): Laminas\ServiceManager\AbstractPluginManager->get() #7 /var/www/omeka-s/vendor/laminas/laminas-eventmanager/src/EventManager.php(319): Laminas\Mvc\DispatchListener->onDispatch() #8 /var/www/omeka-s/vendor/laminas/laminas-eventmanager/src/EventManager.php(179): Laminas\EventManager\EventManager->triggerListeners() #9 /var/www/omeka-s/vendor/laminas/laminas-mvc/src/Application.php(325): Laminas\EventManager\EventManager->triggerEventUntil() #10 /var/www/omeka-s/index.php(21): Laminas\Mvc\Application->run() #11 {main}

Hi @ver_tips1 ,

It looks like there was a merge conflict that wasn’t resolved in the Module’s IndexController:

You’ll probably want to create an issue on Gihub/Gitlab for the developer.

1 Like

Thanks for the adavice, I created an issue on Gitlab.

Installing the previous version (3.4.7) the module works.