Uploads: "Error: Category not found!"

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
JaymeNYC
Forum Members
Forum Members
Posts: 53
Joined: Sat Aug 30, 2008 8:30 pm

Uploads: "Error: Category not found!"

Post by JaymeNYC »

I'm not sure how to fix this! It seemed to be working before I'm not sure whats going on. I've tried both of these:

Code: Select all

{ if $ccuser->loggedin() }
	{cms_module module="Uploads" category="downloads" mode="summary" sortorder="date_desc" detailtemplate="default"}
{else}
	<p>This is a private area.</p>
	{cms_module module=FrontEndUsers form="login" nocaptcha="1" returnto="$page_alias"}
{/if}

Code: Select all

{cms_module module=FrontEndUsers form="login" nocaptcha="1" returnto="$page_alias"}
{ if $ccuser->loggedin() }
	{cms_module module="Uploads" category="Downloads" mode="summary" sortorder="date_desc" detailtemplate="default"}
{else}
	<p>This is a private area.</p>
{/if}
Is 1 of these better than the other??

I'm trying to display files that can be downloaded for registered users. 

Here is a picture of the Uploads Category section
Image

Whats going on?
jmcgin51
Power Poster
Power Poster
Posts: 1899
Joined: Mon Jun 12, 2006 9:02 pm

Re: Uploads: "Error: Category not found!"

Post by jmcgin51 »

try capitalizing the category name in your module call.  It's capitalized in the Admin section.
JaymeNYC
Forum Members
Forum Members
Posts: 53
Joined: Sat Aug 30, 2008 8:30 pm

Re: Uploads: "Error: Category not found!"

Post by JaymeNYC »

jmcgin51 wrote: try capitalizing the category name in your module call.  It's capitalized in the Admin section.
Tried that and it didnt work.. even tried renaming the category section from "Downloads" to "downloads" and even that doesnt work.. is there anything else I can do ??
Post Reply

Return to “Modules/Add-Ons”