Module BulkExport and log

Today I install the module Bulexport and log and I have this error when I setup the module for export

Warning : require_once(/var/www/html/modules/BulkExport/vendor/autoload.php): failed to open stream: No such file or directory in /var/www/html/modules/BulkExport/Module.php on line 25

Fatal error : require_once(): Failed opening required ‘/var/www/html/modules/BulkExport/vendor/autoload.php’ (include_path=’.:/usr/share/php’) in /var/www/html/modules/BulkExport/Module.php on line 25

This error means that the module uses Composer to install dependencies.

If you want to use a Git checkout, you need to download Composer and run composer install in the BulkExport folder.

It looks like the developer also uploads pre-packaged zipped copies of the module to its releases page, so you could use one of them instead.

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.