CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Drupal

How to resolve “Fatal error: Class ‘PDO’ not found in /home/public_html/…/includes/database/database.inc on line 184” error in Drupal?

PDO (PHP Data Objects) is a thin data access layer and provides consistent way to access databases. Drupal uses PDO to interact with its databases. If the PDO is not enabled or PDO related libraries are not included you will get “Fatal error: Class ‘PDO’ not found in /home/public_html/…/includes/database/database.inc on line 184” error in Drupal. Below are […]

How to update Drupal core?

When any Drupal core updates are available, Drupal will display available updates in the Available updates report. This report is available only when you enable the Update manager module. This article explains how to update Drupal core. Step (1). Take a backup of your site and its database. Step (2). Log in to your Drupal-based […]

Scroll to top