You are here

constant DB_ERROR_ACCESS_VIOLATION in Flickr API 5

The present user has inadequate permissions to perform the task requestd

2 uses of DB_ERROR_ACCESS_VIOLATION
DB_common::executeEmulateQuery in phpFlickr/PEAR/DB/common.php
Emulates executing prepared statements if the DBMS not support them
DB_pgsql::errorCode in phpFlickr/PEAR/DB/pgsql.php
Determines PEAR::DB error code from the database's text error message.

File

phpFlickr/PEAR/DB.php, line 171

Code

define('DB_ERROR_ACCESS_VIOLATION', -26);