westberliner / checksum

Plugin for Nextcloud and ownCloud to create hashes of files.
GNU General Public License v3.0
29 stars 15 forks source link

Installation from app store fails, on OC 9.1.5 #11

Closed ted-strauss-K1 closed 7 years ago

ted-strauss-K1 commented 7 years ago

I get this error message when trying to install using the app store:

App can't be installed because the version in info.xml is not the same as the version reported from the app store

I've tried cloning the repo in the apps/ folder, and modifying values in the info.xml file. It didn't fix it.

Any suggestions?

ted-strauss-K1 commented 7 years ago

As a work around, I commented out the version check from the installer code. The app appears to have installed normally.

lib/private/Installer.php:407 >>>

/*if(isset($data['appdata']['version']) && $version<>trim($data['appdata']['version'])) {
     OC_Helper::rmdirr($extractDir);
     throw new \Exception($l->t("App can't be installed because the version in info.xml is no$
}*/
westberliner commented 7 years ago

Hi,

thanks for your feedback. I will try to fix this issue this week.

westberliner commented 7 years ago

I submitted finally the app into the new marketplace: https://marketplace.owncloud.com/apps/checksum