Is PDO_SQLITE extension activated on your servers?

PDO is installed across all PHP versions.

PDO_SQLITE is part of the PDO package.

In Addition, SQLite3 is also installed.

To confirm this, create a phpinfo() file in your site and view the results.

1. Create a file in your site called phpinfo.php
2. In the file add the code below

<?php
phpinfo()
?>

3. Upload file to your site like http://yoursite.com/phpinfo.php
4. Browse to http://yoursite.com/phpinfo.php and view the PHP information
5. For security, DELETE the phpinfo.php when you are finished.

Search for PDO_SQLITE and you will see both SQLite3 and PDO_SQLITE in the mix for all php versions.





  • PDO_SQLITE, phpinfo, SQLite3
  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

I want to transfer my domains/hosting and/or email to JUCRA Digital

You are reading this article because you would like us to take over your domain, hosting and/or...

What DNS Nameservers should I use?

For your hosting at JUCRA Digital, please use the following nameservers. DNS NAME IP...

Why is my site running slow? Understanding CloudLinux LVE Resource Usage

Sometimes we are asked "why is my site running slow" or "why am I getting kicked out of my site"...

My site won't run on php 7+. What versions of php do you support?

You are reading this article because you have a website on our servers and when you switch to PHP...

Enabling HSTS in Cpanel

ABOUT HSTS HTTP Strict Transport Security (HSTS) instructs web browsers to only use secure...