Closed (fixed)
Project:
Hostmaster (Aegir)
Version:
6.x-1.2
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2011 at 16:09 UTC
Updated:
2 Aug 2011 at 20:11 UTC
When a site is cloned (in 1.1, but probably also applies to 1.2), the client field is empty in the cloned site. It's as if the cloned site importation wasn't getting the client name back from the drushrc/alias.
Comments
Comment #1
anarcat commentedThis is because of #1200066: hosting_get_client uses client title instead of the (unique) internal name:
Since it's looking for client cl-anarcat (the internal name), it fails and then fails to create the client (obviously).
Comment #2
anarcat commentedOkay, I fixed this pesky bug, hurray!