Problem using uploads module [solved]

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
Bo Jensen
Forum Members
Forum Members
Posts: 10
Joined: Thu May 06, 2010 8:58 pm

Problem using uploads module [solved]

Post by Bo Jensen »

Hi,
Should the this code work :

{assign var=email value=$ccuser->username()}
{cms_module module="uploads" mode="upload" category="Uploads" key=$email}

I think this what I had working until I did some upgrading, now nothing happens i.e nothing is displayed on the page. I am a bit clueless how to debug it, any suggestions much appreciated.

I noticed that CMSMailer does not work either i.e also displays nothing, so I guess something in my configuration is borked.

EDIT :

I have now upgraded to newest cms version and all packages are up to date, but the problem persist.

Regards
Bo

UPDATE : The problem magically disappeared after the upgrade.
Last edited by Bo Jensen on Sun Dec 05, 2010 5:46 pm, edited 1 time in total.
User avatar
Anireta
Forum Members
Forum Members
Posts: 21
Joined: Wed Sep 08, 2010 10:22 am

Re: Problem using uploads module [solved]

Post by Anireta »

Hello!
I have the same problem. But my code is a bit different from yours:

{assign var=email value=$ccuser->memberof('user')}
{cms_module module="Uploads" category="artworks" mode="upload" noauthor="1"}

But it works only when I remove the first string. I can't understand what exactly wrong. I've been reading http://www.mproduction.net/index.php?mact=Blogs,cntnt01,showentry,0&cntnt01entryid=11&cntnt01returnid=15, but it doesn't work  :(
Jos
Support Guru
Support Guru
Posts: 4019
Joined: Wed Sep 05, 2007 8:03 pm

Re: Problem using uploads module [solved]

Post by Jos »

probably the > sign gets damaged by TinyMCE while saving/opening the page
User avatar
Anireta
Forum Members
Forum Members
Posts: 21
Joined: Wed Sep 08, 2010 10:22 am

Re: Problem using uploads module [solved]

Post by Anireta »

Jos, really! thank you very much for help! It works properly now!
Post Reply

Return to “Modules/Add-Ons”