Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Search found 5 matches
Smarty Forum Index
Author Message
  Topic: creating cache files error?
danielking

Replies: 4
Views: 43599

PostForum: Installation and Setup   Posted: Wed May 07, 2003 12:46 pm   Subject: creating cache files error?
creating cache dirs problem has been solved
creating cache files problem remained.

lots of cache files is NULL!!
  Topic: creating cache files error?
danielking

Replies: 4
Views: 43599

PostForum: Installation and Setup   Posted: Wed May 07, 2003 1:01 am   Subject: creating cache files error?
i haven't set the $smarty->*_dirs to absolute paths. maybe it's the reason.
i set $use_sub_dirs to false and my problems went away.

thanx very much.

i suggest the forum managers to create a ...
  Topic: creating cache files error?
danielking

Replies: 4
Views: 43599

PostForum: Installation and Setup   Posted: Tue May 06, 2003 5:14 am   Subject: creating cache files error?
$smarty->display('catalog.tpl','catalog'.$catalogid.'pg'.$pg);

i set $smarty->_dir_perm to 0777.
this script in my programs sometimes executed currectly, the cache files was created, but som ...
  Topic: problem with clear_cache()
danielking

Replies: 1
Views: 9174

PostForum: General   Posted: Fri May 02, 2003 9:06 am   Subject: problem with clear_cache()
i solved this problem
there was something wrong with setting the cache path, hoho
  Topic: problem with clear_cache()
danielking

Replies: 1
Views: 9174

PostForum: General   Posted: Fri May 02, 2003 4:40 am   Subject: problem with clear_cache()
[php]
<?
@mysql_close();
$end=explode(" ",microtime());
$end=$end[1]+$end[0];
$proctime=$end-$start;
$ka->clear_cache('footer.tpl');
$ka->assign(array(
"proctime"=>$proctime
)) ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP