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.7 Release Testing »
  • Problem upgrading from 4.6.11 to beta7
Pages: [1]

Author Topic: Problem upgrading from 4.6.11 to beta7  (Read 571 times)

DaveT

  • I post occasionally
  • **
  • Posts: 31
  • Karma: 1
  • CiviCRM version: 4.3.4
  • CMS version: Drupal 7
  • MySQL version: 5.5.28
  • PHP version: 5.3
Problem upgrading from 4.6.11 to beta7
January 16, 2016, 02:48:58 pm
Error from Drupal log

CiviCRM_API3_Exception: DB Error: no such field in civicrm_api3() (line 45 of /var/www/html/sites/all/modules/civicrm/api/api.php).

Tiggr

  • I post occasionally
  • **
  • Posts: 38
  • Karma: 1
    • Rodgauer Workshop
  • CiviCRM version: 4.7.beta3
  • CMS version: Drupal 7
Re: Problem upgrading from 4.6.11 to beta7
January 16, 2016, 03:32:01 pm
Hi!

Maybe, that problem is the same I had...

They dropped a database column, but it seems, it is still used in some queries. But just in the queries, it doesn't matter, if it is empty!

I did something like this:

Code: [Select]
ALTER TABLE civicrm_domain ADD COLUMN config_backend TEXT;
And all things worked fine again! Even with config_backend containing no data at all!

Bye
Marcus (aka Tiggr)

DaveT

  • I post occasionally
  • **
  • Posts: 31
  • Karma: 1
  • CiviCRM version: 4.3.4
  • CMS version: Drupal 7
  • MySQL version: 5.5.28
  • PHP version: 5.3
Re: Problem upgrading from 4.6.11 to beta7
January 18, 2016, 06:49:17 am
Maybe, but I'd rather troubleshoot the underlying issue rather than hack a solution

Tiggr

  • I post occasionally
  • **
  • Posts: 38
  • Karma: 1
    • Rodgauer Workshop
  • CiviCRM version: 4.7.beta3
  • CMS version: Drupal 7
Re: Problem upgrading from 4.6.11 to beta7
January 18, 2016, 08:04:37 am
In this case, this may help you seeing the real errors and the queries involved: http://wiki.civicrm.org/confluence/display/CRMDOC/Debugging+for+developers

DaveT

  • I post occasionally
  • **
  • Posts: 31
  • Karma: 1
  • CiviCRM version: 4.3.4
  • CMS version: Drupal 7
  • MySQL version: 5.5.28
  • PHP version: 5.3
Re: Problem upgrading from 4.6.11 to beta7
January 25, 2016, 03:17:13 pm
Success with Beta8   :)

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Discussion (deprecated) »
  • Alpha and Beta Release Testing »
  • 4.7 Release Testing »
  • Problem upgrading from 4.6.11 to beta7

This forum was archived on 2017-11-26.