lonnieezell / myth-auth

One-stop Auth package for CodeIgniter 4
MIT License
632 stars 207 forks source link

After update Codeigniter to 4.4.0 version, it thrown error Attempt to read property "driver" on null #605

Closed faudzanfadhli closed 11 months ago

faudzanfadhli commented 11 months ago

After upgrading codeigniter to version 4.4.0, it thrown an error refers to: SYSTEMPATH\Config\Services.php at line 670. I was used the latest version of Myth Auth v1.2.

manageruz commented 11 months ago

Hi @faudzanfadhli Please check your CI's config and .env file parameters. It should be something wrong with them after update. Please refer to the https://codeigniter.com/user_guide/installation/upgrading.html part of the CI userguide.

manageruz commented 11 months ago

Myth Auth version 1.2 is working well with the latest CI 4.4.1

faudzanfadhli commented 11 months ago

I was check CI's config and the .env file but the error still appear. So I create a new blank CI4 project with latest version, install the library and rewrite the whole of my project code. Thank you for commenting on this issue.