Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.6
-
Fix Version/s: 4.7.9
-
Component/s: CiviCRM API
-
Labels:
-
Documentation Required?:None
-
Funding Source:Contributed Code
Description
If you install a new CiviCRM instance, and then you change the name of the domain like e.g. with drush:
drush cvapi Domain.create id=1 name=MySite
this changes the 'version' of the domain to 3, which will cause troubles if you want to update your civiCRM instance.
There is a similar issue, CRM-11804, which is closed. But I still can reproduce this issue on the current master branch.