I’ve established a connection to the database in the config.php file, however, I get an error when I run a code to display what’s in a table. This is what I get PDOException thrown with message "SQLSTATE[HY000] [2002] No such file or directory" and the highlighted row is $this->connection = new PDO($this->dsn, $options['user'], $options['password']);
I know SQLite doesn’t require a username and password. I don’t know where to go from here. What do I do next?