Page 1 of 1

Create a Slideshow via Button

Posted: 26 May 2010, 18:32
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.

Re: Create a Slideshow via Button

Posted: 31 May 2010, 03:49
by coober
I have exactly the same problem ............anyone?

thanks
David

Re: Create a Slideshow via Button

Posted: 31 May 2010, 10:00
by reko
just to make sure: is the buttons version also 2.7.1?
rk

Re: Create a Slideshow via Button

Posted: 31 May 2010, 14:18
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

Re: Create a Slideshow via Button

Posted: 02 Jun 2010, 06:24
by coober
now it works

thanks Jan.

regards
David

Re: Create a Slideshow via Button

Posted: 09 Jun 2010, 13:37
by Jan
Ok

Re: Create a Slideshow via Button

Posted: 09 Jun 2010, 16:18
by Jan
Will be solved in 2.7.2

Jan