View Single Post
  #3  
Old 09-18-2002, 08:22 PM
 
Anonymous Anonymous is offline
 

eXpert
  
Join Date: Sep 2002
Posts: 222
 

Default

Quote:
Originally Posted by B00MER
How are you clearing your templates_c? This is usually my culprit, so I normally just do:
Code:
rm -R templates_c; mkdir templates_c; chown nobody.nobody templates_c; chmod 776 templates_c

The problem is that I'm on an ISP, so I can't directly rm that directory. I'm not nobody (there's something to make me feel good!), so I can't get in there. The perms are actually 771, so I can't view or modify those files.

So what I did was use the smarty clear_*() functions, but they either don't seem to clear this template from the cache or somehow the template's being regenerated with an error every time.

Does this look like an error you've seen before? Did rm'ing the cache directory fix it? If so, I can just have the tech at the ISP rm that directory and see what happens...

Oddly, this happens to EVERY file in the /xcart/customer directory, but the /xcart/admin directory works fine.
Reply With Quote