CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.2 Release Testing »
  • Upgrading from CiviCRM 3.2 beta 2 to CiviCRM 3.2 beta 3
Pages: [1]

Author Topic: Upgrading from CiviCRM 3.2 beta 2 to CiviCRM 3.2 beta 3  (Read 1926 times)

mrl586

  • I post occasionally
  • **
  • Posts: 63
  • Karma: 2
  • CiviCRM version: 4.0
  • CMS version: Drupal 7.0
  • MySQL version: 5.5.9
  • PHP version: 5.3.5
Upgrading from CiviCRM 3.2 beta 2 to CiviCRM 3.2 beta 3
July 07, 2010, 03:47:43 pm
I try upgrade my CiviCRM installation to beta 3, but I see this error during upgrade process.
Code: [Select]
Sorry. A non-recoverable error has occurred.

DB Error: no such field

Database Error Code: Unknown column 'help_post' in 'field list', 1054

Return to home page.

Error Details:

Array
(
    [callback] => Array
        (
            [0] => CRM_Core_Error
            [1] => handle
        )

    [ code ] => -19
    [message] => DB Error: no such field
    [mode] => 16
    [debug_info] => INSERT INTO civicrm_uf_field
   ( uf_group_id, field_name, is_required, is_reserved, weight, visibility, in_selector, is_searchable, location_type_id, label_fi_FI, label_sv_SE,field_type, help_post ) VALUES
   ( @uf_group_id_summary,           'phone' ,1,        0, 1,     'User and User Admin Only',   0,   0, 1,   'Home Phone', 'Home Phone', 'Contact',    NULL),
   ( @uf_group_id_summary,           'phone' ,1,      0, 2,     'User and User Admin Only',   0,      0, 2,   'Home Mobile', 'Home Mobile', 'Contact',    NULL),
   ( @uf_group_id_summary, 'street_address',   1,    0, 3,   'User and User Admin Only',   0,   0, NULL,    'Primary Address', 'Primary Address',         'Contact',    NULL),
   ( @uf_group_id_summary, 'city',   1,    0, 4,   'User and User Admin Only',   0,   0, NULL,    'City', 'City',  'Contact',    NULL),
   ( @uf_group_id_summary, 'state_province',   1,    0, 5,   'User and User Admin Only',   0,   0, NULL,    'State', 'State',  'Contact',    NULL),
   ( @uf_group_id_summary, 'postal_code',   1,    0, 6,   'User and User Admin Only',   0,   0, NULL,    'Postal Code', 'Postal Code',  'Contact',    NULL),
   ( @uf_group_id_summary, 'email',   1,    0, 7,   'User and User Admin Only',   0,   0, NULL,    'Primary Email', 'Primary Email',  'Contact',    NULL),
   ( @uf_group_id_summary, 'group',   1,    0, 8,   'User and User Admin Only',   0,   0, NULL,    'Groups', 'Groups',  'Contact',    NULL),
   ( @uf_group_id_summary, 'tag',   1,    0, 9,   'User and User Admin Only',   0,   0,      NULL,    'Tags', 'Tags', 'Contact',    NULL),
   ( @uf_group_id_summary,           'gender',    1,         0,  10,  'User and User Admin Only',   0,    0,  NULL,  'Gender', 'Gender',  'Individual', NULL),
   ( @uf_group_id_summary,      'birth_date',   1,         0, 11, 'User and User Admin Only',   0,   0, NULL,   'Date of Birth', 'Date of Birth',     'Individual', NULL) [nativecode=1054 ** Unknown column 'help_post' in 'field list']
    [type] => DB_Error
    [user_info] => INSERT INTO civicrm_uf_field
   ( uf_group_id, field_name, is_required, is_reserved, weight, visibility, in_selector, is_searchable, location_type_id, label_fi_FI, label_sv_SE,field_type, help_post ) VALUES
   ( @uf_group_id_summary,           'phone' ,1,        0, 1,     'User and User Admin Only',   0,   0, 1,   'Home Phone', 'Home Phone', 'Contact',    NULL),
   ( @uf_group_id_summary,           'phone' ,1,      0, 2,     'User and User Admin Only',   0,      0, 2,   'Home Mobile', 'Home Mobile', 'Contact',    NULL),
   ( @uf_group_id_summary, 'street_address',   1,    0, 3,   'User and User Admin Only',   0,   0, NULL,    'Primary Address', 'Primary Address',         'Contact',    NULL),
   ( @uf_group_id_summary, 'city',   1,    0, 4,   'User and User Admin Only',   0,   0, NULL,    'City', 'City',  'Contact',    NULL),
   ( @uf_group_id_summary, 'state_province',   1,    0, 5,   'User and User Admin Only',   0,   0, NULL,    'State', 'State',  'Contact',    NULL),
   ( @uf_group_id_summary, 'postal_code',   1,    0, 6,   'User and User Admin Only',   0,   0, NULL,    'Postal Code', 'Postal Code',  'Contact',    NULL),
   ( @uf_group_id_summary, 'email',   1,    0, 7,   'User and User Admin Only',   0,   0, NULL,    'Primary Email', 'Primary Email',  'Contact',    NULL),
   ( @uf_group_id_summary, 'group',   1,    0, 8,   'User and User Admin Only',   0,   0, NULL,    'Groups', 'Groups',  'Contact',    NULL),
   ( @uf_group_id_summary, 'tag',   1,    0, 9,   'User and User Admin Only',   0,   0,      NULL,    'Tags', 'Tags', 'Contact',    NULL),
   ( @uf_group_id_summary,           'gender',    1,         0,  10,  'User and User Admin Only',   0,    0,  NULL,  'Gender', 'Gender',  'Individual', NULL),
   ( @uf_group_id_summary,      'birth_date',   1,         0, 11, 'User and User Admin Only',   0,   0, NULL,   'Date of Birth', 'Date of Birth',     'Individual', NULL) [nativecode=1054 ** Unknown column 'help_post' in 'field list']
    [to_string] => [db_error: message="DB Error: no such field" code=-19 mode=callback callback=CRM_Core_Error::handle prefix="" info="INSERT INTO civicrm_uf_field
   ( uf_group_id, field_name, is_required, is_reserved, weight, visibility, in_selector, is_searchable, location_type_id, label_fi_FI, label_sv_SE,field_type, help_post ) VALUES
   ( @uf_group_id_summary,           'phone' ,1,        0, 1,     'User and User Admin Only',   0,   0, 1,   'Home Phone', 'Home Phone', 'Contact',    NULL),
   ( @uf_group_id_summary,           'phone' ,1,      0, 2,     'User and User Admin Only',   0,      0, 2,   'Home Mobile', 'Home Mobile', 'Contact',    NULL),
   ( @uf_group_id_summary, 'street_address',   1,    0, 3,   'User and User Admin Only',   0,   0, NULL,    'Primary Address', 'Primary Address',         'Contact',    NULL),
   ( @uf_group_id_summary, 'city',   1,    0, 4,   'User and User Admin Only',   0,   0, NULL,    'City', 'City',  'Contact',    NULL),
   ( @uf_group_id_summary, 'state_province',   1,    0, 5,   'User and User Admin Only',   0,   0, NULL,    'State', 'State',  'Contact',    NULL),
   ( @uf_group_id_summary, 'postal_code',   1,    0, 6,   'User and User Admin Only',   0,   0, NULL,    'Postal Code', 'Postal Code',  'Contact',    NULL),
   ( @uf_group_id_summary, 'email',   1,    0, 7,   'User and User Admin Only',   0,   0, NULL,    'Primary Email', 'Primary Email',  'Contact',    NULL),
   ( @uf_group_id_summary, 'group',   1,    0, 8,   'User and User Admin Only',   0,   0, NULL,    'Groups', 'Groups',  'Contact',    NULL),
   ( @uf_group_id_summary, 'tag',   1,    0, 9,   'User and User Admin Only',   0,   0,      NULL,    'Tags', 'Tags', 'Contact',    NULL),
   ( @uf_group_id_summary,           'gender',    1,         0,  10,  'User and User Admin Only',   0,    0,  NULL,  'Gender', 'Gender',  'Individual', NULL),
   ( @uf_group_id_summary,      'birth_date',   1,         0, 11, 'User and User Admin Only',   0,   0, NULL,   'Date of Birth', 'Date of Birth',     'Individual', NULL) [nativecode=1054 ** Unknown column 'help_post' in 'field list']"]
)

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Upgrading from CiviCRM 3.2 beta 2 to CiviCRM 3.2 beta 3
July 07, 2010, 04:09:41 pm
Hmm - are you running a multi-language site? I think that's not being properly handled - but I'll ask one our multi-language "gurus" to take a look.
Protect your investment in CiviCRM by  becoming a Member!

mrl586

  • I post occasionally
  • **
  • Posts: 63
  • Karma: 2
  • CiviCRM version: 4.0
  • CMS version: Drupal 7.0
  • MySQL version: 5.5.9
  • PHP version: 5.3.5
Re: Upgrading from CiviCRM 3.2 beta 2 to CiviCRM 3.2 beta 3
July 07, 2010, 04:12:30 pm
Quote from: Dave Greenberg on July 07, 2010, 04:09:41 pm
Hmm - are you running a multi-language site?
Yes.

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Upgrading from CiviCRM 3.2 beta 2 to CiviCRM 3.2 beta 3
July 08, 2010, 06:04:52 am
Quote from: mrl586 on July 07, 2010, 03:47:43 pm
I try upgrade my CiviCRM installation to beta 3, but I see this error during upgrade process.

Can you try overwriting your CRM/Upgrade/Incremental/sql/3.2.beta3.mysql.tpl file with the one attached to this post (you’ll need to delete the .txt extension)?
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

Piotr Szotkowski

  • I live on this forum
  • *****
  • Posts: 1497
  • Karma: 57
Re: Upgrading from CiviCRM 3.2 beta 2 to CiviCRM 3.2 beta 3
July 08, 2010, 06:37:01 am
FWIW, I filed it as CRM-6461 and committed the fix in r28647. Apologies for not catching this.
If you found the above helpful, please consider helping us in return – you can even steer CiviCRM’s future and help us extend CiviCRM in ways useful to you.

mrl586

  • I post occasionally
  • **
  • Posts: 63
  • Karma: 2
  • CiviCRM version: 4.0
  • CMS version: Drupal 7.0
  • MySQL version: 5.5.9
  • PHP version: 5.3.5
Re: Upgrading from CiviCRM 3.2 beta 2 to CiviCRM 3.2 beta 3
July 09, 2010, 11:22:24 am
How I can solve this error?
Code: [Select]
Sorry. A non-recoverable error has occurred.

Database check failed - the database looks to have been partially upgraded. You may want to reload the database with the backup and try the upgrade process again.

Return to home page.

Dave Greenberg

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 5760
  • Karma: 226
    • My CiviCRM Blog
Re: Upgrading from CiviCRM 3.2 beta 2 to CiviCRM 3.2 beta 3
July 09, 2010, 03:52:01 pm
The fix won't be available in a "release" until next week. At that point you'll need to reload the DB w/ your backup and do the upgrade again. (Remembering that this is still beta code - you're not using for your production DB - right :-) ).
Protect your investment in CiviCRM by  becoming a Member!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.2 Release Testing »
  • Upgrading from CiviCRM 3.2 beta 2 to CiviCRM 3.2 beta 3

This forum was archived on 2017-11-26.