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.1 Release Testing »
  • Upgrade Beta2-->Beta3
Pages: [1]

Author Topic: Upgrade Beta2-->Beta3  (Read 1802 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
Upgrade Beta2-->Beta3
December 28, 2009, 06:00:34 pm
I see this error when upgrading civicrm
Code: [Select]
Upgrade CiviCRM to Version 3.1.beta3

unrecoverable error
    Sorry. A non-recoverable error has occurred.

    DB Error: no such field

    Database Error Code: Unknown column 'label' 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_dashboard`
    ( `domain_id`, `label`, `url`, `content`, `permission`, `permission_operator`, `column_no`, `is_minimized`, `is_active`, `weight`, `created_date`, `is_fullscreen`)
    VALUES
    ( @domain_id, 'Donor Report (Summary)'       , 'civicrm/report/instance/3&reset=1&section=1&snippet=4&charts=barChart',  NULL, 'access CiviCRM,access CiviContribute', 'AND', 0, 0,'1', 2, NULL, '0'),
    ( @domain_id, 'Top Donors Report'            , 'civicrm/report/instance/20&reset=1&section=2&snippet=4',                 NULL, 'access CiviCRM,access CiviContribute', 'AND', 0, 0,'1', 3, NULL, '1'),
    ( @domain_id, 'Event Income Report (Summary)', 'civicrm/report/instance/13&reset=1&section=1&snippet=4&charts=pieChart', NULL, 'access CiviCRM,access CiviEvent'     , 'AND', 0, 0,'1', 4, NULL, '0'),
    ( @domain_id, 'Membership Report (Summary)'  , 'civicrm/report/instance/9&reset=1&section=2&snippet=4',                  NULL, 'access CiviCRM,access CiviMember'    , 'AND', 0, 0,'1', 5, NULL, '1') [nativecode=1054 ** Unknown column 'label' in 'field list']
    [type] => DB_Error
    [user_info] => INSERT INTO `civicrm_dashboard`
    ( `domain_id`, `label`, `url`, `content`, `permission`, `permission_operator`, `column_no`, `is_minimized`, `is_active`, `weight`, `created_date`, `is_fullscreen`)
    VALUES
    ( @domain_id, 'Donor Report (Summary)'       , 'civicrm/report/instance/3&reset=1&section=1&snippet=4&charts=barChart',  NULL, 'access CiviCRM,access CiviContribute', 'AND', 0, 0,'1', 2, NULL, '0'),
    ( @domain_id, 'Top Donors Report'            , 'civicrm/report/instance/20&reset=1&section=2&snippet=4',                 NULL, 'access CiviCRM,access CiviContribute', 'AND', 0, 0,'1', 3, NULL, '1'),
    ( @domain_id, 'Event Income Report (Summary)', 'civicrm/report/instance/13&reset=1&section=1&snippet=4&charts=pieChart', NULL, 'access CiviCRM,access CiviEvent'     , 'AND', 0, 0,'1', 4, NULL, '0'),
    ( @domain_id, 'Membership Report (Summary)'  , 'civicrm/report/instance/9&reset=1&section=2&snippet=4',                  NULL, 'access CiviCRM,access CiviMember'    , 'AND', 0, 0,'1', 5, NULL, '1') [nativecode=1054 ** Unknown column 'label' 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_dashboard`
    ( `domain_id`, `label`, `url`, `content`, `permission`, `permission_operator`, `column_no`, `is_minimized`, `is_active`, `weight`, `created_date`, `is_fullscreen`)
    VALUES
    ( @domain_id, 'Donor Report (Summary)'       , 'civicrm/report/instance/3&reset=1&section=1&snippet=4&charts=barChart',  NULL, 'access CiviCRM,access CiviContribute', 'AND', 0, 0,'1', 2, NULL, '0'),
    ( @domain_id, 'Top Donors Report'            , 'civicrm/report/instance/20&reset=1&section=2&snippet=4',                 NULL, 'access CiviCRM,access CiviContribute', 'AND', 0, 0,'1', 3, NULL, '1'),
    ( @domain_id, 'Event Income Report (Summary)', 'civicrm/report/instance/13&reset=1&section=1&snippet=4&charts=pieChart', NULL, 'access CiviCRM,access CiviEvent'     , 'AND', 0, 0,'1', 4, NULL, '0'),
    ( @domain_id, 'Membership Report (Summary)'  , 'civicrm/report/instance/9&reset=1&section=2&snippet=4',                  NULL, 'access CiviCRM,access CiviMember'    , 'AND', 0, 0,'1', 5, NULL, '1') [nativecode=1054 ** Unknown column 'label' in 'field list']"]
)

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Upgrade Beta2-->Beta3
December 28, 2009, 06:17:32 pm
Can you give more details about your install. Have you configured multi-lingual support?

Kurund
Found this reply helpful? Support CiviCRM

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: Upgrade Beta2-->Beta3
December 28, 2009, 06:43:53 pm
Quote from: Kurund Jalmi on December 28, 2009, 06:17:32 pm
Have you configured multi-lingual support?
Yes, this is multilingual installation (finnish, swedish, us english)

Sunil

  • I post frequently
  • ***
  • Posts: 131
  • Karma: 23
  • The community around a product more important than the product itself?
    • CiviCRM
Re: Upgrade Beta2-->Beta3
December 30, 2009, 07:03:21 am
hi
This was the bug for multilingual upgrade.
We have filed an issue http://issues.civicrm.org/jira/browse/CRM-5595 and fixed in r25706  ( will be part of v3.1.beta4)

Sunil
The community around a product more important than the product itself?

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.1 Release Testing »
  • Upgrade Beta2-->Beta3

This forum was archived on 2017-11-26.