When performing a "mass import" in with the AcidFree module, I get the following error in IE:

"file {FILE}.zip is not a valid acidfree element type (Array)"

I get nothing in Firefox - nothing happens.

Man, if I could just get this working I'd be sooooo happy with Drupal :o)

Comments

bigbman’s picture

Also, I got the following error when trying to apply the filemanager patch in windows:

$ patch < filemanager-acidfree.patch
patching file filemanager.module
Assertion failed: hunk, file ../patch-2.5.9-src/patch.c, line 340

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

gdip’s picture

Maybe I don't understand but why do you try to upload a zip file to Acidfree?

bigbman’s picture

It's called a 'mass import', and my impression was that a zip can contain several image (JPEG) files to make uploading photos and videos to an album easier.

This is a key feature requirement for my site, so I'd appreciate any help I can get. Thanks!!!

B

shouchen’s picture

I think you should create an 'issue' against acidfree to make sure that the module's developer notices it. Forum posts are so easy to miss...

bigbman’s picture

Created an AcidFree issue:

http://drupal.org/node/36253

walter’s picture

The SQL script of filemanager creates a table called "FILE", but Acidfree is looking for a table called "file". I changed the name of the table and the problem was solved. Possibly this is the answer to your problem.

I looked at the mysql-script and the name of the table is "file" so I don't know why the the name of the tabel in the database was with capitals.