Hello, in advance apologize for my bad English.
I have the following problem. As soon as I want to install the CMS on my webhost the following error message comes
`ErrorException in BaseEncrypter.php line 38: base64_decode() has been disabled for security reasons
in BaseEncrypter.php line 38
at HandleExceptions->handleError('2', 'base64_decode() has been disabled for security reasons', '/var/www/web143248/html/vendor/laravel/framework/src/Illuminate/Encryption/BaseEncrypter.php', '38', array('payload' => '1504979119'))
at base64_decode('1504979119') in BaseEncrypter.php line 38
at BaseEncrypter->getJsonPayload('1504979119') in Encrypter.php line 96
at Encrypter->decrypt('1504979119') in EncryptCookies.php line 103
at EncryptCookies->decryptCookie('1504979119') in EncryptCookies.php line 84
at EncryptCookies->decrypt(object(Request)) in EncryptCookies.php line 67
at EncryptCookies->handle(object(Request), object(Closure))
at call_user_func_array(array(object(EncryptCookies), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 136
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->Illuminate\Routing\{closure}(object(Request)) in CheckForMaintenanceMode.php line 44
at CheckForMaintenanceMode->handle(object(Request), object(Closure))
at call_user_func_array(array(object(CheckForMaintenanceMode), 'handle'), array(object(Request), object(Closure))) in Pipeline.php line 136
at Pipeline->Illuminate\Pipeline\{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 32
at Pipeline->Illuminate\Routing\{closure}(object(Request))
at call_user_func(object(Closure), object(Request)) in Pipeline.php line 103
at Pipeline->then(object(Closure)) in Kernel.php line 132
at Kernel->sendRequestThroughRouter(object(Request)) in Kernel.php line 99
at Kernel->handle(object(Request)) in index.php line 53
`
Can anyone help with this problem?
Your server has disabled the base64_decode function in the php.ini File. You should ask your host to enable this function.
@Slaven27 Thanks for your realy fast answer :)
Most helpful comment
Your server has disabled the base64_decode function in the php.ini File. You should ask your host to enable this function.