UNA 9.0.0-RC12 has been released

Another UNA update with just bugfixes. So UNA 9.0.0 release is very close now.

Please follow these instructions on how to upgrade your UNA site:
https://github.com/unaio/una/wiki/Upgrade

List of fixes:
https://github.com/unaio/una/issues?q=is%3Aissue+project%3Aunaio%2Funa%2F11+is%3Aclosed

  • 906
  • More
Replies (16)
    • Thank you

      Don't you mean 9.1.0 is close now?

      • You are welcome!

        No, I mean 9.0.0, now it's 12th Release Candidate of 9.0.0

        • Ah ok. Thank you for the clarification

          • SOLVED

            Ok after some çay (tea) my mind was clear and I removed the relevant records of Froala from database.
            After I was able to install the new version.
            Better to have a cup of tea and not to make Alex nervous :)
            Alex T⚜️ 

            Hi Alex,
            As you know the previous version Froala didnt uninstall completely.

            Now for the new version upgrade of Froala didnt work saying too many changed files.
            I tried to uninstall reinstall with the fix you mentioned in the issues in github.
            even that fix gave some database errors while running.

            At the end by trials this worked  :
            -- TABLES
            DROP TABLE IF EXISTS `bx_froala_files`, `bx_froala_images_resized`;
            -- STORAGES & TRANSCODERS
            DELETE FROM `sys_objects_storage` WHERE `object` IN('bx_froala_files', 'bx_froala_images_resized');
            DELETE FROM `sys_storage_tokens` WHERE `object` IN('bx_froala_files', 'bx_froala_images_resized');
            DELETE FROM `sys_transcoder_filters` WHERE `transcoder_object` IN('bx_froala_image');
            DELETE FROM `sys_transcoder_images_files` WHERE `transcoder_object` IN('bx_froala_image');
            DELETE FROM `sys_storage_tokens` WHERE `object` IN('bx_froala_files', 'bx_froala_images_resized');
            DELETE FROM `sys_transcoder_images_files` WHERE `transcoder_object` IN('bx_froala_image');
            -- Studio page and widget
            DELETE FROM `tp`, `tw`, `tpw`
            USING `sys_std_pages` AS `tp`, `sys_std_widgets` AS `tw`, `sys_std_pages_widgets` AS `tpw`
            WHERE `tp`.`id` = `tw`.`page_id` AND `tw`.`id` = `tpw`.`widget_id` AND `tp`.`name` = 'bx_froala';

            But I was able to reinstall froala again. But this created 2 Froala icons in studio.

            I tried uninstallation again new installation removed.
            There is still one unresponsive froala icon in studio that I can not remove by any method.
            Also now I can not install again.
            What can I do?

            • On my side everything goes well except for the update of the conversation module which refuses to install myself with the following error message: An error has occurred. Contact the module vendor.
              conversations
              UNA Inc • 9.0.12 - 9.0.13
              What can I do for this?

              • Up: Solved, It's my fault

                • Alex T⚜️ i can't go to studio and just click update?

                  • Ok, my bad, it's pretty much same procedure as previous. Thanks!

                    • Cem Bagdatli I think you can try to uninstall both modules from Studio first then manually run disable.sql and then uninstall.sql from the module i/install/ folder and then remove record from `sys_modules` table for bx_froala row. Then install Froala module from the scratch.

                      • Thanks Alex for my next trouble about this I will keep in mind :)

                        • How can I make the update manually? The auto-update in RC11 said it will update the page but never did anything.

                          Now I downloaded RC12, put the files on FTP, but the Studio still shows an update available, but when clicking it says there is a difference between database and files (yeah, true, it is). Is there an SQL update script?

                          • Hello trunky!

                            You need to enable option "Force auto-update, even if some files were modified" in the Studio->Settings->Site Settings area. Then your site will be updated despite on the differences.

                            • trunky - Most probably it means that UNA cron jobs aren't setup properly, you need to make sure it's run every minute then upgrade should work.

                              • Oh ok, might be true. I've changed directories some time ago and probably forgot to adjust the cronjob accordingly.

                                What should I do else? Overwrite files on FTP with RC11 again to let the automatic update run?

                                Currently the error message is

                                "Upgrade failed due to the following error:

                                Database and files versions are different"

                                • For everyone else:

                                  I've put the files of RC11 back on the ftp server. Also need to remove inc/classes/BxDolLog.php

                                  Then the automatic update works

                                  • Thank you trunky  for letting know how you solved the problem, also here is another way how it can be solved:

                                    https://github.com/unaio/una/wiki/Upgrade

                                    Login or Join to comment.