Trying to upgrade 3.0.5 to 3.1.0 but upgrade button in Dash does nothing
Are there errors in the “Console” tab of the developer tools in the browser?
Are there any (related) error messages that get added to the MODX error log file when you click the button?
From the screenshot it looks like the CSS for the “Upgrade MODX” dashboard widget doesn’t get loaded. (The list and the “Begin Upgrade” button is usually styled quite differently.)
Maybe the corresponding Javascript code doesn’t get loaded as well?
Yes CSS and JS Console errors:
manager/:267 GET https://site.mysite.com/assets/components/upgrademodx/css/progress.css net::ERR_ABORTED 404 (Not Found)
manager/:481 GET https://site.mysite.com/assets/components/upgrademodx/js/classie.js net::ERR_ABORTED 404 (Not Found)
manager/:482 GET https://site.mysite.com/assets/components/upgrademodx/js/progressButton.js net::ERR_ABORTED 404 (Not Found)
manager/:269 GET https://site.mysite.com/assets/components/upgrademodx/js/modernizr.custom.js?v=305pl net::ERR_ABORTED 404 (Not Found)
manager/:483 GET https://site.mysite.com/assets/components/upgrademodx/js/ugm-bottom.js net::ERR_ABORTED 404 (Not Found)
I added the files from the repo and it resolved the issue.
Installing UpgradeModx didnt add the files to /assets/components/ automatically
That’s weird.
Was this a fresh installation of the extra UpgradeMODX version 2.3.6?
This version was released 6 months ago. If there was a general problem, it would have been noticed much sooner.
Yes fresh install of UpgradeMODX version 2.3.6