Forums Sign Up Reply Search Statistics
Fast Template GraFX Software Solutions - Forum / Fast Template /

1.3 bug fix (caching)

 
Author wandrer
Guest
#1 Posted: 5 May 2005 22:58:59
Reply 
The caching wasn't working in the 1.3 version that I downloaded, so the following should fix it:

Compare: (<)C:\CVS_Local\press-releases\class\cls_fast_template.php (44885 bytes)
with: (>)C:\CVS_Local\press-releases\class\class.fast-template.1.3.0.php (46239 bytes)

691c691
< include $this->CACHING;
---
> include $this->CACHING . ".ft";
753,756c753,756
< if (!file_exists($fname)) {
< return false;
< }
< $expire_time = time() - filemtime($fname);
---
> if (!file_exists($fname.".ft")) {
> return false;
> }
> $expire_time = time() - filemtime($fname.".ft");
Author software
Admin
#2 Posted: 5 May 2005 23:09:24
Reply 
We will check this and we will fix it if not work our version.
Author Urlauber
Forums Member
#3 Posted: 31 May 2006 14:09:52
Reply 
dear grafx,

is this bug fixed, or wasn't it a bug?

best regards from germany

PS: how the cache file are used? there are many file in my temp-folder, but side runs not faster by using cache
Author software
Admin
#4 Posted: 1 Jun 2006 22:30:15
Reply 
We released 1.5.0 yesterday, even if is not announced yet on page.
Go get it :-)
Author Urlauber
Forums Member
#5 Posted: 3 Jun 2006 14:35:23
Reply 
Hi, there's a bug in the template v.1.5.0?!?!

Parse error: syntax error, unexpected '}' in D:ServerxampphtdocsWWWOTRincludecls_fast_template.php on line 2008

can you help
Author software
Admin
#6 Posted: 4 Jun 2006 10:04:44
Reply 
We will check .... and fix it.
Author software
Admin
#7 Posted: 4 Jun 2006 21:04:02
Reply 
uploaded fixed version.
Author Urlauber
Forums Member
#8 Posted: 4 Jun 2006 22:26:43
Reply 
Tanks, will try it!!
Author software
Admin
#9 Posted: 6 Jun 2006 12:54:25
Reply 
welcome
 
Your Reply

» Username  » Password 
Only registered users are allowed to post here. Please enter your login/password details upon posting a message, or sign up first.