Hello I´ve a problem with MediaRSS addon (PicLens support) v1.0.2 too.
I have installed it like jeremyr bevore.
Then I surf to my site and start piclens. There are no pictures, ony the title of the pics. When I choose one of the pics and click on the earth-icon the new window has an error. But this small thing I have fix.
My URL is like:
http://pics.domain.com
So I do this
<link>".$cfgrow['siteurl']."index.php?showimage=$id</link>
to this
<link>".$cfgrow['siteurl']."/index.php?showimage=$id</link>
Otherwise I get this:
http://pics.domain.comindex.php?showimage=63
But how can I get the pictures in my piclens-window?
Thanks for any kind of helping!!!