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.
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!