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

Phoca Gallery - image gallery extension
thomric2
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 06 Apr 2008, 11:54
Location: United States of America
Contact:

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

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

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

Post by Jan »

Hi, yes this is wrong. I will fix it.

Jan
If you find Phoca extensions useful, please support the project
wendry
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 15 Mar 2010, 08:42

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

Post 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:
Post Reply