Fatal error Fatal error
 

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

Fatal error

Started by DeeDee, January 13, 2011, 06:49:54 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

DeeDee

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!

Nibbler

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.

DeeDee

D'oh!   :-[ That was it.  I guess I accidentally overlooked a folder when I uploaded.  Thanks, Nibbler.