Create a Slideshow via Button

Phoca Gallery - image gallery extension
tbachner
Phoca Member
Phoca Member
Posts: 13
Joined: 10 May 2010, 14:32

Create a Slideshow via Button

Post by tbachner »

When I try to realize a slideshow via Phoca Gallery Button Plugin
I get this Error message:

Parse error: syntax error, unexpected '.' in /var/www/vhosts/*********/httpdocs/administrator/components/com_phocagallery/views/phocagallerylinkimg/tmpl/default_slideshow.php on line 103

I use PhocaGallery 2.7.1, Phocaslideshow Plugin 2.7.1 and Phoca Gallery Button Plugin.

Please help. Thanks a lot.
coober
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 31 May 2010, 03:45

Re: Create a Slideshow via Button

Post by coober »

I have exactly the same problem ............anyone?

thanks
David
reko
Phoca Professional
Phoca Professional
Posts: 407
Joined: 29 Dec 2008, 22:06

Re: Create a Slideshow via Button

Post by reko »

just to make sure: is the buttons version also 2.7.1?
rk
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49299
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Create a Slideshow via Button

Post by Jan »

Hi, this is bug, I will change it for the next version.

For now you can change it in your site:
administrator/components/com_phocagallery/views/phocagallerylinkimg/tmpl/default_slideshow.php on line cca 103

FROM:

Code: Select all

.'<option value="2" >'.JText::_( 'Link to Categories' ).'</option>';
.'</select></td></tr>';
TO:

Code: Select all

.'<option value="2" >'.JText::_( 'Link to Categories' ).'</option>'
.'</select></td></tr>';
The semicolon is removed on the first line.

Jan
If you find Phoca extensions useful, please support the project
coober
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 31 May 2010, 03:45

Re: Create a Slideshow via Button

Post by coober »

now it works

thanks Jan.

regards
David
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49299
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Create a Slideshow via Button

Post by Jan »

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

Re: Create a Slideshow via Button

Post by Jan »

Will be solved in 2.7.2

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