UNA update 14.0.0-RC2
The update went perfectly fine, no visible errors... Great job, thanks guys!👍
-
- · Alexey Mir
- ·
Hey, Pavel. Great news, thanks!
Pls, share with us, what is really good for you in this respected update.
Thnx in advance 🙂🤝
-
- · PavelS
-
·
In reply to Alexey Mir
- ·
Hello @Alexey Mir , for me, for example, the issue with incorrect video display has been fixed... see https://github.com/unacms/una/issues/4819
Here you will find everything that has been fixed-https://github.com/unacms/una/issues?q=is%3Aissue+milestone%3A%2214.0.0-RC2%22+is%3Aclosed
-
- · tamekariley
- ·
Its showing I can update because I changed the image on the splash screen (spl-image-main.svg), even though I named the image the exact same thing.
-
- · Jethro
- ·
Hey UNA Team - Please note the following since this was released:
Groups module: Cannot update module from "boonex/persons/updates/update_14.0.3_14.0.4/" directory
Artificer module: Cannot update module from "boonex/timeline/updates/update_14.0.5_14.0.6/" directory
Please advise...thanks - Jethro
-
Go to Studio > Settings and check Force Automatic Updates - Update core system and modules even if modified files are detected.
-
-
·
LeonidS
-
·
In reply to Jethro
- ·
Hello @Jethro !
Sometimes it happens due to connections problem. You may try to restart again some time later. If not, then plz PM me with your UNA studio access.
-
·
LeonidS
-
Excellent, thank you so much 😊
-
Hello @tamekariley !
The upgrade detects the files replacement too. So it's better to download your variant of splash image (if you don't have it locally), and apply the force update of your UNA core and all installed modules (the option is available in the Studio->Settings->Site settings area).
-
Great! Trying to find Studio->Settings->Site settings... I'm in Studio->Settings but haven't been able to find Site Settings so far..
-
- · Jethro
-
·
In reply to Jethro
- ·
Sent you a PM @LeonidS as all solutions suggested on this post haven't worked.
-
studio/settings/site settings
- enable auto update or
- force auto update (take care about your modified files, in case you modified some...)
-
- · tamekariley
-
·
In reply to Peter
- ·
Thank you so much 🙂
-
Hello. I am clicking the force auto-update and the enable auto-update areas, but when I exit to another page (like apps) and come back, it appears non-clicked again. What I need to setup differently or what I am doing wrong?
-
- · agusti_ffoxr
- ·
Hi @PavelS
I am attaching the error that I get on the server audit. I am clicking the enabling the update button, it appears the update happens, but then it says B2 (installed) and RC2 available.
What should I do to fix the bug? Thank you
-
It also depends on the settings in studio/dev to choose eighter stable or beta
-
When you click on Server audit, under the Site setup-Cron jobs section, do you see something like Last cron jobs execution - 6 Nov 2024 3:09:01 pm? If so, go to the Logs folder, find the upgrade.log file, and share it here.
-
- Yes: Last cron jobs execution - 6 Nov 2024 5:45:07 pm
When you click on Server audit, under the Site setup-Cron jobs section, do you see something like Last cron jobs execution - 6 Nov 2024 3:09:01 pm? If so, go to the Logs folder, find the upgrade.log file, and share it here.
-
It also depends on the settings in studio/dev to choose eighter stable or beta
I cannot find this settings anywhere. I have no access (yet) to the dev menu. I a, using for now the free version.
-
Hello. I am clicking the force auto-update and the enable auto-update areas, but when I exit to another page (like apps) and come back, it appears non-clicked again. What I need to setup differently or what I am doing wrong?
i quote myself. I was not saving because the save button was half hidden at the end.
-
Hello @agusti_ffoxr !
You need to install the Developer app for that (it's free).
-
If you upgrade all your installed modules on every step then it's time to switch on new PHP version (8.1 see details here https://unacms.com/wiki/Requirements#php-version)
-
Done. But the update to RC2 not working. Can I work with the stable version or it is not recomended?
-
Done. I did all the requirements. My server audit still have some warnings and one fail (deflate_module).
-
Some parts there (deflate_module, rewrite_module) might be not detected properly by PHP tools. So if the pages are opened fine in in your UNA you may pass those warnings.
-
-
I gave access to the greengeeks support team to my dashboard. They came back with this 2 things:
From what I can see, the items you mentioned earlier now indicate that everything is functioning correctly:
###############################
DB cache = On (File-based cache engine) - OK
Pages cache = On (File-based cache engine) - OK
Page blocks cache = On (File-based cache engine) - OK
Templates Cache = On (FileHtml-based cache engine) - OK
-Regarding the issue "To apply this optimization you need to have deflate_module - FAIL (you will need to install deflate_module for Apache)", your website is utilizing the more modern "Brotli" optimization rather than "Deflate".
I still cannot update to RC2. I guess I would continue using (for now) the stable version.
-
Hi @agusti_ffoxr , are you still having issues updating to the latest version? What errors and warnings are you seeing? Some settings might need to be adjusted by the server administrators if you don’t have your own server. Check the log file; in most cases, you’ll find answers there as to why this is happening. Otherwise, we’re just guessing, and it’s hard to give the right advice.
-
Hi Pavel. Yes, the update to RC2 is not possible but I am going to be ok for now with the stable version.
I gave access to the greengeeks support team and they cleared all to OK. The only fail had this answer:
Regarding the issue "To apply this optimization you need to have deflate_module - FAIL (you will need to install deflate_module for Apache)", your website is utilizing the more modern "Brotli" optimization rather than "Deflate".
I am attaching my server audit status:
-
I think UNA CMS might not have built-in support for Brotli detection. However, you might be able to manually modify or adjust the configurations to use Brotli. Instead of relying on mod_deflate, you can modify the .htaccess file. I only use deflate_module
Something like this, but you should get confirmation from the UNA team or @LeonidS before trying it!
<IfModule mod_brotli.c>
AddOutputFilterByType BROTLI_COMPRESS text/html text/plain text/xml text/css text/javascript application/javascript application/json
</IfModule>