As Phil mentioned - verify the table prefix in yourgallery/include/config.inc.php
Both of those errors suggest the table...
Code: [Select]
$CONFIG['TABLE_PREFIX'] = "cpg_";
This prefix must match the actual prefix for your tables... It is usually not null.Both of those errors suggest the table...