Footnotes von 4.8 nach 4.9
Verfasst: Di 25. Jul 2017, 13:06
Hallo,
ich versuche das Modul Footnotes in 4.9 zu verwenden.
in der footnotes_1.html steht dann z.B.
Nutze ich nun im Layout auch das Modul df_kontakt bekomme ich beim Aufruf der Seite (Backend)
Ändere ich nun im Moduloutput das in kommt folgende Fehlermeldung:
Kann jemand helfen? Danke.
Gruß lunsen_de
ich versuche das Modul Footnotes in 4.9 zu verwenden.
Code: Alles auswählen
<?php
/**
* $RCSfile$
* Description: Display footnotes, fixed output directly from template
* @version 1.0.0
* @author Rudi Bieller
* @copyright four for business AG <www.4fb.de>
* {@internal
* created 2008-04-11
* }}
* $Id$
*/
if (!isset($tpl) || !is_object($tpl)) {
$tpl = new cTemplate();
}
$tpl->display('footnotes_'.strval($lang).'.html');
?>
Code: Alles auswählen
<div id="footer_top_address_wrapper" class="fright">hallo</div>
Code: Alles auswählen
PHP Fatal error: Call to undefined method cTemplate::display() in /var/www/vhosts/web/httpdocs/contenido/includes/include.con_editcontent.php(523) : eval()'d code on line 367
Code: Alles auswählen
$tpl->display('footnotes_'.strval($lang).'.html');
Code: Alles auswählen
$tpl->generate('footnotes_'.strval($lang).'.html');
Code: Alles auswählen
PHP Fatal error: Uncaught --> Smarty: Call of unknown method 'generate'. <--
thrown in /var/www/vhosts/web/httpdocs/contenido/plugins/smarty/smarty_source/sysplugins/smarty_internal_templatebase.php on line 859
Gruß lunsen_de