"Christmas - the time to fix the computers of your loved ones" « Lord Wyrm

Brauche Hilfe bei der SmartPHP Template engine

semteX 10.01.2004 - 23:54 602 5
Posts

semteX

begehrt die rostschaufel
Avatar
Registered: Oct 2002
Location: Pre
Posts: 14592
Jo... vom system her hab ich sie schon überrissn wie sie geht

NUR ICH BIN ZU BLÖD das ding richtig zu konfiguriern...

das ist die page (mit configuration)...

http://www.smartphp.net/content/sma...figuration.html

Ich hab jetzt einfach die 3 ".class" files und die php in einem ordner, die .html (eigentlich ists ne template file) im unterordner /tpl

bei mir schaut die config jetzt so aus:
/**
* Whether to store compiled php code or not (for debug purpose)
*
* @access public
*/
var $reuse_code = true;

/**
* Directory where all templates are stored
* Can be overwritten by global configuration array $_CONFIG['template_dir']
*
* @access public
*/
var $template_dir = '/tpl/';

/**
* Where to store compiled templates
* Can be overwritten by global configuration array $_CONFIG['smarttemplate_compiled']
*
* @access public
*/
var $temp_dir = '/tmp/';

/**
* Temporary folder for output cache storage
* Can be overwritten by global configuration array $_CONFIG['smarttemplate_cache']
*
* @access public
*/
var $cache_dir = '/tmp/';

Das "programm" das ich mal zum testn laufen haben möchte ist dieses:

http://www.smartphp.net/Examples/Te...rld.php?menu=44

die 2 files schauen 1:1 bei mir so aus..

ich bekomm jetzt imma den fehler:

Warning: fopen(/tmp/Hello_World_html.php): failed to open stream: No such file or directory in D:\Webserver\xampp\htdocs\smart\class.smarttemplateparser.php on line 206
SmartTemplate Compiler Error: Could not write compiled file.

Da das offizielle forum fürn hugo ist, hoffe ich, dass mir hier wer helfn kann :(

tia
Bearbeitet von semteX am 12.01.2004, 22:01

XaTeeM

Big d00d
Avatar
Registered: Jul 2002
Location: STMK/Judenburg
Posts: 164
versuch es einmal so

/**
* Whether to store compiled php code or not (for debug purpose)
*
* @access public
*/
var $reuse_code = true;

/**
* Directory where all templates are stored
* Can be overwritten by global configuration array $_CONFIG['template_dir']
*
* @access public
*/
var $template_dir = 'tpl/';

/**
* Where to store compiled templates
* Can be overwritten by global configuration array $_CONFIG['smarttemplate_compiled']
*
* @access public
*/
var $temp_dir = 'tmp/';

/**
* Temporary folder for output cache storage
* Can be overwritten by global configuration array $_CONFIG['smarttemplate_cache']
*
* @access public
*/
var $cache_dir = 'tmp/';


hth

kleinerChemiker

Here to stay
Avatar
Registered: Feb 2002
Location: Wien
Posts: 4281
existieren die angegebenen dirs? hat tmp/ chmod 777?

MIK

orpheus

in a nutshell
Avatar
Registered: Mar 2002
Location: Klagenfurt
Posts: 533
gib die pfade so "D:\\Webserver\\xampp\\htdocs\\tpl\\". an.

hth
Bearbeitet von orpheus am 11.01.2004, 21:11

semteX

begehrt die rostschaufel
Avatar
Registered: Oct 2002
Location: Pre
Posts: 14592
sorry es wurde ned angezeigt, dass neue posts dazukamen

ich werds gleich ausprobiern

wie ändert ich bei nem ordner den chmod?

semteX

begehrt die rostschaufel
Avatar
Registered: Oct 2002
Location: Pre
Posts: 14592
Zitat von XaTeeM
versuch es einmal so

/**
* Whether to store compiled php code or not (for debug purpose)
*
* @access public
*/
var $reuse_code = true;

/**
* Directory where all templates are stored
* Can be overwritten by global configuration array $_CONFIG['template_dir']
*
* @access public
*/
var $template_dir = 'tpl/';

/**
* Where to store compiled templates
* Can be overwritten by global configuration array $_CONFIG['smarttemplate_compiled']
*
* @access public
*/
var $temp_dir = 'tmp/';

/**
* Temporary folder for output cache storage
* Can be overwritten by global configuration array $_CONFIG['smarttemplate_cache']
*
* @access public
*/
var $cache_dir = 'tmp/';


hth

jaaa es rennt! THX :)
Kontakt | Unser Forum | Über overclockers.at | Impressum | Datenschutz