Open thatbudakguy opened 7 years ago
This is strange, can you try the latest version of this plugin with the latest version of Omeka.
I've replicated this today with both release 2.5 of Omeka as well as a simple git clone
of the current Omeka repository. For the plugin, I've just followed the instructions in the readme and used git clone
. Both setups give the same error.
I have just reproduced this error :)
It happens when you have storage.adapter = "Iiif_Storage_Adapter_Iiif"
in config.ini
and the plugin isn't enabled or installed. So comment storage.adapter = "Iiif_Storage_Adapter_Iiif"
then enable/or install the plugin and uncomment storage.adapter...
Hello everyone. Unfortunately, I ran into the same problem today, but was unable to solve it with the information available here. I was using the latest versions of Omeka and the latest version of the IIIF plugin (both cloned straight out of Github). In fact all I did was following the installation instructions as seen at https://omeka.org/add-ons/plugins/iiif/ or in the Github documentation. But it doesn't work. Placing the line storage.adapter = "Iiif_Storage_Adapter_Iiif"
into the config.ini file leads to exactly the same error as described above.
Could please anyone give me a hint on what do do?
@ThomasBSB
This error info means that you want to use our plugin as storage.adapter
but Omeka can't locate it. It is because the plugin isn't activated from Omeka plugin administration - it must be done before adding storage.adapter = "Iiif_Storage_Adapter_Iiif
to config file.
Many thanks, Oldrich! This solved my problem. Since I'm new with Omeka, I wasn't aware of the fact that simply copying the files into the plugin directory isn't enough and one has to activate the plugin via the administration backend too. IMHO the plugin documentation does not point this out clear enough.
After plugin installation and adding the line:
to my application/config/config.ini, Omeka throws a fatal error: