I have tried to install an app feature that's listed in the All Apps tab. It says that it has downloaded the update successfully but I've got a dark overlay after the process and the app is not actually installed. I checked the recent log messages and I got this error:
UpdaterException: Unable to determine the type of the source directory. in Updater::factory() (line 99 of D:\xxx\www\yyy\includes\updater.inc).
The manifest I have only has one downloadable, the feature itself. So I'm quite sure that is not the issue. Can anybody guide me the cause of this error?
Comments
Comment #1
jec006 commentedThis error message generally means that the archive that was downloaded is not something that the update module knows how to extract.
Make sure your feature is either .zip or [.tgz|tar.gz].
Comment #2
Mark Vincent Verallo commentedThe feature is indeed in .zip or [.tgz|tar.gz]. The error is still there.
Comment #3
jec006 commentedCould you provide the app that is causing the issue so we can try to diagnose it for you?
Comment #4
febbraro commentedIf this is still an issue please reopen
Comment #5
sinasalek commentedI noticed that the syntax of the dependencies should be exactly the same as the following line otherwise you may encounter the same error mentioned here
Comment #6
sinasalek commentedComment #7
jernej.c commentedI've been having the same issue, although it's with an app that I'm trying to create.
The modules that the feature includes are already installed in the installation that I'm trying to enable the app in, could that be the problem? Also, there are no dependencies listed, cause it's currently a test app.
This is how my manifest file looks like (some_app_basic/app/manifest.app)
The json seems to be working fine, since the app gets listed in the admin panel, but when I click install the mentioned error pops up (download works fine).
Any ideas?
Comment #8
jernej.c commentedComment #9
chriz001 commentedI had the same error, I tried using a tar file instead of a zip and it seems to have worked.
Im testing on osx 10.8.3
Comment #10
hefox commentedRe-open if still an issue