Smarty error when using category=all in Uploads module
Posted: Thu Dec 14, 2006 4:12 pm
As the title says, I get a Smarty error when I attempt to use the following code in my page:
{cms_module module="Uploads" category="all" mode="summary"}
The error is:
string(84) "Smarty error: unable to read resource: "module_db_tpl:Uploads;upload_displaysummary""
If I select a specific category, I have no problems...
Any ideas?
Also, if I want to display the files in multiple categories, but not all categories, can I say category="cat1,cat2,cat3"??
{cms_module module="Uploads" category="all" mode="summary"}
The error is:
string(84) "Smarty error: unable to read resource: "module_db_tpl:Uploads;upload_displaysummary""
If I select a specific category, I have no problems...
Any ideas?
Also, if I want to display the files in multiple categories, but not all categories, can I say category="cat1,cat2,cat3"??