ich hab nen Problem mit smary. hab alles so eingerichtet wie es laut Anleitung sein sollte.
http://www.revproductions.de/firma/ari/admin/
bekomme folgenden Error:
Ich habe alles so angelegt wie hier beschrieben.
Meine setup.php:
meine index.php
eine phpinfo gibts hier
achja, die Rechte habe ich alle richtig gesetzt und unabhängig nochmal überprüfen lassen.
http://www.revproductions.de/firma/ari/admin/
bekomme folgenden Error:
Warning: Smarty error: problem creating directory "/%%-19/%%-1997794005" in /httpd/revproductions.de/data/firma/ari/libs/Smarty.class.php on line 1042
Warning: Smarty error: problem writing temporary file '/%%-19/%%-1997794005/3ef066a97e865' in /httpd/revproductions.de/data/firma/ari/libs/Smarty.class.php on line 1042
Warning: Smarty error: problem writing temporary file '/%%-19/%%-1997794005/3ef066a97e865' in /httpd/revproductions.de/data/firma/ari/libs/Smarty.class.php on line 1042
Meine setup.php:
PHP-Code:
<?php
define('SMARTY_DIR','/httpd/revproductions.de/data/firma/ari/libs/');
require(SMARTY_DIR.'Smarty.class.php');
require(SMARTY_DIR.'sql_class.php');
$db = new db_sql();
class set_templates extends Smarty {
function set_templates() {
// Konstruktor. Diese Werte werden für jede Instanz automatisch gesetzt
$this->Smarty();
$this->template_dir = '/httpd/revproductions.de/data/firma/ari/templates/';
$this->compile_dir = '/httpd/revproductions.de/data/firma/ari/templates_c/';
$this->config_dir = '/httpd/revproductions.de/data/firma/ari/configs/';
$this->cache_dir = '/httpd/revproductions.de/data/firma/ari/cache/';
$this->caching = true;
}
}
?>
PHP-Code:
<?php
require ("../libs/setup.php");
$smarty = new set_templates;
$smarty->display('admin/frame.tpl');
?>
achja, die Rechte habe ich alle richtig gesetzt und unabhängig nochmal überprüfen lassen.
Kommentar