Fatal error: Class 'ZipArchive' not found in /home/xxx/drupal-6.3/modules/photos/photos.module on line 1080

When I upload file through archive. I want to upload massive photos.

Comments

eastcn’s picture

Please make sure that php has opened ZipArchive.

You can try the 2.0 version of the flash bulk upload: http://drupal.org/node/293897

thank

aenw’s picture

I have the same error (because I don't have the php "Zip" extension). I didn't realize that I needed this extension. Could you please state this requirement in the description of the module? It would be helpful for people to know. I don't know if this is an extension that people will be able to add to their servers easily (I'm new to that aspect of things). FWIW, here's where I found info: http://us.php.net/manual/en/intro.zip.php
You've done some good work on this. Thanks!
- aenw

nathaniel’s picture

Status: Active » Closed (fixed)