Installation error

I have downloaded Gibbon via softaculous and have not been able to login. Ive attached pictures of error message, error logs, and server information.
[16-Oct-2024 09:49:05 America/Boise] PHP Warning: SessionHandler::read(): open(/var/cpanel/php/sessions/ea-php82/sess_81d1cfd663f6fa7877a93d25976cc170, O_RDWR) failed: No such file or directory (2) in /home2/seeingl4/public_html/website_f67e24e5/src/Session/NativeSessionHandler.php on line 76
[16-Oct-2024 09:49:05 America/Boise] PHP Warning: session_start(): Failed to read session data: user (path: /var/cpanel/php/sessions/ea-php82) in /home2/seeingl4/public_html/website_f67e24e5/src/Session/SessionFactory.php on line 80
[16-Oct-2024 09:49:16 America/Boise] PHP Warning: SessionHandler::read(): open(/var/cpanel/php/sessions/ea-php82/sess_81d1cfd663f6fa7877a93d25976cc170, O_RDWR) failed: No such file or directory (2) in /home2/seeingl4/public_html/website_f67e24e5/src/Session/NativeSessionHandler.php on line 76
[16-Oct-2024 09:49:16 America/Boise] PHP Warning: session_start(): Failed to read session data: user (path: /var/cpanel/php/sessions/ea-php82) in /home2/seeingl4/public_html/website_f67e24e5/src/Session/SessionFactory.php on line 80
[16-Oct-2024 11:49:16 America/New_York] PHP Fatal error: Uncaught InvalidArgumentException: Gateway delete method for gibbonSession must provide a primary key value. in /home2/seeingl4/public_html/website_f67e24e5/src/Domain/Traits/TableAware.php:283
Stack trace:
#0 /home2/seeingl4/public_html/website_f67e24e5/src/Auth/Adapter/AuthenticationAdapter.php(334): Gibbon\Domain\System\SessionGateway->delete(‘’)
#1 /home2/seeingl4/public_html/website_f67e24e5/src/Auth/Adapter/AuthenticationAdapter.php(174): Gibbon\Auth\Adapter\AuthenticationAdapter->updateUserData(Array)
#2 /home2/seeingl4/public_html/website_f67e24e5/src/Auth/Adapter/DefaultAdapter.php(75): Gibbon\Auth\Adapter\AuthenticationAdapter->verifyLogin(Array)
#3 /home2/seeingl4/public_html/website_f67e24e5/vendor/aura/auth/src/Service/LoginService.php(73): Gibbon\Auth\Adapter\DefaultAdapter->login(Array)
#4 /home2/seeingl4/public_html/website_f67e24e5/login.php(109): Aura\Auth\Service\LoginService->login(Object(Aura\Auth\Auth), Array)
#5 {main}
thrown in /home2/seeingl4/public_html/website_f67e24e5/src/Domain/Traits/TableAware.php on line 283
[16-Oct-2024 09:50:19 America/Boise] PHP Warning: SessionHandler::read(): open(/var/cpanel/php/sessions/ea-php82/sess_b509a660f3a2b50cda0ebc1e53cf9952, O_RDWR) failed: No such file or directory (2) in /home2/seeingl4/public_html/website_f67e24e5/src/Session/NativeSessionHandler.php on line 76
[16-Oct-2024 09:50:19 America/Boise] PHP Warning: session_start(): Failed to read session data: user (path: /var/cpanel/php/sessions/ea-php82) in /home2/seeingl4/public_html/website_f67e24e5/src/Session/SessionFactory.php on line 80
[16-Oct-2024 09:50:31 America/Boise] PHP Warning: SessionHandler::read(): open(/var/cpanel/php/sessions/ea-php82/sess_b509a660f3a2b50cda0ebc1e53cf9952, O_RDWR) failed: No such file or directory (2) in /home2/seeingl4/public_html/website_f67e24e5/src/Session/NativeSessionHandler.php on line 76
[16-Oct-2024 09:50:31 America/Boise] PHP Warning: session_start(): Failed to read session data: user (path: /var/cpanel/php/sessions/ea-php82) in /home2/seeingl4/public_html/website_f67e24e5/src/Session/SessionFactory.php on line 80
[16-Oct-2024 11:50:31 America/New_York] PHP Fatal error: Uncaught InvalidArgumentException: Gateway delete method for gibbonSession must provide a primary key value. in /home2/seeingl4/public_html/website_f67e24e5/src/Domain/Traits/TableAware.php:283
Stack trace:

Could anyone help?



Hi @Alyssha, thanks for sharing this information. It looks like it may be a server configuration issue, where the user running your web server (often www-data on Apache systems) doesn’t have file permission access to the /var/cpanel/php/sessions/ea-php82 directory where your sessions are saved. This can happen with a new server that hasn’t been fully configured for PHP. Be sure to give your web server user read and write access to this directory, then try again.