Have upgraded Umbraco to latest version using nuget. Was many problems with database migrationscripts, plugins using old dlls among others. So part of this had to be done manually. One of this was that I hade to remove optimus plugin (ref https://our.umbraco.org/projects/developer-tools/optimus/) by removing it from plugin config file (but keeping app_plugin files at the moment)
Anyway I finally got Umbraco upgraded and needed to install plugins again. The problem is that when I choose (or upload local) the adminpage is reloaded. Watching the network traffic the Fetch call is beeing aborted for some reason.
There is no error in the log, I think I have the right security, so upload/create filestructure should not be the issue.
Any ideas? Can I have messed up the settings or something with my manual "hacks" in upgrade?
Able to see that the \App_Data\packages\GUID.umb is created
Also that when I upload local file I get a \App_Data\packages\GUID\ folder, so it seems that it was able to unpacked it.
I have checked and the local file is unblocked. The IIS Express is running as my local user and it have access to folder. Upload media is working, also changing other files.
This is the only thing writing to the log. It is PluginManager, but not throwing any errors or anything.
2017-06-01 15:50:05,727 [P12220/D2/T61] INFO Umbraco.Core.PluginManager - Resolving umbraco.interfaces.IDiscoverable
2017-06-01 15:50:05,734 [P12220/D2/T61] INFO Umbraco.Core.PluginManager - Resolved umbraco.interfaces.IDiscoverable (took 7ms)
2017-06-01 15:50:05,735 [P12220/D2/T61] INFO Umbraco.Core.PluginManager - Resolving [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController
2017-06-01 15:50:05,735 [P12220/D2/T61] INFO Umbraco.Core.PluginManager - Resolved [Umbraco.Web.Trees.TreeAttribute]Umbraco.Web.Trees.TreeController (took 0ms)
Problem installing plugin
Have upgraded Umbraco to latest version using nuget. Was many problems with database migrationscripts, plugins using old dlls among others. So part of this had to be done manually. One of this was that I hade to remove optimus plugin (ref https://our.umbraco.org/projects/developer-tools/optimus/) by removing it from plugin config file (but keeping app_plugin files at the moment)
Anyway I finally got Umbraco upgraded and needed to install plugins again. The problem is that when I choose (or upload local) the adminpage is reloaded. Watching the network traffic the Fetch call is beeing aborted for some reason.
There is no error in the log, I think I have the right security, so upload/create filestructure should not be the issue.
Any ideas? Can I have messed up the settings or something with my manual "hacks" in upgrade?
Video of the behavior can be watched here: https://youtu.be/WTxIhi_l-YQ
And with network traffic https://youtu.be/PvjcNPyEY08
Havn't got much more info, but is able to see that umbraco downloads the file to \App_Data\packages\GUID.umb, but seems unable to unpack/install it.
Keep updating with info.
Able to see that the \App_Data\packages\GUID.umb is created
Also that when I upload local file I get a \App_Data\packages\GUID\ folder, so it seems that it was able to unpacked it.
I have checked and the local file is unblocked. The IIS Express is running as my local user and it have access to folder. Upload media is working, also changing other files.
This is the only thing writing to the log. It is PluginManager, but not throwing any errors or anything.
is working on a reply...