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) »
  • Error when upgrading to 3.2.4
Pages: [1]

Author Topic: Error when upgrading to 3.2.4  (Read 1108 times)

dinkpwns

  • I’m new here
  • *
  • Posts: 17
  • Karma: 0
  • CiviCRM version: 3.4.4
  • CMS version: Drupal 6.22
Error when upgrading to 3.2.4
November 09, 2010, 09:52:21 am
Hello everyone,

So I have been looking around the forums here and reading the documentation and essentially just want confirmation on something.

I upgraded to 3.2.4 and afterwards received this error:
Code: [Select]
DB Error: no such field

Database Error Code: Unknown column 'contact_civireport.is_deleted' in 'where clause', 1054
This appears on my dashboard in place of the "Event Participant List Report"


And from what I can tell that is the only problem since the upgrade so far. So essentially I was just looking to get a few opinions on my options as the site that this is on is used by 200+ people of an organization. We are planning to make a full transition to Drupal anyways so I could take this as an opportunity to export all my custom data and import to a fresh civiCRM install. That does sound like a bit of work but the only other way I could see getting around this is if there is some "quick fix" to this error that anyone might know of.

Thoughts?
« Last Edit: November 09, 2010, 10:09:40 am by dinkpwns »

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: Error when upgrading to 3.2.4
November 09, 2010, 10:00:11 pm
Can you try this: http://wiki.civicrm.org/confluence/display/CRMDOC32/Ensuring+Schema+Integrity+on+Upgrades

Hth

Kurund
Found this reply helpful? Support CiviCRM

dinkpwns

  • I’m new here
  • *
  • Posts: 17
  • Karma: 0
  • CiviCRM version: 3.4.4
  • CMS version: Drupal 6.22
Re: Error when upgrading to 3.2.4
November 10, 2010, 02:03:38 pm
Hookay so here's what I got: I was following the instructions that Kurund linked and everything was going fine until step 6 on that page which reads
Quote
Now import your datafile.sql (taken from step1) again in the new database.
Code: [Select]
mysql -u username -p newdatabase < datafile.sql

I did this and after a while I got this error back:
Code: [Select]
SQL query:

--
-- Dumping data for table `civicrm_task_action_temp`
--
LOCK TABLES  `civicrm_task_action_temp` WRITE ;


MySQL said:

#1146 - Table 'myhost_blah.civicrm_task_action_temp' doesn't exist

So I went through my datafile.sql, that was created during step 1 of this process, found this query and deleted it and saved this as a separate file. Just to be safe I created another empty database and imported all three files successfully; the civicrm.mysql, customfieldsfile.sql and the datafile.sql (the one without the query to dump data from the civicrm_task_action_temp table).

Finally I come to my question, will CiviCRM still work if this table is omitted? (Slightly off topic but what does that table do?) I suppose I could attempt to do what I did with this temporary database to my working database but I'd like to see if this is even a viable option because I'd rather not break anything else :/

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: Error when upgrading to 3.2.4
November 10, 2010, 09:39:35 pm
Quote
Finally I come to my question, will CiviCRM still work if this table is omitted?

Yes. You don't need that table.

Quote
I suppose I could attempt to do what I did with this temporary database to my working database but I'd like to see if this is even a viable option because I'd rather not break anything else :/
Yes. But do backup your database, just incase there are any issues.

Kurund
Found this reply helpful? Support CiviCRM

dinkpwns

  • I’m new here
  • *
  • Posts: 17
  • Karma: 0
  • CiviCRM version: 3.4.4
  • CMS version: Drupal 6.22
Re: Error when upgrading to 3.2.4
November 11, 2010, 01:11:30 pm
I am happy to report that everything seems to be working great! Thanks Kurund!

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • Error when upgrading to 3.2.4

This forum was archived on 2017-11-26.