You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I'm encountering "Filename too long" errors from this plugin on an Omeka site I maintain; there seems to be a 190 character hard limit on foldername + filename, but from my understanding most Linux filesystems have an unlimited path length and a 255 character limit on filenames -- is there any reason I couldn't patch this file to change the storageName length on my local install?
Here is the relevant bit of code, in ArchiveRepertoryPlugin.php:
Hi! I'm encountering "Filename too long" errors from this plugin on an Omeka site I maintain; there seems to be a 190 character hard limit on foldername + filename, but from my understanding most Linux filesystems have an unlimited path length and a 255 character limit on filenames -- is there any reason I couldn't patch this file to change the storageName length on my local install?
Here is the relevant bit of code, in
ArchiveRepertoryPlugin.php
:The text was updated successfully, but these errors were encountered: