Encryption Exception error |
Hello, I'm new using Codeigniter 4, I started to learn, when I tried to use the encryption library with the example in the manual it returns the error below.
this is the code, the same code as the manual. PHP Code: $config = new \Config\Encryption(); this is the error. CodeIgniter\Encryption\Exceptions\EncryptionException Unable to find an available {0} encryption handler. SYSTEMPATH\Encryption\Exceptions\EncryptionException.php at line 19 PHP Code: public static function forNoDriverRequested() sorry, but i have no idea what causes this error. |
Messages In This Thread |
Encryption Exception error - by ViniciusLima - 07-24-2020, 08:01 PM
RE: Encryption Exception error - by jreklund - 07-25-2020, 12:11 AM
RE: Encryption Exception error - by ViniciusLima - 07-26-2020, 09:01 AM
|