TWLan Forum
Smarty Problem - Printable Version

+- TWLan Forum (https://twlan.org)
+-- Forum: Deutsch (https://twlan.org/forumdisplay.php?fid=1)
+--- Forum: Gott und die Welt (https://twlan.org/forumdisplay.php?fid=4)
+--- Thread: Smarty Problem (/showthread.php?tid=1608)



Smarty Problem - abbar-2 - 21.05.2009

Also meine adel.php Date sieht so aus:

PHP Code:
<?php

require '../lib/Smarty/Smarty.class.php';

$smarty = new Smarty;

$smarty->display('adel.tpl');

?>

Dann kommt der Fehler:

Code:
Warning: Smarty error: unable to read resource: "index.tpl" in C:\Users\***\Downloads\Ds Lan\Spiel\dslan_v1.3\htdocs\lib\Smarty\Smarty.class.php on line 1095

Warning: Smarty error: unable to read resource: "index.tpl" in C:\Users\***\Downloads\Ds Lan\Spiel\dslan_v1.3\htdocs\lib\Smarty\Smarty.class.php on line 1095

kennt jemand die Lösung?
hab das Problem gelöst