how to solve pdo error in installtion of php application

2 replies
"Hi, I was advised to look for an open-source application tracking system. I downloaded the candidates from a source with a video, and it initially ran up to the setup. Then, it started displaying a PDO error."
#application #error #installtion #pdo #php #solve
  • Can you share error reporting screenshot? to clear more
    {{ DiscussionBoard.errors[11823260].message }}
  • Profile picture of the author techschneider
    Usually this error means that the required database extensions are not enabled.
    Go to your hosting panel or php.ini file and allow both pdo and pdo_mysql extensions. Then restart your web server. If the issue still persist, contact your hosting support to activate these for you. This will enable your PHP app to connect the database and complete setup.
    {{ DiscussionBoard.errors[11830359].message }}

Trending Topics