bcosca / fatfree

A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast!
2.66k stars 446 forks source link

SQL connection exception when there is no session #1179

Open GhaziTriki opened 4 years ago

GhaziTriki commented 4 years ago

Hello, Everytime I open my F3 application I get this exception when the session does not exits. This is the only log I see.

#0 /var/www/bbb-lb/vendor/bcosca/fatfree-core/db/sql.php(519): PDO->__construct()
#1 /var/www/bbb-lb/app/src/Application/Boot.php(145): DB\SQL->__construct()