forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 upgrading => Topic started by: DeeDee on January 13, 2011, 06:49:54 pm

Title: Fatal error
Post by: DeeDee on January 13, 2011, 06:49:54 pm
Can someone tell me what I need to do to fix this?

Fatal error:

While executing query 'SELECT MAX(group_quota) as disk_max, MIN(group_quota) as disk_min, MAX(can_rate_pictures) as can_rate_pictures, MAX(can_send_ecards) as can_send_ecards, MAX(upload_form_config) as ufc_max, MIN(upload_form_config) as ufc_min, MAX(custom_user_upload) as custom_user_upload, MAX(num_file_upload) as num_file_upload, MAX(num_URI_upload) as num_URI_upload, MAX(can_post_comments) as can_post_comments, MAX(can_upload_pictures) as can_upload_pictures, MAX(can_create_albums) as can_create_albums, MAX(has_admin_access) as has_admin_access, MIN(pub_upl_need_approval) as pub_upl_need_approval, MIN( priv_upl_need_approval) as  priv_upl_need_approval FROM cpg14x_usergroups WHERE group_id in (3)' in bridge/udb_base.inc.php on line 309

mySQL error: Unknown column 'upload_form_config' in 'field list'


URL is http://www.ericnorthman.net/gallery/.  The update script ran fine.  Thanks!
Title: Re: Fatal error
Post by: Nibbler on January 13, 2011, 06:55:19 pm
Means you didn't upload the new version completely. Upload the 1,5 version of bridge/udb_base.inc.php and try again. Then use the versioncheck tool to find any other files you might have missed.
Title: Re: Fatal error
Post by: DeeDee on January 13, 2011, 06:58:09 pm
D'oh!   :-[ That was it.  I guess I accidentally overlooked a folder when I uploaded.  Thanks, Nibbler.