Page 1 of 1

smarty.class.php error

Posted: Tue May 03, 2005 10:52 pm
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...

Re: smarty.class.php error

Posted: Wed May 04, 2005 12:46 am
by garvinhicking
You should only get this error if your templates_c is not 777, or the files inside that directory...?

Regards,
Garvin

Posted: Wed May 04, 2005 1:27 am
by Guest
Garvin,


You're a genius 8)