Das sehe ich im Log :
2020.04.03 14:04:07 1: PERL WARNING: "my" variable $fields masks earlier declaration in same scope at ./FHEM/42_FUIP.pm line 3679, <$fh> line 1302.
2020.04.03 14:04:07 1: stacktrace:
2020.04.03 14:04:07 1: main::__ANON__ called by ./FHEM/42_FUIP.pm (3679)
2020.04.03 14:04:07 1: (eval) called by fhem.pl (2609)
2020.04.03 14:04:07 1: (eval) called by fhem.pl (2608)
2020.04.03 14:04:07 1: main::CommandReload called by fhem.pl (2000)
2020.04.03 14:04:07 1: main::LoadModule called by fhem.pl (2057)
2020.04.03 14:04:07 1: main::CommandDefine called by fhem.pl (1247)
2020.04.03 14:04:07 1: main::AnalyzeCommand called by fhem.pl (1100)
2020.04.03 14:04:07 1: main::AnalyzeCommandChain called by fhem.pl (1385)
2020.04.03 14:04:07 1: main::CommandInclude called by fhem.pl (610)
2020.04.03 14:04:07 3: FUIP: Registering ui for URL /ui
2020.04.03 14:04:07 1: PERL WARNING: Use of uninitialized value in lc at fhem.pl line 5400, <$fh> line 1302.
2020.04.03 14:04:07 1: stacktrace:
2020.04.03 14:04:07 1: main::__ANON__ called by fhem.pl (5400)
2020.04.03 14:04:07 1: main::FileRead called by ./FHEM/42_FUIP.pm (2632)
2020.04.03 14:04:07 1: FUIP::load called by ./FHEM/42_FUIP.pm (223)
2020.04.03 14:04:07 1: FUIP::Define called by fhem.pl (3772)
2020.04.03 14:04:07 1: main::CallFn called by fhem.pl (2082)
2020.04.03 14:04:07 1: main::CommandDefine called by fhem.pl (1247)
2020.04.03 14:04:07 1: main::AnalyzeCommand called by fhem.pl (1100)
2020.04.03 14:04:07 1: main::AnalyzeCommandChain called by fhem.pl (1385)
2020.04.03 14:04:07 1: main::CommandInclude called by fhem.pl (610)
2020.04.03 14:04:07 1: PERL WARNING: Use of uninitialized value in lc at fhem.pl line 5400, <$fh> line 1302.
2020.04.03 14:04:07 1: stacktrace:
2020.04.03 14:04:07 1: main::__ANON__ called by fhem.pl (5400)
2020.04.03 14:04:07 1: main::FileRead called by ./FHEM/42_FUIP.pm (2637)
2020.04.03 14:04:07 1: FUIP::load called by ./FHEM/42_FUIP.pm (223)
2020.04.03 14:04:07 1: FUIP::Define called by fhem.pl (3772)
2020.04.03 14:04:07 1: main::CallFn called by fhem.pl (2082)
2020.04.03 14:04:07 1: main::CommandDefine called by fhem.pl (1247)
2020.04.03 14:04:07 1: main::AnalyzeCommand called by fhem.pl (1100)
2020.04.03 14:04:07 1: main::AnalyzeCommandChain called by fhem.pl (1385)
2020.04.03 14:04:07 1: main::CommandInclude called by fhem.pl (610)
Hallo Wolfgang,
da häng ich mich mal an, auch bei mir kommen ähnliche Fehler in Zusammenhang mit FUIP.
Ich hoffe Thorsten liest hier mit und prüft mal ob der Fehler eventuell bei uns liegt.
2020.04.05 19:20:47 1: PERL WARNING: "my" variable $fields masks earlier declaration in same scope at ./FHEM/42_FUIP.pm line 3679, <$fh> line 4859.
2020.04.05 19:20:48 3: FUIP: Registering ui for URL /ui
2020.04.05 19:20:48 1: PERL WARNING: Use of uninitialized value in lc at fhem.pl line 5403, <$fh> line 4859.
Hinweis:
Wolfgang, du solltest noch im Betreff [FUIP] als erstes mit anhängen, damit Thorsten auf den Beitrag aufmerksam wird.
Gruß Reinhard
push
https://github.com/ThorstenPferdekaemper/FHEM-FUIP ... geht hier überhaupt noch was ?
PERL WARNING: "my" variable $fields masks earlier declaration in same scope at ./FHEM/42_FUIP.pm line 3679. -> https://github.com/ThorstenPferdekaemper/FHEM-FUIP/blob/master/FHEM/42_FUIP.pm#L3679
SVN ... https://svn.fhem.de/ ... echt jetzt !?! ... das nutzt doch keiner mehr ... https://youtu.be/sagbQLHxJ0U?t=74 ... wo er halt recht hat !!!
https://svn.fhem.de/trac/browser/tags/FHEM_6_0/fhem/fhem.pl#L1302
https://svn.fhem.de/trac/browser/tags/FHEM_6_0/fhem/fhem.pl#L1353
https://svn.fhem.de/trac/browser/tags/FHEM_6_0/fhem/fhem.pl#L4859
https://svn.fhem.de/trac/browser/tags/FHEM_6_0/fhem/fhem.pl#L5400
https://svn.fhem.de/trac/browser/tags/FHEM_6_0/fhem/fhem.pl#L5403
https://svn.fhem.de/trac/browser/tags/FHEM_6_0/fhem/fhem.pl#L5405
Hach ich bin beruhigt ... PERL Fehlermeldungen sind genauso be*****sen wie bei anderen Sprachen ... ASM, C, C++, Java ...
Dank der Antwort von mbr89, habe ich mich noch mal an das Ganze Thema mit dem Fehler gesetzt und einfach mal das "my" vor dem "fields" in Zeile 3769 entfernt und seit drei Tagen ist der Fehler im log verschwunden und FPUI funktioniert weiterhin einwandfrei ;)