Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2
-
Fix Version/s: 3.2
-
Component/s: Core CiviCRM
-
Labels:None
Description
Running an upgrade to 3.2 Beta 2 from 3.1.3, we got the following error:
"user warning: Table 'databasename.permission' doesn't exist query: UPDATE permission SET perm = REPLACE( perm, 'access CiviCase', 'access my cases and activities, access all cases and activities, administer CiviCase' ) in <path_to_civicrm>/CRM/Upgrade/Incremental/php/ThreeTwo.php on line 48."
Our drupal tables are prefixed with 'drupal_', so it would seem that civi is not picking up the $db_prefix from <path_to_drupal>/sites/default/settings.php
But it then displays the Green box with: "CiviCRM upgrade was successful."
Presumably the above message should result in the upgrade failing or having a message other than that the upgrade was successful.