Laravel undefined function openssl_encrypt()

后端 未结 9 2266
太阳男子
太阳男子 2020-12-09 05:49

I use laravel5.1 and it works fine on php cli. But i publish my porject to apache(version == 2.4), the problem happened.

FatalErrorException in Encryp

9条回答
  •  暖寄归人
    2020-12-09 06:05

    If you using the Wamp server then it's happens. In Xampp server there is no need to uncomment php_openssl.dll.

    To solve this Remove the semicolon before

    extension = php_openssl.dll 
    

    in php.ini

提交回复
热议问题