VMFnet

Results 4 issues of VMFnet

unifi_ssl_import.sh depends on Ubuntu's ```service``` script, which is not available on Debian : ```unifi_ssl_import.sh: line 102: service: command not found``` Using the standard ```systemd``` command instead of ```service``` solves the...

#### What version were you using? Open Source, v7.0.0, release ll-20210301-594ef496d8a9411340404301a55cf95de0079a6d #### What steps can we follow to reproduce the behaviour? - Log in to the web interface - Choose...

Type: Fix

While using econea/nusoap v0.9.17 under PHP 8.3, we encounter a lot of these warnings : PHP Warning: Undefined array key "output" in /vendor/econea/nusoap/src/nusoap.php on line 4466 PHP Warning: Trying to...

In nusoap v0.9.17, warnings were raised due to undefined variables in `nusoap_server::parseRequest.` However, in v0.9.18, this behavior changed, and now an error occurs: `"Too few arguments to function MyFunc(), 0...