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) »
  • Errors Upgrading to 4.1.1
Pages: [1]

Author Topic: Errors Upgrading to 4.1.1  (Read 653 times)

jobewan

  • I post occasionally
  • **
  • Posts: 79
  • Karma: 0
Errors Upgrading to 4.1.1
April 07, 2012, 01:17:38 pm
Hi,

I'm running Drupal 6.25 and am attempting to upgrade an existing and fully functional installation of CiviCRM from 3.2 to 4.1.1

When I get to the point of running the upgrade, after deleting the old /civicrm subdir and uploading the new one, I get the screen shown in the attached graphic file.

The contents of my php.ini file is like so:

#max_execution_time = 60     ; Maximum execution time of each script, in seconds
memory_limit = 96M         ; Maximum amount of memory a script may consume (8MB)

#include path statement as of 7 Apr 2012
include_path = .:/var/www/vhosts/domain.org/httpdocs/:

expose_php = Off
date.timezone = "America/Chicago"

Any ideas are gratefully accepted.

Hershel

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4640
  • Karma: 176
    • CiviHosting
  • CiviCRM version: Latest
  • CMS version: Mostly WordPress and Drupal
Re: Errors Upgrading to 4.1.1
April 15, 2012, 07:38:34 am
Those red messages are warnings, not errors.

The "array" at the bottom is an error. Probably because you didn't change Drupal to Drupal6 in your civicrm.settings.php
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.

jobewan

  • I post occasionally
  • **
  • Posts: 79
  • Karma: 0
Re: Errors Upgrading to 4.1.1
April 15, 2012, 08:06:38 am
Thank you!

Yes, that's right, and that error has been dispatched.

Any ideas regarding the following?  In the middle of trying to get this upgrade done before the weekend is over:


Initialization Error

Array
(
    [callback] => Array
        (
           
  • => CRM_Core_Error
  • [1] => simpleHandler
            )

       
Code: [Select]
=> -19
    [message] => DB Error: no such field
    [mode] => 16
    [debug_info] => SELECT *,  config_backend, locales, locale_custom_strings 
 FROM civicrm_domain
 
 WHERE (  civicrm_domain.id = 1 ) 
 
 
 
 [nativecode=1054 ** Unknown column 'locale_custom_strings' in 'field list']
    [type] => DB_Error
    [user_info] => SELECT *,  config_backend, locales, locale_custom_strings 
 FROM civicrm_domain
 
 WHERE (  civicrm_domain.id = 1 ) 
 
 
 
 [nativecode=1054 ** Unknown column 'locale_custom_strings' in 'field list']
    [to_string] => [db_error: message="DB Error: no such field" code=-19 mode=callback callback=CRM_Core_Error::simpleHandler prefix="" info="SELECT *,  config_backend, locales, locale_custom_strings 
 FROM civicrm_domain
 
 WHERE (  civicrm_domain.id = 1 ) 
 
 
 
 [nativecode=1054 ** Unknown column 'locale_custom_strings' in 'field list']"]
)


backTrace

/var/www/vhosts/domain.com/httpdocs/sites/all/modules/civicrm/CRM/Core/Error.php, backtrace, 235
, simpleHandler,
/var/www/vhosts/domain.com/httpdocs/sites/all/modules/civicrm/packages/PEAR.php, call_user_func, 931
/var/www/vhosts/domain.com/httpdocs/sites/all/modules/civicrm/packages/DB.php, PEAR_Error, 968
/var/www/vhosts/domain.com/httpdocs/sites/all/modules/civicrm/packages/PEAR.php, DB_Error, 564
/var/www/vhosts/domain.com/httpdocs/sites/all/modules/civicrm/packages/DB/common.php, raiseError, 1903
/var/www/vhosts/domain.com/httpdocs/sites/all/modules/civicrm/packages/DB/mysql.php, raiseError, 898
/var/www/vhosts/domain.com/httpdocs/sites/all/modules/civicrm/packages/DB/mysql.php, mysqlRaiseError, 327
/var/www/vhosts/domain.com/httpdocs/sites/all/modules/civicrm/packages/DB/common.php, simpleQuery, 1216
/var/www/vhosts/domain.com/httpdocs/sites/all/modules/civicrm/packages/DB/DataObject.php, query, 2428
/var/www/vhosts/domain.com/httpdocs/sites/all/modules/civicrm/packages/DB/DataObject.php, _query, 442
/var/www/vhosts/domain.com/httpdocs/sites/all/modules/civicrm/CRM/Core/BAO/ConfigSetting.php, find, 203
/var/www/vhosts/domain.com/httpdocs/sites/all/modules/civicrm/CRM/Core/Config.php, retrieve, 406
/var/www/vhosts/domain.com/httpdocs/sites/all/modules/civicrm/CRM/Core/Config.php, _initVariables, 209
/var/www/vhosts/domain.com/httpdocs/sites/all/modules/civicrm/drupal/civicrm.module, singleton, 272
/var/www/vhosts/domain.com/httpdocs/sites/all/modules/civicrm/drupal/civicrm.module, civicrm_initialize, 329
, civicrm_invoke,
/var/www/vhosts/domain.com/httpdocs/includes/menu.inc, call_user_func_array, 350
/var/www/vhosts/domain.com/httpdocs/index.php, menu_execute_active_handler, 17

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

This forum was archived on 2017-11-26.