Page 1 of 1

Problem using uploads module [solved]

Posted: Sun Dec 05, 2010 7:33 am
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.

Re: Problem using uploads module [solved]

Posted: Wed Dec 22, 2010 1:46 pm
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  :(

Re: Problem using uploads module [solved]

Posted: Wed Dec 22, 2010 2:05 pm
by Jos
probably the > sign gets damaged by TinyMCE while saving/opening the page

Re: Problem using uploads module [solved]

Posted: Thu Dec 23, 2010 6:44 am
by Anireta
Jos, really! thank you very much for help! It works properly now!