forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 upgrading => Topic started by: terrano on March 02, 2011, 06:26:15 am

Title: error: Unknown column 'upload_form_config' in 'field list' on thumbnail view
Post by: terrano on March 02, 2011, 06:26:15 am
I've upgraded to 1.5 but keep getting the following error, did have 1.5 displaying, thumbnails were showing, but when went to click on thumbnail I got an error and when went to log in. Have followed upgrade instructions , adding and deleting code etc.

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'
Title: Re: When goto view next photo, the next photo does not stay in same position
Post by: Αndré on March 02, 2011, 09:14:15 am
Seems that you haven't replaced all files properly, as line 309 of bridge/udb_base.inc.php reads something different in cpg1.5.x:
Code: [Select]
unset ($groups[$key]);
Title: Re: error: Unknown column 'upload_form_config' in 'field list' on thumbnail view
Post by: Αndré on March 02, 2011, 09:19:11 am
Splitted from http://forum.coppermine-gallery.net/index.php/topic,71017.0.html

Please respect our board rules (http://forum.coppermine-gallery.net/index.php/topic,55415.msg270618.html#msg270618) in the future. Thanks.
Title: Re: error: Unknown column 'upload_form_config' in 'field list' on thumbnail view
Post by: terrano on March 07, 2011, 11:27:31 pm
Sorry for the lack of respect. 1.5 bridge folder now installed, thank you Αndré.