error by slideshow.php (article preview)
Posted: 18 Oct 2012, 13:51
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
(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