cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2.4.2 like the rest isn't easy update

Magento 2.4.2 like the rest isn't easy update

I'm been using Magento now over 4 years and each new update bring new issues. I'm at wits end with Magento the forum support sucks when you find a answer to your problem 50/50 shot it will work with your issue

Current issue now been working on since the update

Exception #0 (SodiumException): This is not implemented, as it is not possible to implement Argon2i with acceptable performance in pure-PHP

did the following

php -m

[PHP Modules]
bcmath
bz2
calendar
Core
ctype
curl
date
dom
exif
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
imagick
imap
intl
ionCube Loader
json
libxml
mbstring
mysqli
mysqlnd
openssl
pcntl
pcre
PDO
pdo_mysql
pdo_sqlite
Phar
posix
pspell
Reflection
session
SimpleXML
soap
sockets
sodium
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
xml
xmlreader
xmlrpc
xmlwriter
xsl
zip
zlib

[Zend Modules]
the ionCube PHP Loader + ionCube24

php -v

PHP 7.4.15 (cli) (built: Feb 15 2021 08:50:23) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with the ionCube PHP Loader + ionCube24 v10.4.5, Copyright (c) 2002-2020, by ionCube Ltd.

 

os is centos 7

control panel is centos web panel

 

2 REPLIES 2

Re: Magento 2.4.2 like the rest isn't easy update

Hi,

 

I did this yesterday, you need to go to WHM and type PECL in the search box, that will display Module Installers as the only option in the menu.

Software > Module Installers > PHP PECL 

Search for Sodium (make sure you select the correct version of PHP from the drop down first) and try to install it.

If it errors then open Terminal

 

Server Configuration > Terminal

 

and run this command:

yum install libsodium-devel

Then go back and try again - that fixed it for me.

Re: Magento 2.4.2 like the rest isn't easy update

did all that and figured how the issue not thanks to Magento and lack of info