[Solved]: Problems with install [Solved]: Problems with install
 

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

[Solved]: Problems with install

Started by Sandrina, August 28, 2009, 02:43:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sandrina

Hi.
I just install gallery and have one problem. In the Top of the Gallery there are next text:
!= $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; ?>

As I understand, there some problems with someone file, but I don't understand which one... Please, help me!

Nibbler

Upload clean copies of all the files, apparently one or more got corrupted during upload.

Sandrina