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 »
  • 4.6 Release Testing »
  • Upgrade problem [Unknown column 'e.contact_id' in 'on clause']
Pages: [1]

Author Topic: Upgrade problem [Unknown column 'e.contact_id' in 'on clause']  (Read 357 times)

magnolia61

  • I post occasionally
  • **
  • Posts: 37
  • Karma: 0
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7.34 / Joomla 3.3.6
  • MySQL version: MySQL 5.5.40
  • PHP version: PHP 5.5.19
Upgrade problem [Unknown column 'e.contact_id' in 'on clause']
January 31, 2015, 12:35:48 pm
When I rry to upgrade to from 4.6 alpha 2 to 4.6 alpha 4 (on joomla 3.3) I get the following error:

UPDATE civicrm_action_log reminder LEFT JOIN civicrm_membership m ON reminder.entity_id = m.id AND reminder.entity_table = 'civicrm_membership' AND ( m.is_override IS NULL OR m.is_override = 0 ) INNER JOIN civicrm_contact c ON c.id = e.contact_id AND c.is_deleted = 0 AND c.is_deceased = 0 SET reminder.reference_date = event_start_date WHERE reminder.action_date_time >= DATE_SUB(reminder.action_date_time, INTERVAL 9 MONTH) AND m.membership_type_id IN (38, 39, 32, 33, 34, 35, 36, 37) [nativecode=1054 ** Unknown column 'e.contact_id' in 'on clause']

Would this more likely point to a problem in our database? Of a problem in the upgrade script?

And.... what should any of you advise uw to do next? :-)

JIRA issue: https://issues.civicrm.org/jira/browse/CRM-15900
« Last Edit: February 01, 2015, 10:28:10 am by magnolia61 »

magnolia61

  • I post occasionally
  • **
  • Posts: 37
  • Karma: 0
  • CiviCRM version: 4.5.5
  • CMS version: Drupal 7.34 / Joomla 3.3.6
  • MySQL version: MySQL 5.5.40
  • PHP version: PHP 5.5.19
Re: Upgrade problem [Unknown column 'e.contact_id' in 'on clause']
January 31, 2015, 12:53:09 pm
On another dev site I have the same problem. This was an upgrade from 4.5.5 to alpha4 (on drupal 734)

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 4.6 Release Testing »
  • Upgrade problem [Unknown column 'e.contact_id' in 'on clause']

This forum was archived on 2017-11-26.