You are here

constant DB_ERROR_EXTENSION_NOT_FOUND in Flickr API 5

The PHP extension needed for this DBMS could not be found

2 uses of DB_ERROR_EXTENSION_NOT_FOUND
DB_mysql::connect in phpFlickr/PEAR/DB/mysql.php
Connect to the database server, log in and open the database
DB_pgsql::connect in phpFlickr/PEAR/DB/pgsql.php
Connect to the database server, log in and open the database

File

phpFlickr/PEAR/DB.php, line 166

Code

define('DB_ERROR_EXTENSION_NOT_FOUND', -25);