Page 1 of 1

error by slideshow.php (article preview)

Posted: 18 Oct 2012, 13:51
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

Re: error by slideshow.php (article preview)

Posted: 18 Oct 2012, 15:59
by Jan
Hi,

which joomla version you are using?

Jan

Re: error by slideshow.php (article preview)

Posted: 29 Oct 2012, 16:25
by abc
Joomla 1.5.26

Re: error by slideshow.php (article preview)

Posted: 31 Oct 2012, 13:51
by Jan
Ok, thank you for the info, I will add it to next version.

Jan

Re: error by slideshow.php (article preview)

Posted: 07 Nov 2012, 13:42
by abc
thank you