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) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Non-existent table hoses Civi
Pages: [1]

Author Topic: Non-existent table hoses Civi  (Read 577 times)

lnemeth

  • I’m new here
  • *
  • Posts: 4
  • Karma: 0
Non-existent table hoses Civi
October 04, 2010, 08:49:13 am
Hi.  Just upgraded to 3.2.3 from (I think) 3.0.1.  Now, Civi throws an error when I try to view a contact, event participant, etc.

Here's the report:
Code: [Select]
Database Error Code: Table 'ppct_ppvcivicrm.civicrm_address' doesn't exist, 1146
Additional Details:

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

    [code] => -18
    [message] => DB Error: no such table
    [mode] => 16
    [debug_info] => SELECT *
 FROM civicrm_address
 
 WHERE (  civicrm_address.contact_id = 164 ) 
 
 
 ORDER BY is_primary desc, id 
 [nativecode=1146 ** Table 'ppct_ppvcivicrm.civicrm_address' doesn't exist]
    [type] => DB_Error
    [user_info] => SELECT *
 FROM civicrm_address
 
 WHERE (  civicrm_address.contact_id = 164 ) 
 
 
 ORDER BY is_primary desc, id 
 [nativecode=1146 ** Table 'ppct_ppvcivicrm.civicrm_address' 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 *
 FROM civicrm_address
 
 WHERE (  civicrm_address.contact_id = 164 ) 
 
 
 ORDER BY is_primary desc, id 
 [nativecode=1146 ** Table 'ppct_ppvcivicrm.civicrm_address' doesn't exist]"]
)

Any advise, assistance is appreciated.[/code]

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Using Core CiviCRM Functions (Moderator: Yashodha Chaku) »
  • Non-existent table hoses Civi

This forum was archived on 2017-11-26.