error by slideshow.php (article preview)

Phoca Gallery plugins - plugins for Phoca Gallery extension
abc
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 Oct 2012, 13:37

error by slideshow.php (article preview)

Post by abc »

Hello

(phoca gallery 2.8.1)

if I click article preview-button in editor, I get following error message:

JSON DATA ERROR : <br />
<b>Fatal error</b>: Class 'JSite' not found in <b>/.../.../plugins/content/phocagalleryslideshow.php</b> on line <b>35</b><br />

following doesn´t help:

please replace the line

$menus = & JSite::getMenu();


with

$menus = & JApplication::getMenu('site');

the error message is then:

<b>Fatal error</b>: Class 'JSite' not found in <b>/.../.../plugins/content/phocagalleryslideshow.php</b> on line <b>52</b><br />

line 52 is empty

thanks
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48536
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: error by slideshow.php (article preview)

Post by Jan »

Hi,

which joomla version you are using?

Jan
If you find Phoca extensions useful, please support the project
abc
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 Oct 2012, 13:37

Re: error by slideshow.php (article preview)

Post by abc »

Joomla 1.5.26
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48536
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: error by slideshow.php (article preview)

Post by Jan »

Ok, thank you for the info, I will add it to next version.

Jan
If you find Phoca extensions useful, please support the project
abc
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 Oct 2012, 13:37

Re: error by slideshow.php (article preview)

Post by abc »

thank you
Post Reply