-
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.
-
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>