Failed to update to 14-RC1

when I updated to RC1- got a successful update but the site doesn't work , it gives the "page doesn't work" error.

Also, watch attached Video. Also, error log file attached.

Any help will be appreciated

@LeonidS @Alex T⚜️

image_transcoder.php?o=sys_images_editor&h=2238&dpx=2&t=1726445446

  • 507
  • More
Attachments
Replies (6)
    • It may happen when the UNA core files were updated but modules were not. Please go to Studio > Apps Market > Modules > Updates then apply all available updates.

      • In my experience, notifications failed to update, requiring me to uninstall and reinstall the module. While this process should theoretically work, it doesn’t in practice. This might be manageable in a small, single-user setup, but when scaling to thousands of users across multiple modules, the update method becomes highly impractical and inefficient.

        After attempting an update, the system only displayed errors and was completely empty, as described in [this issue](https://unacms.com/d/error-notification-after-upgrade-to-rc1). I had to manually remove the modules, re-download them, and reinstall via **Apps Market > Modules > Updates**. This occurred even on a fresh installation of version 14.B2, indicating that modules still need to be manually updated, akin to the outdated method used in Dolphin.

        This update strategy is unsuitable for production environments, as the risk of causing downtime is alarmingly high, close to 99%. While it might suffice for testing or development environments, it is far from a viable solution for live, large-scale systems. It may take years before this update mechanism becomes reliable in real-world scenarios, especially with frequent 500 errors due to unresolved code github issues, as noted [here](https://github.com/unacms/una/issues) and many more in discussion here on UNA. For now, live updates remain an aspiration for the future.

        • Well, I think I figured out.

          My default theme is Lucid..so, when I changed to other themes it worked OK.

          There is an error in "Lucid" module, in file "menu.less" (full extension here: /lucid/data/template/system/css) where an extra (#) was added before transparent in "background" color module (see attached image).

          I removed that (#) and my page loaded as charm. May need to be fixed in the released module @LeonidS @Alex T⚜️

          image_transcoder.php?o=sys_images_editor&h=2239&dpx=2&t=1726457955

          • Hello @Tajrebatee !

            It looks like your server has the strict rules of security, because the # sign is the standard for the CSS work.

            • Not sure, what the issue was, it worked when I removed it.

              • @LeonidS ...also if you look at the same file in Protean and other theme module, the # is not there.

                Login or Join to comment.