The most generated errors being found on Opencart forum originates from contributed programming. The increased post counters are caused by redundancies of the same solutions that were already provided prior.
Regards,
Straightlight
Programmer / Opencart Tester
php error mCrypt extension needs to be loaded
Anyone know a workaround on this issue
files, to possibly sp avoid this mcrypt to be called/used anymore.
Ernie
PS: They work for older v.1.5.x Versions as well, just to have it mentioned.
viewtopic.php?f=181&t=199924
viewtopic.php?f=19&t=207673
You could try one of those, placed in the ZIP File enclosed, but avoid the
one, also requiring the bcrypt.php File, so, check the Code first,
if this file name exists.
I am no longer active at the Forum. Please do NOT send me Personal Mails,
they will no longer be replied to.
My Github OC Site: https://github.com/IP-CAM
3'765 + FREE OC Extensions, on the World's largest Github OC Repository Archive Site.
Tried those encryption files , placed in the ZIP File (avoided the one, also requiring the bcrypt.php) , but the same problem remains , php complaining about the mcrypt extension
After replaced encryption.php file ,the The website will not load
Warning: mcrypt php extension must be enabled in php settings.
mCrypt from the host is off and is not implemented in PHP Version 7.2 .
Host server settings
----------------------------------
Setting Required Server Status
PHP Version >= 5.3 7.2.12
Safe Mode Off Off
Register Globals Off Off
Magic Quotes GPC Off Off
Session Auto Start Off Off
Allow Url Fopen On On
mCrypt On Off
File Uploads On On
Cookies On On
Extensions Required Current Status
Database (MYSQLI) On On
GD On On
Curl On On
Fsock On On
Zip On On
Xml On On
Thanks for any assistance!
shown on the Image below, then, you will probably be able, to install it. If they are
no longer used, it will not make a difference, I assume, since that mcrypt thing only
seems to exist in those two OC files, in a default v.2.1.0.2 OC Software, as it looks.
Ernie
Code: Select all
if (!function_exists('mcrypt_encrypt')) {
$error = 'Warning: mCrypt extension needs to be loaded for OpenCart to work!';
}
Code: Select all
if (!function_exists('mcrypt_encrypt')) {
$this->error['warning'] = 'Warning: mCrypt extension needs to be loaded for OpenCart to work!';
}
I am no longer active at the Forum. Please do NOT send me Personal Mails,
they will no longer be replied to.
My Github OC Site: https://github.com/IP-CAM
3'765 + FREE OC Extensions, on the World's largest Github OC Repository Archive Site.
Users browsing this forum: No registered users and 11 guests