Omeka version error with theme

I am trying to use the Bootstrap theme on my Omeka S 3.1.1 install. Once uploaded in the Modules directory, I am unable to select the theme and it shows the following error:

This theme requires Omeka S ^1.0.0

I presume this means that I need to run Omeka S 1.0.0 or higher, which I am doing.
Why does it give this error?

The ^ in that version requirement doesn’t mean “greater than,” actually. It means “1.0.0 and all later 1.x versions.”

So it’s actually saying that your Omeka S is too new for that theme.

You can change the constraint in the theme’s config/theme.ini file if you want to try to use it anyway, though there are likely to be at least a few problems.

1 Like

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