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
I just ran into this issue: Error - Undefined constant Gt\Database\Connection\Connection::MYSQL_ATTR_INIT_COMMAND /home/g105b/Code/PhpGt/Database/src/Connection/Driver.php:49
It seems such an obscure error, but really it should say "Your PHP install does not have PDO's MySQL module installed". This should be detectable during the constructor.
The text was updated successfully, but these errors were encountered:
I just ran into this issue:
Error - Undefined constant Gt\Database\Connection\Connection::MYSQL_ATTR_INIT_COMMAND /home/g105b/Code/PhpGt/Database/src/Connection/Driver.php:49
It seems such an obscure error, but really it should say "Your PHP install does not have PDO's MySQL module installed". This should be detectable during the constructor.
The text was updated successfully, but these errors were encountered: