Replies: 2 comments 6 replies
-
Any comment on this? |
Beta Was this translation helpful? Give feedback.
-
Hi, all I'm new here and first want to say - thank you, guys, for you amazing work. I also have a question regarding 19.5.0-rc5 and newest 19.5.0. After I manually updated from stable OpenMage 19.4.23, I'm getting error on frontend: "Fatal error: Uncaught Error: Call to undefined function str_contains() in /home/customer/www/mysite.com/web/releases/20230826123744/app/code/core/Mage/Core/Helper/Security.php:40 Stack trace: #0 /home/customer/www/mysite.com/web/releases/20230826123744/app/code/core/Mage/Core/Model/Layout.php(344): Mage_Core_Helper_Security->validateAgainstBlockMethodBlacklist(Object(Mage_Page_Block_Html_Head), 'addJs', Array) #1 /home/customer/www/mysite.com/web/releases/20230826123744/app/code/core/Mage/Core/Model/Layout.php(210): Mage_Core_Model_Layout->_generateAction(Object(Mage_Core_Model_Layout_Element), Object(Mage_Core_Model_Layout_Element)) #2 /home/customer/www/mysite.com/web/releases/20230826123744/app/code/core/Mage/Core/Model/Layout.php(202): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element)) #3 /home/customer/www/mysite.com/web/releases/20230826123744/app/code/core/Mage/Core/Model/Layout.php(202): Mage_Core_Model_Layout->generateBlocks(Object(Mage_Core_Model_Layout_Element)) #4 /home/customer/www in /home/customer/www/mysite.com/web/releases/20230826123744/app/code/core/Mage/Core/Helper/Security.php on line 40" I'm using PHP 7.4 and can't switch to 8.0 or higher due to another legacy extentions. assume it's because function str_contains() was introdused in PHP 8.0. Just don't know, that to do. Any advice would be appreciated |
Beta Was this translation helpful? Give feedback.
-
You should absolutely know
Since the approval of our second RFC - release schedule OpenMage 19.x enters and "patch only" state, it will be maintained for two more years as promised but only significant security patches or regression fixes will be ported to v19, every other development (and we have many) will be focused on v20+.
We encourage everybody to upgrade to v20, it is our latest and greatest and deserves the bit of work necessary for the upgrade (ask your developer/agency, don't do it yourself).
Highlights
This is a big release, that's why we decided to move away from the 19.4.x versioning and go to 19.5.x. Since a lot of changes could have some impact on current installations we decided to release some "rc" versions before the official 19.5.0. Tests are more than welcome now but be extra careful with production environment.
Don't worry though, if you've always installed OpenMage extracting the zip file, starting from this release you'll find a new zip file attached to the release itself, we build this zip adding all of the old 3rd party libraries so that you will not have to migrate to composer or use composer at all.
Changelog
There are no changes between 19.5.0-rc4 and 19.5.0-rc5.
This discussion was created from the release v19.5.0-rc5.
Beta Was this translation helpful? Give feedback.
All reactions