Error installing Ark module

Hello,

I’m running into an error when attempting to install the Ark module. We installed the latest release from Gitlab, and when I’m in the modules page of the Omeka installation and click install, we get the following error:

Warning: require_once(/Volumes/2TBSSD/htdocs/lfcc/modules/Ark/vendor/autoload.php): failed to open stream: No such file or directory in /Volumes/2TBSSD/htdocs/lfcc/modules/Ark/Module.php on line 36

Fatal error: require_once(): Failed opening required ‘/Volumes/2TBSSD/htdocs/lfcc/modules/Ark/vendor/autoload.php’ (include_path=’.:/php/includes’) in /Volumes/2TBSSD/htdocs/lfcc/modules/Ark/Module.php on line 36

Is this issue similar to the Omeka S 3.0.1 module Ark error post?

Our server is running PHP 7.2.34 and the Omeka S install is version 3.0.1.

Any help is greatly appreciated.
Alyssa

From the source zip file, the module should be installed with composer:

composer install --no-dev

Or take the release file on github.

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