Trying to set default quotas triggers this error:

user warning: Unknown column 'c.name' in 'field list' query: SELECT q.*, c.name, c.email FROM hosting_client_quota q INNER JOIN hosting_client c ON c.nid = q.client LIMIT 0, 23 in /var/aegir/hostmaster-6.x-1.0/profiles/hostmaster/modules/hosting/quota/hosting_quota.admin.inc on line 8.

Which I expect is related to #962330: refactor and clarify the fields in the client content type

I'll patch this tonight.

Comments

sfyn’s picture

Here's a patch.

sfyn’s picture

Status: Active » Needs review
sfyn’s picture

(PS, if you're anarcat, you can also pull this patch from my hostmaster repo on shell.koumbit.net)

anarcat’s picture

Status: Needs review » Fixed

Patch merged in, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.