smarty.class.php error

Having trouble installing serendipity?
Post Reply
TKS
Regular
Posts: 199
Joined: Thu Nov 11, 2004 1:34 am
Location: VA, USA
Contact:

smarty.class.php error

Post by TKS »

One more humdinger...I've got an error with the smarty template system during my migration. It is most likely a permissions setting...but I can't set all recursive +777 for everything since I'm hosted now. So, here's the error I'm getting:

Code: Select all

Warning: Smarty error: unable to read resource: "" in /home/linuxblo/public_html/bundled-libs/Smarty/libs/Smarty.class.php on line 1088

Upon looking at line 1088 inside the code, we find:

Code: Select all

$_cache_attrs =& $this->_cache_info['cache_attrs'][$cache_serial][$count];
Any help is appreciated...
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: smarty.class.php error

Post by garvinhicking »

You should only get this error if your templates_c is not 777, or the files inside that directory...?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Guest

Post by Guest »

Garvin,


You're a genius 8)
Post Reply