Hello - I'd like to switch a local association Mur...
# masacms
d
Hello - I'd like to switch a local association Mura site that I maintain to Masa but I'm not having any luck with the "autoupdate" route. They're running Mura 7.0.7108 and the autoupdateurl key doesn't exist in the settings.ini.cfm file. I tried to add it and reload the site to update the Core but it doesn't work. Can I update to Masa from any Mura version?
As per the instructions at https://www.masacms.com/docs/, I added the key autoupdateurl=https://codeload.github.com/MasaCMS/MasaCMS/zip/main
Could it be I need to follow the Mura guidelines at https://docs.murasoftware.com/v7-1/installation-setup/upgrading-mura/ but use the files found at the link above instead?
For those who may read this thread, the above works to upgrade from Mura 7.0 to Masa 7.4
Because of an older non-standard theme, the only thing extra I had to do was to leave in the
requirements/org/cfstatic
files and add a mapping to it in the Application.cfc.
Copy code
this.mappings["/org/cfstatic"] = "/requirements/org/cfstatic";
👍 1
s
We had issues with write-protected files during our update, from the Mura CMS install and changes done to the core and other external files. We're slowing getting around to all the files being write-protected sitting in the way of the core updates. Now on MASA CMS 7.4 and wondering how the next update will go 😉