Closed (fixed)
Project:
SmartCache
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 May 2008 at 09:05 UTC
Updated:
11 Jun 2008 at 11:52 UTC
Jump to comment: Most recent file
Comments
Comment #1
gremlinc5 commentedMmmmm...
Did you already checked ' and " terminators you used on script settings? Usually the error is about incorrectly placed ' and ".
If that's not the case, line 135 is:
if (file_exists($cached_file) && $mtime < filemtime($cached_file)) {
...
Maybe a parenthesys issue?
if ((file_exists($cached_file)) && ($mtime < filemtime($cached_file))) {
...
is better. I could not replicate your error, so maybe I'm wrong.
Could you please check if it's working now?
Comment #2
hooperman commentedI downloaded the load txt file and edited it in notepad and it is grand.my version of dreamweaver may have altered the original php page when editing
Thank you for your patience with me
By the way my site is flying now
Cool
Comment #3
gremlinc5 commentedSpread the world ;)
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.