smarty error {0.12b1}
Posted: Fri Feb 03, 2006 6:37 pm
is there something special to do in order to insert a blob into a content item, such as a content page or a news article? whenever i do, i get this:
Warning: Smarty::_include() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/client/bracband/cmsms2/lib/smarty/Smarty.class.php on line 1923
it seems to only happen when the page is pulled from cache. if i make a change to something or clear the cache; requiring it to generate a new page, it doesn't error. but the very next page view it will.
this is on my breezy box, running:
Apache/2.0.54 (Ubuntu) PHP/5.0.5-2ubuntu1.1 mod_perl/2.0.1 Perl/v5.8.7 with MySQL 4.0.24
0.12b1 was a fresh shell install without the extra sample content and templates.
i have: tried removing a space that was present in the blob name. i have tried an extremely minimal template (with only menu and content.. not even a css attached). i have tried ' ' and " " for quotes around the blob name. i've tried both {html_blob name="somename"} and {global_content name="somename"} and i have gone so far as to give apache ownership of *every* file and directory in the siteroot (i.e. chown -R www-data * in the cmsms install directory).
note there also is a typo in the global_content tag help:
{globa_content name='myblob'}
Warning: Smarty::_include() [function.include]: Failed opening '' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/client/bracband/cmsms2/lib/smarty/Smarty.class.php on line 1923
it seems to only happen when the page is pulled from cache. if i make a change to something or clear the cache; requiring it to generate a new page, it doesn't error. but the very next page view it will.
this is on my breezy box, running:
Apache/2.0.54 (Ubuntu) PHP/5.0.5-2ubuntu1.1 mod_perl/2.0.1 Perl/v5.8.7 with MySQL 4.0.24
0.12b1 was a fresh shell install without the extra sample content and templates.
i have: tried removing a space that was present in the blob name. i have tried an extremely minimal template (with only menu and content.. not even a css attached). i have tried ' ' and " " for quotes around the blob name. i've tried both {html_blob name="somename"} and {global_content name="somename"} and i have gone so far as to give apache ownership of *every* file and directory in the siteroot (i.e. chown -R www-data * in the cmsms install directory).
note there also is a typo in the global_content tag help:
{globa_content name='myblob'}