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
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';
The text was updated successfully, but these errors were encountered:
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';
The text was updated successfully, but these errors were encountered: