Page 1 of 1

[SOLVED] Uploads Module, cannot view summary

Posted: Sat Dec 11, 2010 12:22 pm
by Dan
Hi,

I'm having trouble viewing the uploads summary. I've tried all possible smarty combination without success.
{cms_module module="Uploads" action="categorysummary"}
{cms_module module="Uploads" action="categorysummary" template="default"}
{cms_module module="Uploads" mode="summary"}

When I add the parameter action="categorysummary", I get the following error
Fatal error: Call to a member function FetchRow() on a non-object in /storage/content/10/107110/mydomain.se/public_html/ds/modules/Uploads/action.categorysummary.php on line 91

Otherwise, the smarty tag without the action parameter doesn't show anything.



CMS Version 1.9.1
CGExtensions 1.21.7
Uploads 1.11.5

Any ideas?

Thanks,
Dan

Re: Uploads Module, cannot view summary

Posted: Sat Dec 11, 2010 6:10 pm
by Dr.CSS
This is how it's used on home page of CMSMS Themes site...

{cms_module module='Uploads' category='Full Themes' sortorder='date_desc' mode='summary' count='3' detailpage='theme-detail' template='latest' detailtemplate="themes-detail"}

Re: Uploads Module, cannot view summary

Posted: Sun Dec 12, 2010 10:58 am
by Dan
Thanks, that works fine!

/Dan