We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi , after editing config.php and accessing website I got this error message. What could be the problem?
Fatal error: Uncaught PDOException: could not find driver in /mnt/web015/xxx/htdocs/phpagebuilder/vendor/hansschouten/phpagebuilder/src/Core/DB.php:32 Stack trace: #0 /mnt/web015/xxx/htdocs/phpagebuilder/vendor/hansschouten/phpagebuilder/src/Core/DB.php(32): PDO->__construct() #1 /mnt/web015/xxx/htdocs/phpagebuilder/vendor/hansschouten/phpagebuilder/src/PHPageBuilder.php(144): PHPageBuilder\Core\DB->__construct() #2 /mnt/web015/xxx/htdocs/phpagebuilder/vendor/hansschouten/phpagebuilder/src/PHPageBuilder.php(70): PHPageBuilder\PHPageBuilder->setDatabaseConnection() #3 /mnt/web015/xxx/htdocs/phpagebuilder/index.php(15): PHPageBuilder\PHPageBuilder->__construct() #4 {main} thrown in /mnt/web015/xxx/htdocs/phpagebuilder/vendor/hansschouten/phpagebuilder/src/Core/DB.php on line 32
The text was updated successfully, but these errors were encountered:
@bea545lisa that means that you don't have the DB driver installed on your machine.
Sorry, something went wrong.
No branches or pull requests
Hi , after editing config.php and accessing website I got this error message. What could be the problem?
Fatal error: Uncaught PDOException: could not find driver in /mnt/web015/xxx/htdocs/phpagebuilder/vendor/hansschouten/phpagebuilder/src/Core/DB.php:32 Stack trace: #0 /mnt/web015/xxx/htdocs/phpagebuilder/vendor/hansschouten/phpagebuilder/src/Core/DB.php(32): PDO->__construct() #1 /mnt/web015/xxx/htdocs/phpagebuilder/vendor/hansschouten/phpagebuilder/src/PHPageBuilder.php(144): PHPageBuilder\Core\DB->__construct() #2 /mnt/web015/xxx/htdocs/phpagebuilder/vendor/hansschouten/phpagebuilder/src/PHPageBuilder.php(70): PHPageBuilder\PHPageBuilder->setDatabaseConnection() #3 /mnt/web015/xxx/htdocs/phpagebuilder/index.php(15): PHPageBuilder\PHPageBuilder->__construct() #4 {main} thrown in /mnt/web015/xxx/htdocs/phpagebuilder/vendor/hansschouten/phpagebuilder/src/Core/DB.php on line 32
The text was updated successfully, but these errors were encountered: