Yes, we have the same problem with Plesk 11.0.9 #53 using Centos 6.3. We applied this change in Table.class.php:
static public function isView($db = null, $table = null)
{
if (empty($db) || empty($table)) {
return false;
}
// use cached data or load...