bondjimbond / islandora_westvault

Automated preservation for Islandora objects
GNU General Public License v3.0
1 stars 1 forks source link

Flat out not working in production environment #14

Closed bondjimbond closed 5 years ago

bondjimbond commented 5 years ago

While Islandora Westvault is working beautifully in a fresh Vagrant environment, I cannot get it working in my production site.

If the module is enabled, the config link does not show up, it doesn't appear in the menu, and the Preservation tab does not appear when managing objects.

Why? No idea. Other newly-installed modules work fine.

@mjordan Do you notice anything unusual in how I've written the code that might somehow be incompatible with a different PHP version or OS?

mjordan commented 5 years ago

Anything in your apache error logs?

bondjimbond commented 5 years ago

No errors I can find. (In /var/log/httpd/error_log)

I'm not sure if there are other places to look for such errors.

mjordan commented 5 years ago

You don't have the https://github.com/mjordan/islandora_westvault module installed by any chance?

bondjimbond commented 5 years ago

Haha... no, it's the right module.

bondjimbond commented 5 years ago

Should also mention that all modules are up to date.

bondjimbond commented 5 years ago

Fixed with latest commit! For some reason the permission settings work working OK in the vagrant environment, but not in the production environment, despite no difference in code.

Got permissions set up properly, and we're good!