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) »
  • Upgrading from 4.1.5 to 4.4.3
Pages: [1]

Author Topic: Upgrading from 4.1.5 to 4.4.3  (Read 513 times)

jennybertha

  • I post occasionally
  • **
  • Posts: 39
  • Karma: 1
  • CiviCRM version: 4.4.4.
  • CMS version: joomla 3.x
  • MySQL version: 5.2.7
  • PHP version: 5.2
Upgrading from 4.1.5 to 4.4.3
February 06, 2014, 03:26:02 pm
I am trying to upgrade from 4.1 to 4.4  In joomla 2.5 

Please any insights will be appreciated.

I get the following error:

Sorry but we are not able to provide this at the moment.
DB Error: no such field
Error Details
Database Error Code: Unknown column 'refresh_date' in 'where clause', 1054
Additional Details:
Array
(
    [callback] => Array
        (
           
  • => CRM_Core_Error
  • [1] => handle
            )

       
Code: [Select]
=> -19
    [message] => DB Error: no such field
    [mode] => 16
    [debug_info] =>
UPDATE civicrm_group g
SET    refresh_date = 20140206232803
WHERE  TIMESTAMPDIFF(MINUTE, cache_date, 20140206232303) < 5
AND    refresh_date IS NULL
 [nativecode=1054 ** Unknown column 'refresh_date' in 'where clause']
    [type] => DB_Error
    [user_info] =>
UPDATE civicrm_group g
SET    refresh_date = 20140206232803
WHERE  TIMESTAMPDIFF(MINUTE, cache_date, 20140206232303) < 5
AND    refresh_date IS NULL
 [nativecode=1054 ** Unknown column 'refresh_date' in 'where clause']
    [to_string] => [db_error: message="DB Error: no such field" code=-19 mode=callback callback=CRM_Core_Error::handle prefix="" info="
UPDATE civicrm_group g
SET    refresh_date = 20140206232803
WHERE  TIMESTAMPDIFF(MINUTE, cache_date, 20140206232303) < 5
AND    refresh_date IS NULL
 [nativecode=1054 ** Unknown column 'refresh_date' in 'where clause']"]
)

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Upgrading from 4.1.5 to 4.4.3
February 09, 2014, 11:03:16 am
Did you attempt to run the upgrader more than once?

Was this site upgraded previously from older versions of CiviCRM?
CiviHosting and CiviOnline -- The CiviCRM hosting experts, since 2007

See here for the official: What to do if you think you've found a bug.

jclemo

  • I’m new here
  • *
  • Posts: 15
  • Karma: 1
  • CiviCRM version: 4.1
  • CMS version: Drupal 7
  • MySQL version: 5.0.95
  • PHP version: 5.3.10
Re: Upgrading from 4.1.5 to 4.4.3
February 10, 2014, 06:18:42 am
I seem to remember getting a similar error on one of the upgrades- following the Scheme Integrity instruction below fixed it

http://wiki.civicrm.org/confluence/display/CRMDOC/Ensuring+Schema+Integrity+on+Upgrades

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Upgrading CiviCRM (Moderator: Deepak Srivastava) »
  • Upgrading from 4.1.5 to 4.4.3

This forum was archived on 2017-11-26.