FALM-Umbraco-Projects / FALM-Housekeeping-v7

Package for Umbraco 7 - This package create a new custom section with this tools: Umbraco logs manager, Media folder cleanup, Delete users and Version manager
https://our.umbraco.org/projects/backoffice-extensions/falm-housekeeping/
MIT License
8 stars 6 forks source link

Fails to install v7.6.0.6 #37

Closed bjarnef closed 6 years ago

bjarnef commented 6 years ago

I tried to install v7.6.0.6, but it fails during install. Our project is running on Umbraco 7.5.8 and I also have same issues in a clean Umbraco 7.5.8 install.

I had no issues when installing v.7.6.0.3

image

afabri73 commented 6 years ago

Hi Bjarne, this is very strange. I have installed FALM HK on several Umbraco versions (7.5, 7.6 and 7.7 ... and relative subversions) and I have never encountered in that problem. I still have two websites with Umbraco v7.5.14 and v7.5.11 and I haven't any problems.

Perhaps that particular version of Umbraco has something that conflicts with FALM HK.

I'll try to figure out what is the problem but please tell me if you find a solution before me

afabri73 commented 6 years ago

It seems that some other person have the same error with other packages and with only some Umbraco versions. Most of them solved by installing the next version of Umbraco.

I'll check for other solutions

TFAstudio commented 6 years ago

We have gone through an upgrade process to bring our Umbraco up to this decade ;)

We have upgraded from Umbraco v4 to Umbraco v7 After this process, we have decided to use FALM Housekeeping to finalize the clean up process. However, when installing FALM v7 via the Umbraco Back Office, the process halts with a generic error. When I access our site after installing via the Umbraco Back Office or via ZIP, we get the following error:

Could not load all types from "FALM.Housekeeping, Version=7.6.0.8, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping: . System.TypeLoadException on umbraco.interfaces.IDiscoverable: Could not load type 'umbraco.interfaces.IDiscoverable' from assembly 'interfaces, Version=1.0.6345.13056, Culture=neutral, PublicKeyToken=null'.

What is going on here and how can I mitigate this error and use FALM with Umbraco v7.15.4?

afabri73 commented 6 years ago

Hi TFAStudio, which FALM HK version did you installed? Have you prevously uninstall any other old FALM HK versions? I'm trying to replicate the error on my clean Umbraco v7.5.14 but I haven't any problems during installation.

afabri73 commented 6 years ago

Hi to all, I tried to replicate the error on Umbraco v7.5.14 and finally I've done it. You can uninstall any version of FALM HK and install temporaly the v7.6.0.3 that not thrown that exception.

The actual v7.6.0.8 have no problem with Umbraco v7.6+, v7.7+ and v7.5+ (until v7.5.13)

I'm now investigating to solve the problem.

afabri73 commented 6 years ago

At this moment I didn't found solutions, so I republished the 7.6.0.3 version which is compatible with Umbraco v7.5.14

I close this issue but I will continue to investigate if there is a solution. If i'll find it, I'll add a comment here.

Adriano