coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 install => Topic started by: Sandrina on August 28, 2009, 02:43:17 PM

Title: [Solved]: Problems with install
Post by: Sandrina on August 28, 2009, 02:43:17 PM
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!
Title: Re: Problems with install
Post by: Nibbler on August 28, 2009, 02:44:56 PM
Upload clean copies of all the files, apparently one or more got corrupted during upload.
Title: Re: Problems with install
Post by: Sandrina on August 28, 2009, 02:53:35 PM
thank you!)