error: Unknown column 'upload_form_config' in 'field list' on thumbnail view error: Unknown column 'upload_form_config' in 'field list' on thumbnail view
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

error: Unknown column 'upload_form_config' in 'field list' on thumbnail view

Started by terrano, March 02, 2011, 06:26:15 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

terrano

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'

Αndré

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:
unset ($groups[$key]);

Αndré


terrano

Sorry for the lack of respect. 1.5 bridge folder now installed, thank you Αndré.