gpt4 book ai didi

PHP 错误 : The Encrypt library requires the Mcrypt extension in codeigniter

转载 作者:可可西里 更新时间:2023-11-01 00:13:12 26 4
gpt4 key购买 nike

我有一个登录和注册表单,并使用加密库来加密密码。我正在为我的服务器使用 Xampp,我的系统工作正常。

加密密码的代码:

$this->encrypt->encode('my password'); 

添加加密库

 $autoload['libraries'] = array('encrypt');

并在配置中设置 key :

$config['encryption_key'] = 'nmsc encrypt secret key';

我的代码在 Windows 中使用 xampp 服务器运行良好,但是当我尝试将我的网站上传到 ubuntu 服务器时,出现错误提示

The Encrypt library requires the Mcrypt extension

如何解决这个问题?引用本指南 https://www.codeigniter.com/user_guide/libraries/encryption.html但我不知道如何安装那个 mcrypt。我的网站需要从 ubuntu 服务器运行。如何安装或修复该问题?

最佳答案

最佳解决方案是(仅适用于 CI 3 及更高版本):

改变

 $this->load->library('encrypt');

 $this->load->library('encryption');

关于PHP 错误 : The Encrypt library requires the Mcrypt extension in codeigniter,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35798048/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com