asp.netdotnetnuke

DNN UPGRADE from 9.7.4 to 9.13.9 fails at DnnPlugins_09.13.09_Install.zip


I made a local copy of a live remote dnn site that is version 9.7.4. I am testing an upgrade to 9.13.9 before I attempt it on the live server.

When I test running the upgrade locally I get the following error in my portals/_default/logs/2025.06.19.log.resources file:

other success logs...
[INFO] DotNetNuke.Services.Upgrade.Upgrade Start InstallPackage:D:\sites\...\Install\JavaScriptLibrary\DnnPlugins_09.13.09_Install.zip
[ERROR] DotNetNuke.Services.Upgrade.Upgrade A dependent package is not installed - jQuery-Migrate
end of log...............

However, If i go to settings -> extensions -> javascript libraries you can see that the jQuery Migrate package is installed

enter image description here

I have restored the DB and files three times and all three times the upgrade process errors and stops in the same place.

Can someone help me figure out why this upgrade fails on the jQuery migrate package.


Solution

  • So I just checked a DNN 9.13.04 site of mine, it has 5 versions of Migrate

    3.0.0

    3.1.0

    3.2.0

    3.4.0

    3.4.1

    I would look at figuring out why 3.4.1 isn't included or installed and see if you can upgrade that package first. That's likely the dependency if I had to guess.