Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Blocker
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.3.beta
-
Fix Version/s: 3.3.0
-
Component/s: Core CiviCRM
-
Labels:None
Description
CiviCRM installation seems to be fail for drupal.
Please take a look for install/index.php line around 110 onward
require_once "$crmPath/CRM/Core/I18n/PseudoConstant.php";
$langs =& CRM_Core_I18n_PseudoConstant::languages();
here above function tries to fetch the values from db before installation hence it fails.