Page 2 of 2

Re: Phoca Gallery Slideshow Plugin 404/410 errors

Posted: 12 Jan 2012, 16:36
by mentebinaria
Ok, here's a better fix (not the best, mind you).

Open "components/com_phocagallery/assets/fadeslideshow/fadeslideshow.js" and, on line 10, replace:

Code: Select all

var fadeSlideShow_descpanel={
	controls: ['x.png',7,7], ['restore.png',10,11], ['loading.gif',54,55]],
with:

Code: Select all

var fadeSlideShow_path = '/components/com_phocagallery/assets/fadeslideshow';
var fadeSlideShow_descpanel={
	controls: [[fadeSlideShow_path+'/x.png',7,7], [fadeSlideShow_path+'/restore.png',10,11], [fadeSlideShow_path+'/loading.gif',54,55]],
This will only fail if Joomla isn't installed on the root of the website (eg: http://www.example.com/joomla), but in that case one will only have to adjust "fadeSlideShow_path" (eg: var fadeSlideShow_path = '/joomla/components/com_phocagallery/assets/fadeslideshow').

Re: Phoca Gallery Slideshow Plugin 404/410 errors

Posted: 16 Jan 2012, 10:18
by 3doffice
Thanks,

with this fix it works for me too.

Regards
3doffice

Re: Phoca Gallery Slideshow Plugin 404/410 errors

Posted: 16 Jan 2012, 20:30
by Jan
Hi, thank you for this guide.

Jan

Re: Phoca Gallery Slideshow Plugin 404/410 errors

Posted: 17 Jan 2012, 20:14
by Jan
Ok, changed in 3.1.2

Jan