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 »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • civicrm_uf_match doesn't exist after .11440 -> .12...
Pages: [1]

Author Topic: civicrm_uf_match doesn't exist after .11440 -> .12...  (Read 2663 times)

matthewpetty

  • Guest
civicrm_uf_match doesn't exist after .11440 -> .12...
December 07, 2007, 01:28:58 pm
Hey guys -

I upgraded by simply overwriting the files, and now I get this error no matter what I do. I have even restored my database and the .11440 code and I still get the error. (Running Joomla 1.5RC3).
Code: [Select]
     Sorry. A non-recoverable error has occurred.

    Database Error Code: Table 'test_cms.civicrm_uf_match' 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 *
 FROM civicrm_uf_match
 
 WHERE (  civicrm_uf_match.uf_id = 62 )  AND (  civicrm_uf_match.domain_id = 1 )
 
 
 
 [nativecode=1146 ** Table 'test_cms.civicrm_uf_match' doesn't exist]
    [type] => DB_Error
    [user_info] => SELECT *
 FROM civicrm_uf_match
 
 WHERE (  civicrm_uf_match.uf_id = 62 )  AND (  civicrm_uf_match.domain_id = 1 )
 
 
 
 [nativecode=1146 ** Table 'test_cms.civicrm_uf_match' 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_uf_match
 
 WHERE (  civicrm_uf_match.uf_id = 62 )  AND (  civicrm_uf_match.domain_id = 1 )
 
 
 
 [nativecode=1146 ** Table 'test_cms.civicrm_uf_match' doesn't exist]"]
)
[/code]
« Last Edit: December 07, 2007, 01:35:20 pm by matthewpetty »

Michał Mach

  • Ask me questions
  • ****
  • Posts: 748
  • Karma: 59
    • CiviCRM site
  • CiviCRM version: latest
  • CMS version: Drupal and Joomla latest
  • MySQL version: numerous
  • PHP version: 5.3 and 5.2
Re: civicrm_uf_match doesn't exist after .11440 -> .12...
December 07, 2007, 01:44:52 pm
Hey,

Which exactly version did you upgrade from and to (seems like topic has been cut half way)? 11440 doesn't seem like any of the tarball releases - did you have developer install? Did you run an upgrade script? Can you verify that civicrm_uf_match still exists in your database? Please also make sure that your database name (or whole civicrm dsn) is set to right value.

Thx,
m
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

My absolute favourite: Wordpress Integration!.

Donate Now!

matthewpetty

  • Guest
Re: civicrm_uf_match doesn't exist after .11440 -> .12...
December 07, 2007, 02:55:08 pm
Woops, typo.

.11940 to .12432

I did not run an upgrade script.

Full story:
I performed the upgrade by deleting administrator/components/com_civicrm, then uncompressing the package and copying the new directory to administrator/components/

Then all of my data was missing. I restored a backup of the database and moved the old com_civicrm directory back into place. And now I get the error.

The table does not exist in the database. Maybe the restore did not happen correctly? I will check

Michał Mach

  • Ask me questions
  • ****
  • Posts: 748
  • Karma: 59
    • CiviCRM site
  • CiviCRM version: latest
  • CMS version: Drupal and Joomla latest
  • MySQL version: numerous
  • PHP version: 5.3 and 5.2
Re: civicrm_uf_match doesn't exist after .11440 -> .12...
December 07, 2007, 03:45:12 pm
Quote from: matthewpetty on December 07, 2007, 02:55:08 pm
The table does not exist in the database. Maybe the restore did not happen correctly? I will check

That's probably an issue.
Just to let you know - there is no need to run an upgrade script for upgrade between those versions.

Thx,
m
Found this reply helpful? Contribute NOW and help us improve CiviCRM with the Make it Happen! initiative.

My absolute favourite: Wordpress Integration!.

Donate Now!

matthewpetty

  • Guest
Re: civicrm_uf_match doesn't exist after .11440 -> .12...
December 08, 2007, 10:46:05 am
So why did all of my data disappear when I upgraded? Contacts, groups, profiles, contributions, mailings, custom data fields, etc, all gone.

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: civicrm_uf_match doesn't exist after .11440 -> .12...
December 08, 2007, 11:27:40 am

if i had to guess most likely you reran the installer at some point which does drop and recreate all the civicrm tables.

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • civicrm_uf_match doesn't exist after .11440 -> .12...

This forum was archived on 2017-11-26.