Hi,

First I want to say awesome module. I hope to be able to add some documentation as the project moves along. The combination between Drupal and Edge will be huge and I'm very happy to see you have field support on your roadmap.

Sadly, I am having a hard time getting off the starting line. When I upload a zipped archive I get an error telling me that my system cannot extract it.

Indeed, even if I upload one of the official Adobe files I get an error:
Cannot extract temporary://edge_sample_bubbles.zip, not a valid archive.

Meanwhile, I know my temporary directory is set up, because I can read and write Backup and Migrate files from there. My system can uncompress modules when I upload them from the UI at admin/modules/install

Okay I believe I just realized what is wrong. I'll leave this post here for anyone else that encounters this. But it appears my system is not configured to unarchive .zip files, just tar tgz gz and bz2. Let me make an adjustment and I will report back if i cannot get it going.

Comments

mcfilms’s picture

Probably I need to add zip.so to php.ini

Do it by installing zip with pecl :
pecl install zip

ti2m’s picture

Hi,
thanks for the feedback and the hint about zip support on the server. Uploading and extracting the archive will be one of the major issues I guess. I'll try to add an automated check that tells you what's available on your server. Did you try to upload the tar though?

mcfilms’s picture

Status: Active » Fixed

I actually just added the zip support to the server. From there it worked FLAWLESSLY. This module is awesome. A big thank you for sharing it. I just hope Adobe doesn't change their spec or the file structure on you.

I'm going to update all my headers on my site to contain some level of animation or interactivity. For now I just uploaded a responsive header from Edge Animate using your module. It's at http://motioncity.com/contact and seems to be working great.

ti2m’s picture

Status: Fixed » Closed (works as designed)

Thanks for the feedback, let me know if you run into any other problems. Marking this as closed. Archive library check is on my list.