Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throws 27 errors on PHP 8.2 #2

Open
RonGee opened this issue Feb 2, 2024 · 0 comments
Open

Throws 27 errors on PHP 8.2 #2

RonGee opened this issue Feb 2, 2024 · 0 comments

Comments

@RonGee
Copy link

RonGee commented Feb 2, 2024

There's a lot of these : Message: Creation of dynamic property CI_URI::$config is deprecated

Followed by this:
Fatal error: Declaration of CI_Session_database_driver::open(string $path, string $name): bool must be compatible with CI_Session_driver_interface::open($save_path, $name) in /var/www/system/libraries/Session/drivers/Session_database_driver.php on line 130

And this:
Message: Cannot modify header information - headers already sent by (output started at /var/www/system/core/Exceptions.php:272)

And then finally this:
Message: Uncaught Exception: SeasLog Invalid Log File - /var/log/www/default/20240202.log in /var/www/system/libraries/Session/drivers/Session_database_driver.php:50

I'm unaware of a way to set the log file to something it would be able to write to.

Database driver is set to: $config['db_driver'] = 'mysqli';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant