When using the SPF editor or adding records below the 'add' line ind DNS editor, it keeps creating errors like:
Notice: Undefined offset: 4 in /usr/local/cwpsrv/htdocs/resources/admin/modules/zone_editor.php(1) : eval()'d code(1) : eval()'d code on line 83
causing httpd to stop and staying stopped - if the broken record is removed via the dns editor, it plumps an IN record causing the problem to remain...
Any suggestions?
UPDATED
It seems that the editor creates this problem itself.
When updating a record, it breaks the special line inserted in the tables:
"; Add additional settings below this line"
and leaves out part of the line and therefore breaks the record with the abomentioned error.
Resolution is to go to /var/named/xxxdomain_in_question.db and reinsert the correct line, then restart the bind service via cwp, problem fixed