Beiträge von LE5

    In Joomla 3.6.8 findet man die Datei unter /libraries/src/Form/Form.php auf Zeile 2226 folgendes abändern:


    alt:

    throw new \RuntimeException(sprintf('%s() could not load file', __METHOD__));


    neu:

    throw new \RuntimeException(sprintf('%s() could not load file' . ' Formular: ' . $name . ' XML-Datei: ' . $data, __METHOD__));