Database drivers issue
Posted: Mon Mar 10, 2025 7:39 am
Hey,
I'm trying to figure out which database driver Forma LMS is using. I thought it was using MySQLi, but I'm seeing an error in my PHP log that points to the PDO driver, specifically in a try-catch block where a connection is being created. If Forma LMS is supposed to be using MySQLi (since my config.php file shows db_type set to 'mysqli'), why am I still getting a PDO-related error? I'm a bit confused about this.
I'm trying to figure out which database driver Forma LMS is using. I thought it was using MySQLi, but I'm seeing an error in my PHP log that points to the PDO driver, specifically in a try-catch block where a connection is being created. If Forma LMS is supposed to be using MySQLi (since my config.php file shows db_type set to 'mysqli'), why am I still getting a PDO-related error? I'm a bit confused about this.