Page 1 of 1

Stumpped on getting Cooliris 3D Wall working, I found a bug!

Posted: 16 Jan 2010, 23:23
by thomric2
I am having trouble getting the Cooliris 3D wall working as it keeps displaying the code I need in crossdomain.xml. However that file is there.

So I took the path to the rss and put it into http://www.cooliris.com/express/builder/. I took that code and made http://dev.iitpikapps.com/3dwall.html which confirms that I have the crossdomain.xml file and the rss that phoca gallery generated is valid.

I was then able to put that code into an article and have it sucessfully run on the front page http://dev.iitpikapps.com/.

So the question is why cant I get it running here? http://dev.iitpikapps.com/index.php?opt ... Itemid=160

When I look at the page source on my site I noticed that I have code where my rss path should be!

Code: Select all

<param name="flashvars" 
      value="feed=<? echo JURI::root() . $this->tmpl['path']->image_rel . (int)$this->category->id;?>.rss" />
    <embed type="application/x-shockwave-flash" 
      src="http://apps.cooliris.com/embed/cooliris.swf" 
	  flashvars="feed=<? echo JURI::root() . $this->tmpl['path']->image_rel . (int)$this->category->id;?>.rss"
Armed with that information I opened up \www\components\com_phocagallery\views\cooliris3dwall\tmpl\default.php and found 2 lines that were incorrect. As you can see in the code snippit above

Code: Select all

feed=<? echo
should be changed to

Code: Select all

feed=<?php echo
This bug was found in 2.6.2.

Jan, thanks for the great Joomla Extensions.

Re: Stumpped on getting Cooliris 3D Wall working, I found a bug!

Posted: 19 Jan 2010, 00:07
by Jan
Hi, yes this is wrong. I will fix it.

Jan

Re: Stumpped on getting Cooliris 3D Wall working, I found a

Posted: 15 Mar 2010, 09:10
by wendry
Hi Thomric, well.. you got that on the spot after copying the xml file at the root, I still can't manage it to work. Then I found this thread and walaaa... it's working. Nice skill and troubleshooting you showed there. Jan, I think you should fix this :) or at least post the remedy action somewhere. I am sure this will help a lot of the users :twisted: