You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you heard other people who met the same problem?
Also, can you verify this:
www/system/Encryption/Handlers/OpenSSLHandler.php - Line 130
"@throws \CodeIgniter\Encryption\EncryptionException" is not correct. It must be "@throws \CodeIgniter\Encryption\Exceptions\EncryptionException" or "@throws EncryptionException". Isn't it?
And line 148: Method "forStarterKeyNeeded" is not defined.
The text was updated successfully, but these errors were encountered:
I have some problem sometimes. An encrypted string cannot be decrypted. I get the error :
Have you heard other people who met the same problem?
Also, can you verify this:
www/system/Encryption/Handlers/OpenSSLHandler.php - Line 130
"@throws \CodeIgniter\Encryption\EncryptionException" is not correct. It must be "@throws \CodeIgniter\Encryption\Exceptions\EncryptionException" or "@throws EncryptionException". Isn't it?
And line 148: Method "forStarterKeyNeeded" is not defined.
The text was updated successfully, but these errors were encountered: