PHP Fatal error: Uncaught PDOException: could not find driver in /var/www/vhosts/********/lib/pkp/lib/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:38
Plus several other errors. But’s lets focus on this one for the time being
Ensure that your files_dir (as configured in config.inc.php) is not directly web-accessible. That’s the most common way OJS installations are hacked. (There are warnings about this on the installation form, in the configuration file, and in various installation documentation.)
Regards,
Alec Smecher
Public Knowledge Project Team
Hi @asmecher
Thanks for taking the time to respond.
I made sure my files directory is not web-accesible in the installation.
I double checked it again just in case.