Block Plus Installation

Hi everyone!

I’m trying to install BlockPlus for Omeka-S 4.1.1. I’ve followed all the instructions carefully and even reviewed a thread discussing the same issue I’m experiencing. To be thorough, I made sure to install the latest versions of both Common and BlockPlus modules.

Despite this, I keep getting the installation error:
“The javascript library should be installed”

Additional context:

  • I’m working on a localhost environment
  • Other modules are working fine, so I don’t think localhost is the root cause

Is there something I might be overlooking? Has anyone encountered this with BlockPlus specifically? Any guidance would be greatly appreciated! @Daniel_KM

Hello @lmejia,

I sometimes have issues with BlockPlus if I download from GitLab rather than GitHub. Have you tried installing the latest zipped release from GitHub?

You should not use the file from the big green button “Code” in github, but the releases in the right sidebar. If you use the code, you need to init the module with command composer install --no-dev at the root of it.