There was an uncatched exception
database::escapeString(): Argument #1 ($unescaped_string) must be of type string, bool given, called in /var/www/vhosts/hosting153506.a2ed3.netcup.net/test.militaerbauten.de/framework/functions.php on line 1142
in line (257) of (/framework/class.database.php):
wir merken uns Zeile 1142 in Datei /framework/functions.php
einmal in diese Datei geschaut, hier die Definitionen zum Auslesen der info.php des Templates

Beachte, das abhängig von der WB-Version ggf geringe Abweichungen möglich sind.
Bei mir in WB 2.13.4 R 205 wäre Zeile 1142 dann dies
Code: [Auswählen]
$template_version = ($aAddonInfo['common']['version']);
Das Ganze bedeutet also: mir fehlt in der info.php des Templates die Definition zur Version
der Einfachheit halber checke, das die info.php des Templates diese im Bild definierten Einträge enthält
engl. Translation by Googlewe note line 1142 in file /framework/functions.php
Once I looked at this file, here are the definitions for reading out the info.php of the template

Please note that slight deviations may occur depending on the WB version.
For me in WB 2.13.4 R 205, line 1142 would be this
Code: [Select]
$template_version = ($aAddonInfo['common']['version']);
So the whole thing means: I'm missing the definition of the version in the info.php of the template
For the sake of simplicity, check that the template's info.php contains these entries defined in the image