Closed (fixed)
Project:
Provision CiviCRM
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jul 2012 at 20:25 UTC
Updated:
10 Mar 2015 at 19:51 UTC
Jump to comment: Most recent
Comments
Comment #1
bgm commentedWhile debugging with samuelsov, we're looking at CRM/Core/BAO/ConfigSetting.php, function retrieve(), which has:
This was introduced in revision 15815 (a long time ago), and it's not clear why.
The consequence is that locale stuff is not initialize while we are upgrading. However, it works fine if we comment that code out. What was it for?
Comment #2
bgm commentedUpstream bug report: http://issues.civicrm.org/jira/browse/CRM-10606
Comment #3
bgm commentedComment #4
bgm commentedClosing this issue, and follow-up on other upgade-mode issues in #2449583: Caching refresh problem when doing Verify / Upgrade.