forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upgrading => Topic started by: netfreaky on February 20, 2007, 12:24:09 pm

Title: upgrade from cpg 1.4.9 to 1.4.10
Post by: netfreaky on February 20, 2007, 12:24:09 pm
Hi,

since i upgraded cpg to 1.4.10, i get the following text on top of evey page.
The version check tells me that i've got version 1.4.10, but the version of all files couldn't be checked:

Code: [Select]
!= $i_group_name) {
    cpg_db_query("UPDATE {$CONFIG['TABLE_USERGROUPS']} SET group_name = '" . addslashes($i_group_name) . "' WHERE group_id = '$i_group_id' LIMIT 1");
    }
    }
    // fix admin grp
    if (!$this->use_post_based_groups) cpg_db_query("UPDATE {$CONFIG['TABLE_USERGROUPS']} SET has_admin_access = '1' WHERE group_id = '1' LIMIT 1");

    }

}

// and go !
$cpg_udb = new coppermine_udb;
?>

Can someone give me a hint which file has this text or how to solve this? (link to my gallery, currently set offline: http://pics.netfreaky.be (http://pics.netfreaky.be)

Thanks on advance!

Netfreaky
Title: Re: upgrade from cpg 1.4.9 to 1.4.10
Post by: Nibbler on February 20, 2007, 12:27:23 pm
Reupload the files.
Title: Re: upgrade from cpg 1.4.9 to 1.4.10
Post by: netfreaky on February 21, 2007, 09:11:42 am
i've already done that several time, but did it once again and now it worked...

Thanks!