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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | hosting_quota-new-clients-1129602-1.patch | 1.8 KB | sfyn |
Comments
Comment #1
sfyn commentedHere's a patch.
Comment #2
sfyn commentedComment #3
sfyn commented(PS, if you're anarcat, you can also pull this patch from my hostmaster repo on shell.koumbit.net)
Comment #4
anarcat commentedPatch merged in, thanks.