Closed (fixed)
Project:
Aegir Hosting Tasks Extra
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2017 at 21:44 UTC
Updated:
21 Aug 2017 at 16:20 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
helmo commentedHmm that would be
Integrity constraint violation: 1048 Column 'whitelist' cannot be null: INSERT INTO {hosting_http_basic_auth}...The whitelist formfield is not shown on node creation due to the apache check on the server node :(
This patch should at least fix the error.
Comment #3
helmo commentedSeems to work well enough...
Comment #4
helmo commentedComment #6
dsnopekThis doesn't appear to have been committed. It also doesn't appear to fix the problem. :-) I tried using the latest Git and still saw this issue...
Comment #7
helmo commentedSorry, it seems that I forgot to push ... done now.
Comment #8
sivaji_ganesh_jojodae commentedThe patch seems to fix only a part of the problem. I could reproduce the same problem in another line, full error message is below,
Adding the same check to hosting_http_basic_auth_node_update() did fix the issue for me.
Comment #9
helmo commentedThanks, added.
Comment #10
dsnopekThanks! I updated to the latest Git and didn't get this error anymore. :-)