I tried to install tinifier 2.0 with Umbraco 8.6.1 & Umbraco.Forms but throwing the Boot failed error at startup, seems to be Dependency injection issue from tinifier .Core file, this will work when I uninstall Umbraco forms.
Hi Kansu!
Please remove record Umbraco.Core.Upgrader.State+Tinifier from [umbracoKeyValue] table in database. And try to install package again. Should work
We have tried to remove the mentioned field but we were not able to find the related data in our DB. Here is a screenshot: https://prnt.sc/ttnv0l
Maybe there are some leftovers in other tables. If you can provide us a clean-up script we can maybe clear it. Because we don't know where it stores your mentioned data (Umbraco.Core.Upgrader.State+Tinifier).
yes, all this things should be accessible from Tinifier dashboard.
I think you need to add an access for Tinifier menu to your user in your umbraco admin panel.
You can do it via Users tab.
Since it appears the Tinifier author is no longer responding, I've taken it upon myself to fork the project and release a new Nuget until the original author does come back and accepts the Pull Request.
2.0 doesn't work with umbraco 8.3
Hi,
I tried to install Tinifier 2.0 in umbraco 8.3 and it crashed the site... works fine in 8.21 though...
/ulrich
Hi,
We don't support 8.3 in Betta. It will be supported in the next release in December.
Thanks, Tinifier Team
Hi,
I got the same error even with 8.1.4 and 8.2.1. during the installation already.
Any suggestion how I fix it? Is there a nuget installation for Tinifier 2?
Thanks
Can you also check the issue related to Umbraco forms? https://our.umbraco.com/packages/backoffice-extensions/tinifier-20/bugs/100183-20-doesnt-work-with-umbraco-83#comment-320683
And throwing another issue on multiple references of GlobalConfiguration.Configuration.MapHttpAttributeRoutes(); on installation
Hi,
Thanks for the update.. ;)
Looking forward to that.. ;)
/ulrich
We are testing Tinifier for Umbraco 8.3. We haven't got any error or site crashing. Umbraco 8.3 was used without extensions.
Thanks, Tinifier Team
UmbracoForms.Core >= 8.0.0
does not play nice with Tinifier 2.0 together, you can repro this issue if you install this nuget package.At least i was able to!
Hi
We encountered a similar issue when trying to install Tinifier on Umbraco 8.5.3 (with Umbraco Forms installed)
We will love to hear any suggestion to make it work! :-)
Hello,
I also encountered the same issue on Umbraco 8.5.4 with UmbracoForms installed.
Any suggestion is highly appreciated.
Thank you!
Regards,
Allan
Same crash for me as well, installed from the package manager on Umbraco 8.5.3
Hello,
I have the same problem when i use tinifier with Umbraco Forms. Not possible to work with both of them.
Thank you
Best regards, Kansu
Hi all,
I tried to install tinifier 2.0 with Umbraco 8.6.1 & Umbraco.Forms but throwing the Boot failed error at startup, seems to be Dependency injection issue from tinifier .Core file, this will work when I uninstall Umbraco forms.
Not possible to work with both of them?
Regards Dhanesh :)
When you use both tools at the same time they do not work on current version. We are waiting for an update to Tinifier 2.0
Hi all,
It seems the source code is available here - https://github.com/ShalamovStas/UmbacoTinifier-v.8.1.5 ...
Does anyone have an idea why it is conflicting with Umbraco Forms?
/ulrich
Hi all, we are planning to release a new update and fix it in July.
Great,looking forward 👍
Hi, any updates on this ? Thanks !
Hi all. Tinifier 2.0.1 released. Compatibility with Umbraco.Forms fixed.
Best regards, Tinifier team.
Hi,
Thanks .. thism is really great.. :D
On small request though - could you publish it as a nuget package?
/ulrich
Hi Ulrich! Nuget package released https://www.nuget.org/packages/TinifierNext
Dear Ulrich,
Thanks for the update but we had the following error; https://prnt.sc/tnxfsg
It did not create tables in DB and gave this error. We use Umbraco v8.6.1
What can we do about this?
Best regards, Kansu
Same error here!
Hi Kansu! Please remove record Umbraco.Core.Upgrader.State+Tinifier from [umbracoKeyValue] table in database. And try to install package again. Should work
Please also use Tinifier 2.0.2 latest version. It contains some extra fixes Just remove your current package and install new one.
Have a nice day
Hello,
We have tried to remove the mentioned field but we were not able to find the related data in our DB. Here is a screenshot: https://prnt.sc/ttnv0l
Maybe there are some leftovers in other tables. If you can provide us a clean-up script we can maybe clear it. Because we don't know where it stores your mentioned data (Umbraco.Core.Upgrader.State+Tinifier).
Thank you, Kansu
Hello, installing Tinifier 2.0.2 latest version should fix your issue. Its also just add new key to that table
Hello,
It works now but we have couple of problems;
. Not accessible from menu.
. API key can only be inserted from database.
. All images can be tinified singularly. Multiple tinify option is not available.
It should be accessible from menu and we should be able to tinify multiple images at once.
Can you please fix this as well?
Thanks, Kansu
yes, all this things should be accessible from Tinifier dashboard. I think you need to add an access for Tinifier menu to your user in your umbraco admin panel. You can do it via Users tab.
Users -> Groups->Administrator->Add section->Tinifier->Ok
Causing save + publish cache issues for normal pages on 8.6.4, removed tinifier and everything worked fine (no other plugins).
There is a database write issue with the new version. Unfortunately we can not use it currently. We have removed it.
Hello, Is there a fix implemented for this problem yet? This is getting us real troubles. We need to have a solution for this please. Thank you
Since it appears the Tinifier author is no longer responding, I've taken it upon myself to fork the project and release a new Nuget until the original author does come back and accepts the Pull Request.
https://www.nuget.org/packages/Our.Umbraco.Tinifier
It addresses several issues I encountered, most importantly the error where you can no longer save new content items.
is working on a reply...