Hi Thomas, I'm on FreeBSD 13.1 and with a package upgrade to PHP 8, I was getting the same error: "ERROR: Illegal value '' for 'limitwhat'!" on the details tab. I fixed it with the attached diff.
The icons still work here so can't comment on those problems. Karl -- The information contained in this e-mail and any files transmitted with it is confidential and may be subject to legal professional privilege. It is intended solely for the use of the addressee(s). If you are not the intended recipient of this e-mail, please note that any review, dissemination, disclosure, alteration, printing, copying or transmission of this e-mail and/or any file transmitted with it, is prohibited and may be unlawful. If you have received this e-mail by mistake, please promptly inform the sender by reply e-mail and delete the material. Whilst this e-mail message has been swept for the presence of computer viruses, eir does not, except as required by law, represent, warrant and/or guarantee that the integrity of this communication has been maintained nor that the communication is free of errors, viruses, interception or interference. eircom Limited, Registered as a Branch in Ireland Number 907674. Incorporated in Jersey Number 116389. Branch Address: 2022 Bianconi Avenue, Citywest Business Park, Dublin 24, D24 HX03, Ireland.
--- details.php 2017-01-19 16:16:21.000000000 +0000 +++ details.php 2022-07-26 16:36:41.415344000 +0100 @@ -623,7 +623,7 @@ "validate" => NULL), "limitwhat" => array( "required" => 0, "default" => array_key_exists('limitwhat', $process_form) ? - $process_form['limitwhat'] : '', + $process_form['limitwhat'] : 0, "allow_null" => 0, "match" => array( 0, 1), "validate" => NULL),
_______________________________________________ Nfsen-discuss mailing list Nfsen-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfsen-discuss