Metainformationen zur Seite

HTML::Template: attempt to set parameter 'xxx' with an array ref

Fehlermeldung

attempt to set parameter 'xxx' with an array ref - parameter is not a TMPL_LOOP!

Dieser Fehler tritt auf, wenn ins HTML::Template System statt eines Strings ein Array übergeben wird.

Dieser Fehler passiert insbesondere sehr leicht bei den Übersetzungen:

Config::Simple interpretiert Zeichenketten mit einem Komma als Array. Solche Strings unter doppelte Anführungszeichen setzen.

SAVE_OK_HINT_RED=Save these credentials on a save place, as you CANNOT login as root without.
--> Error "attempt to set parameter 'SAVE_OK_HINT_RED' with an array ref - parameter is not a TMPL_LOOP!"
 
SAVE_OK_HINT_RED="Save these credentials on a save place, as you CANNOT login as root without."
--> OK