cdnboy, what is the config_version? What version of PHP?
This will require some collaborative debugging. Edit util.php and
in gallerySanityCheck() put these lines:
print "<pre>";
print_r($gallery);
above this line:
if ($gallery->app->config_version != $gallery->config_version) {
and then send us the URL or cut and paste the results.