Phoca Gallery Slideshow Plugin 404/410 errors

Phoca Gallery plugins - plugins for Phoca Gallery extension
mentebinaria
Phoca Newbie
Phoca Newbie
Posts: 6
Joined: 10 Jan 2012, 15:09
Contact:

Re: Phoca Gallery Slideshow Plugin 404/410 errors

Post 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').
3doffice
Phoca Member
Phoca Member
Posts: 11
Joined: 29 Nov 2011, 17:36

Re: Phoca Gallery Slideshow Plugin 404/410 errors

Post by 3doffice »

Thanks,

with this fix it works for me too.

Regards
3doffice
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48676
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery Slideshow Plugin 404/410 errors

Post by Jan »

Hi, thank you for this guide.

Jan
If you find Phoca extensions useful, please support the project
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48676
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery Slideshow Plugin 404/410 errors

Post by Jan »

Ok, changed in 3.1.2

Jan
If you find Phoca extensions useful, please support the project
Post Reply