upgrade from cpg 1.4.9 to 1.4.10 upgrade from cpg 1.4.9 to 1.4.10
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

upgrade from cpg 1.4.9 to 1.4.10

Started by netfreaky, February 20, 2007, 12:24:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

netfreaky

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:

!= $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

Thanks on advance!

Netfreaky

Nibbler


netfreaky

i've already done that several time, but did it once again and now it worked...

Thanks!