smarty.class.php error
Posted: Tue May 03, 2005 10:52 pm
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:
Upon looking at line 1088 inside the code, we find:
Any help is appreciated...
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];