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.
Create a Slideshow via Button
-
coober
- Phoca Newbie

- Posts: 4
- Joined: 31 May 2010, 03:45
Re: Create a Slideshow via Button
I have exactly the same problem ............anyone?
thanks
David
thanks
David
-
reko
- Phoca Professional

- Posts: 407
- Joined: 29 Dec 2008, 22:06
Re: Create a Slideshow via Button
just to make sure: is the buttons version also 2.7.1?
rk
rk
- Jan
- Phoca Hero

- Posts: 49299
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Create a Slideshow via Button
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:
TO:
The semicolon is removed on the first line.
Jan
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>';Code: Select all
.'<option value="2" >'.JText::_( 'Link to Categories' ).'</option>'
.'</select></td></tr>';Jan
If you find Phoca extensions useful, please support the project
-
coober
- Phoca Newbie

- Posts: 4
- Joined: 31 May 2010, 03:45
Re: Create a Slideshow via Button
now it works
thanks Jan.
regards
David
thanks Jan.
regards
David
- Jan
- Phoca Hero

- Posts: 49299
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Create a Slideshow via Button
Ok
If you find Phoca extensions useful, please support the project
- Jan
- Phoca Hero

- Posts: 49299
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Create a Slideshow via Button
Will be solved in 2.7.2
Jan
Jan
If you find Phoca extensions useful, please support the project
