Code Monkey home page Code Monkey logo

omeka-plugin-archiverepertory's People

Contributors

daniel-km avatar jajm avatar johndovey avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

omeka-plugin-archiverepertory's Issues

I can't get the anti-download feature to work.

Hi Daniel, I'd be really grateful if you can help me get the anti-download feature to work. I edited both the routes.ini file and the htaccess file and it still isn't working. I'm not sure what I'm doing wrong.

"FIlename too long" error -- where does the 190 character limit come from?

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:

if (strlen($storageName) > 190) {
    $msg = __(
        'Cannot move file "%s" inside archive directory: filename too long.',
        pathinfo($file->original_filename, PATHINFO_BASENAME)
    );
    throw new Omeka_Storage_Exception('[ArchiveRepertory] ' . $msg);
}

ArchiveRepertory in Omeka 2.6

I've run ArchiveRepertory in Omeka 2.5 with no problem, and it runs fine when I upgrade from 2.5 to 2.6. But when I download a new v2.6 to test UpgradeToOmekaS, it will show me the following message:

Could not find file javascripts/vendor/tiny_mce/tiny_mce.js!

I located the file from version 2.5 and copy paste it to the right path in 2.6 folder but Omeka still showing same message.

parse error

When I try to install, I get the following error:

Parse error: syntax error, unexpected T_FUNCTION in /plugins/ArchiveRepertory/plugin.php on line 371

That shows up in every page, and I have to go in with FTP to remove the ArchiveRepertory folder and files (or rather remove files, then uninstall the plugin from the admin interface for Omeka). I am in Omeka 1.5.3 .

Is this compatible with Amazon S3(-like) storage?

When I try to configure, get error:
Fatal error: Uncaught Error: Call to undefined method Omeka_Storage_Adapter_ZendS3::getOptions() in /var/www/media/plugins/ArchiveRepertory/ArchiveRepertoryPlugin.php:916 Stack trace: #0 /var/www/media/plugins/ArchiveRepertory/ArchiveRepertoryPlugin.php(128): ArchiveRepertoryPlugin->_getLocalStoragePath() #1 /var/www/media/application/libraries/Omeka/Plugin/Broker.php(142): ArchiveRepertoryPlugin->hookConfigForm() #2 /var/www/media/admin/themes/default/plugins/config.php(8): Omeka_Plugin_Broker->callHook() #3 /var/www/media/application/libraries/Omeka/View.php(114): include('/var/www/media/...') #4 /var/www/media/application/libraries/Zend/View/Abstract.php(888): Omeka_View->_run() #5 /var/www/media/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(912): Zend_View_Abstract->render() #6 /var/www/media/application/libraries/Zend/Controller/Action/Helper/ViewRenderer.php(933): Zend_Controller_Action_Helper_ViewRenderer->renderScript() #7 /var/www/media/application/libraries/Zend/Controller/Action/Helper/Vi in /var/www/media/plugins/ArchiveRepertory/ArchiveRepertoryPlugin.php on line 916

Installing ArchiveRepertory in Omeka 2.0

Hello Daniel,

I have finally tried to install the ArchiveRepertory plugin for Omeka 2.0.
I am not sure i did everything alright.

in the intructions you have "Uncompress files and rename plugin folder "ArchiveRepertory", my question is: what files do I uncompress? Where do I get this compressed archive?
I can't fin it...

I have downloaded all the files in here:https://github.com/Daniel-KM/ArchiveRepertory
and put them in a folder named ArchiveRepertory in the omeka/plugins folder.

I have also made the changes to the application/models/File.php as explained here:
omeka/Omeka#547

But when I go to the admin panel to install the plugin I get an error. I can't even see the plugins list.

Am I doing this wrong?

Thanks for your help.

Filipe

AchiveRepertory in Omeka 2.0

Hello Daniel,

Not really an issue, just wanted to know if there is any plan of adapting this plugin to Omeka 2.0?
I am starting to use this platform and it would be great to have this function!

Thanks.

Filipe

"This is not a valid plugin."

Hi,
For some reason ArchiveRepertory (we tried versions 2.15.5 and 2.15.3) does not install on our Omeka (2.6.1). We tried it on 2 different running instances, it says:
ArchiveRepertory
This is not a valid plugin.
Any ideas?
Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.