Title: [Plugin: Edge Suite] Error Uploading
Last modified: August 20, 2016

---

# [Plugin: Edge Suite] Error Uploading

 *  Resolved [jamesdonegan](https://wordpress.org/support/users/jamesdonegan/)
 * (@jamesdonegan)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-edge-suite-error-uploading/)
 * I created an Edge composition that works just fine when I run the HTML file in
   Safari (locally from my harddrive), but when I upload the .zip file, I get the
   following message:
 * Aborting, no file found that matches the main edge JS filename pattern. This 
   is not a valid composition archive.
 * _…then, under the page title…
    
   
    The file HomeAnim_5.zip has been uploaded.
 * Errors occurred while creating the uploaded project. The import was most likely
   corrupted.
 * [http://wordpress.org/extend/plugins/edge-suite/](http://wordpress.org/extend/plugins/edge-suite/)

Viewing 8 replies - 16 through 23 (of 23 total)

[←](https://wordpress.org/support/topic/plugin-edge-suite-error-uploading/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-edge-suite-error-uploading/?output_format=md)
2

 *  Thread Starter [jamesdonegan](https://wordpress.org/support/users/jamesdonegan/)
 * (@jamesdonegan)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-edge-suite-error-uploading/page/2/#post-3014618)
 * The folders are set to 777, but it won’t let me do anything to the src_ folders
   or the clean_ folders …. can’t delete, rename or change permissions. Crazy.
 * But I changed the name of the uploads/edge-suite folder and tried to upload a
   new .zip file. Here’s what happened:
 * 1. Same exact error as before
    2. The plugin created a new uploads/edge-suite
   folder 3. Created a src-#### folder 4. That folder is empty, and I can’t delete
   or make any changes to it
 * I’m going to try this: [http://www.oddodesign.com/2011/adding-adobe-edge-animation-to-your-wordpress-website/](http://www.oddodesign.com/2011/adding-adobe-edge-animation-to-your-wordpress-website/)
 *  Plugin Author [ti2m](https://wordpress.org/support/users/ti2m/)
 * (@ti2m)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-edge-suite-error-uploading/page/2/#post-3014620)
 * Permissions are tricky, I guess the apache is not even in the same group as your
   ftp user. Not sure what is going wrong though, messages should be output. It’s
   really hard for me to debug this when not having the actual server at hand, sorry.
   Maybe someone else comes across the same problem and we can solve it there. I’ll
   let you know in case I work something out.
 *  Thread Starter [jamesdonegan](https://wordpress.org/support/users/jamesdonegan/)
 * (@jamesdonegan)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-edge-suite-error-uploading/page/2/#post-3014621)
 * Thanks. The other guy’s page didn’t work, either. I think it was for an earlier
   release. I’m getting a lot of egg on my face, here, because I told my client 
   I could deliver it without an issue.
 * Oh, well. Not much I can do that I haven’t tried. On to bigger fish… (Well… to
   other fish…)
 * Thank you for your time.
 *  Plugin Author [ti2m](https://wordpress.org/support/users/ti2m/)
 * (@ti2m)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/plugin-edge-suite-error-uploading/page/2/#post-3014772)
 * Hi,
    so I finally figured out what went wrong. I was using wordpress’ filesystem
   API which seemed quiet handy. Turns out it’s a bit complicated because it works
   with different file methods depending on the server (direct, ftp, ssh,..). I’m
   pretty sure what happen in your case was that the methods got all mixed up as
   direct access was probably not fully possible. For now I made the system consistent
   and just used direct access, FTP will follow soon. Maybe you don’t mind testing
   again. You just need to upload the new version of the module, it should then 
   work as expected. If you want to get rid of all the empty folders you can activate“
   Deactivation deletion” in the global settings and then deactivate and activate
   the plugin again. When the option is set the plugin will clear out all files,
   folders and the database when deactivating the plugin.
 *  Plugin Author [ti2m](https://wordpress.org/support/users/ti2m/)
 * (@ti2m)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-edge-suite-error-uploading/page/2/#post-3014813)
 * Hi,
    as this seems to work for lot of people with the updated version I’m marking
   this as resolved. Feel free to open it up again in case there are more problems.
 *  [Zbert](https://wordpress.org/support/users/zbert/)
 * (@zbert)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-edge-suite-error-uploading/page/2/#post-3014833)
 * Hi, I was just trying out your Plug-in for the first time today and came across
   this same error when I tried to upload my oam file: “Aborting, no file found 
   that matches the main edge JS filename pattern. This is not a valid composition
   archive.”
 * I went through and made sure that the permissions were all set to 777 for every
   folder in the “edge_suite” folder as well as changed the max upload size to 10mb
   in the settings area and still the same error.
 * Sorry to bring this error up again, but any help would be great.
    Thanks, Kevin
 *  Plugin Author [ti2m](https://wordpress.org/support/users/ti2m/)
 * (@ti2m)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-edge-suite-error-uploading/page/2/#post-3014834)
 * Hi Kevin,
 * are any subdirectories being created?
 * Did you try the dev version? [http://downloads.wordpress.org/plugin/edge-suite.zip](http://downloads.wordpress.org/plugin/edge-suite.zip)
 * If you keep having troubles please open up a new ticket, the existing ones are
   already a bit messy, easier to keep track if you open up a new one.
 * Thanks, Timm
 *  Plugin Author [ti2m](https://wordpress.org/support/users/ti2m/)
 * (@ti2m)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-edge-suite-error-uploading/page/2/#post-3014835)
 * Hi,
    just had another idea. How big is the OAM that you want to upload? If it’s
   quiet big, can you try a smaller one. I have just added some code to check the
   max filesize the server supports. It’s on the settings page below the max filesize
   option. The option is meant to limit the filesize through the plugin, but it 
   is also restricted through the server. It could be that the max upload filesize
   of the server is 5M or so on some hosters.

Viewing 8 replies - 16 through 23 (of 23 total)

[←](https://wordpress.org/support/topic/plugin-edge-suite-error-uploading/?output_format=md)
[1](https://wordpress.org/support/topic/plugin-edge-suite-error-uploading/?output_format=md)
2

The topic ‘[Plugin: Edge Suite] Error Uploading’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/edge-suite.svg)
 * [Edge Suite](https://wordpress.org/plugins/edge-suite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/edge-suite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/edge-suite/)
 * [Active Topics](https://wordpress.org/support/plugin/edge-suite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/edge-suite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/edge-suite/reviews/)

 * 23 replies
 * 3 participants
 * Last reply from: [ti2m](https://wordpress.org/support/users/ti2m/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/plugin-edge-suite-error-uploading/page/2/#post-3014835)
 * Status: resolved