FatalErrorException in Encrypter.php line 66: Call to undefined function openssl_encrypt()
FatalErrorException in Encrypter.php line 66: Call to undefined function openssl_encrypt() ?怎么解決 我也開啟了php_openssl..
FatalErrorException in Encrypter.php line 66: Call to undefined function openssl_encrypt() ?怎么解決 我也開啟了php_openssl..
2017-12-08
舉報
2017-12-19
用phpinfo看看是否有OpenSSL呢,
2017-12-08
var_dump(function_exists("openssl_encrypt"))看看函數(shù)是否存在?安裝拓展?在php.ini中取消 openssl前面的";"號