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.
|
Welcome Guest, Not a member yet? Register Sign In |