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 »
  • Multiple missing table
Pages: [1]

Author Topic: Multiple missing table  (Read 2103 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
Multiple missing table
June 03, 2010, 05:37:30 pm
My CiviCRM site says that:
Code: [Select]
Sorry. A non-recoverable error has occurred.

DB Error: no such table

Database Error Code: Table 'yhdistys_civicrm.civicrm_option_value_en_US' doesn't exist, 1146

Return to home page.

Error Details:

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

    [ code ] => -18
    [message] => DB Error: no such table
    [mode] => 16
    [debug_info] =>
SELECT  v.name as name ,v.value as value, v.grouping as grouping
FROM   civicrm_option_value_en_US v,
       civicrm_option_group_en_US g
WHERE  v.option_group_id = g.id
  AND  g.name            = 'contact_autocomplete_options'
  AND  v.is_active       = 1
  AND  g.is_active       = 1   ORDER BY v.weight [nativecode=1146 ** Table 'yhdistys_civicrm.civicrm_option_value_en_US' doesn't exist]
    [type] => DB_Error
    [user_info] =>
SELECT  v.name as name ,v.value as value, v.grouping as grouping
FROM   civicrm_option_value_en_US v,
       civicrm_option_group_en_US g
WHERE  v.option_group_id = g.id
  AND  g.name            = 'contact_autocomplete_options'
  AND  v.is_active       = 1
  AND  g.is_active       = 1   ORDER BY v.weight [nativecode=1146 ** Table 'yhdistys_civicrm.civicrm_option_value_en_US' doesn't exist]
    [to_string] => [db_error: message="DB Error: no such table" code=-18 mode=callback callback=CRM_Core_Error::handle prefix="" info="
SELECT  v.name as name ,v.value as value, v.grouping as grouping
FROM   civicrm_option_value_en_US v,
       civicrm_option_group_en_US g
WHERE  v.option_group_id = g.id
  AND  g.name            = 'contact_autocomplete_options'
  AND  v.is_active       = 1
  AND  g.is_active       = 1   ORDER BY v.weight [nativecode=1146 ** Table 'yhdistys_civicrm.civicrm_option_value_en_US' doesn't exist]"]
)
Code: [Select]
Sorry. A non-recoverable error has occurred.

DB Error: no such table

Database Error Code: Table 'yhdistys_civicrm.civicrm_contact_en_US' doesn't exist, 1146

Return to home page.

Error Details:

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

    [ code ] => -18
    [message] => DB Error: no such table
    [mode] => 16
    [debug_info] =>
SELECT    civicrm_contact_en_US.display_name as display_name,
          civicrm_contact_en_US.contact_type as contact_type,
          civicrm_contact_en_US.contact_sub_type as contact_sub_type,
          civicrm_email.email          as email      
FROM      civicrm_contact_en_US
LEFT JOIN civicrm_email ON civicrm_email.contact_id = civicrm_contact_en_US.id
     AND  civicrm_email.is_primary = 1
WHERE     civicrm_contact_en_US.id = 1 [nativecode=1146 ** Table 'yhdistys_civicrm.civicrm_contact_en_US' doesn't exist]
    [type] => DB_Error
    [user_info] =>
SELECT    civicrm_contact_en_US.display_name as display_name,
          civicrm_contact_en_US.contact_type as contact_type,
          civicrm_contact_en_US.contact_sub_type as contact_sub_type,
          civicrm_email.email          as email      
FROM      civicrm_contact_en_US
LEFT JOIN civicrm_email ON civicrm_email.contact_id = civicrm_contact_en_US.id
     AND  civicrm_email.is_primary = 1
WHERE     civicrm_contact_en_US.id = 1 [nativecode=1146 ** Table 'yhdistys_civicrm.civicrm_contact_en_US' doesn't exist]
    [to_string] => [db_error: message="DB Error: no such table" code=-18 mode=callback callback=CRM_Core_Error::handle prefix="" info="
SELECT    civicrm_contact_en_US.display_name as display_name,
          civicrm_contact_en_US.contact_type as contact_type,
          civicrm_contact_en_US.contact_sub_type as contact_sub_type,
          civicrm_email.email          as email      
FROM      civicrm_contact_en_US
LEFT JOIN civicrm_email ON civicrm_email.contact_id = civicrm_contact_en_US.id
     AND  civicrm_email.is_primary = 1
WHERE     civicrm_contact_en_US.id = 1 [nativecode=1146 ** Table 'yhdistys_civicrm.civicrm_contact_en_US' doesn't exist]"]
)
Code: [Select]
Sorry. A non-recoverable error has occurred.

DB Error: no such table

Database Error Code: Table 'yhdistys_civicrm.civicrm_contact_type_en_US' doesn't exist, 1146

Return to home page.

Error Details:

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

    [ code ] => -18
    [message] => DB Error: no such table
    [mode] => 16
    [debug_info] =>
SELECT type.*, parent.name as parent, parent.label as parent_label
FROM      civicrm_contact_type_en_US type
LEFT JOIN civicrm_contact_type_en_US parent ON type.parent_id = parent.id
WHERE  type.name IS NOT NULL
 [nativecode=1146 ** Table 'yhdistys_civicrm.civicrm_contact_type_en_US' doesn't exist]
    [type] => DB_Error
    [user_info] =>
SELECT type.*, parent.name as parent, parent.label as parent_label
FROM      civicrm_contact_type_en_US type
LEFT JOIN civicrm_contact_type_en_US parent ON type.parent_id = parent.id
WHERE  type.name IS NOT NULL
 [nativecode=1146 ** Table 'yhdistys_civicrm.civicrm_contact_type_en_US' doesn't exist]
    [to_string] => [db_error: message="DB Error: no such table" code=-18 mode=callback callback=CRM_Core_Error::handle prefix="" info="
SELECT type.*, parent.name as parent, parent.label as parent_label
FROM      civicrm_contact_type_en_US type
LEFT JOIN civicrm_contact_type_en_US parent ON type.parent_id = parent.id
WHERE  type.name IS NOT NULL
 [nativecode=1146 ** Table 'yhdistys_civicrm.civicrm_contact_type_en_US' doesn't exist]"]
)
Code: [Select]
Sorry. A non-recoverable error has occurred.

DB Error: no such table

Return to home page.

Error Details:

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

    [ code ] => -18
    [message] => DB Error: no such table
    [mode] => 16
    [debug_info] => SELECT civicrm_uf_group_en_US.id, title, civicrm_uf_group_en_US.is_active, is_reserved, group_type
                        FROM civicrm_uf_group_en_US
                        LEFT JOIN civicrm_uf_join ON (civicrm_uf_group_en_US.id = uf_group_id) AND civicrm_uf_group_en_US.is_active = 1
                              WHERE civicrm_uf_join.module = 'User Account' ORDER BY civicrm_uf_join.weight, civicrm_uf_group_en_US.title [nativecode=1146 ** Table 'yhdistys_civicrm.civicrm_uf_group_en_US' doesn't exist]
    [type] => DB_Error
    [user_info] => SELECT civicrm_uf_group_en_US.id, title, civicrm_uf_group_en_US.is_active, is_reserved, group_type
                        FROM civicrm_uf_group_en_US
                        LEFT JOIN civicrm_uf_join ON (civicrm_uf_group_en_US.id = uf_group_id) AND civicrm_uf_group_en_US.is_active = 1
                              WHERE civicrm_uf_join.module = 'User Account' ORDER BY civicrm_uf_join.weight, civicrm_uf_group_en_US.title [nativecode=1146 ** Table 'yhdistys_civicrm.civicrm_uf_group_en_US' doesn't exist]
    [to_string] => [db_error: message="DB Error: no such table" code=-18 mode=callback callback=CRM_Core_Error::handle prefix="" info="SELECT civicrm_uf_group_en_US.id, title, civicrm_uf_group_en_US.is_active, is_reserved, group_type
                        FROM civicrm_uf_group_en_US
                        LEFT JOIN civicrm_uf_join ON (civicrm_uf_group_en_US.id = uf_group_id) AND civicrm_uf_group_en_US.is_active = 1
                              WHERE civicrm_uf_join.module = 'User Account' ORDER BY civicrm_uf_join.weight, civicrm_uf_group_en_US.title [nativecode=1146 ** Table 'yhdistys_civicrm.civicrm_uf_group_en_US' doesn't exist]"]
)
How I can fix these problems?
« Last Edit: June 03, 2010, 06:06:15 pm by mrl586 »

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: Multiple missing table
June 04, 2010, 03:14:27 pm
It seems that issue related to multi-language feature. I tried another multi-language installation and I see same error message again.

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: Multiple missing table
June 07, 2010, 01:31:07 am
Do you have fresh or upgraded 3.1 install? Can you give details on your 3.1 install.

Thanks,
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: Multiple missing table
June 19, 2010, 12:48:30 pm
Quote from: Kurund Jalmi on June 07, 2010, 01:31:07 am
Do you have fresh or upgraded 3.1 install? Can you give details on your 3.1 install.
This was fresh 3.2 install. But BTW this issue seems fixed in beta 1.

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 3.2 Release Testing »
  • Multiple missing table

This forum was archived on 2017-11-26.