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
error by slideshow.php (article preview)
- Jan
- Phoca Hero
- Posts: 48536
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: error by slideshow.php (article preview)
Hi,
which joomla version you are using?
Jan
which joomla version you are using?
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 18 Oct 2012, 13:37
Re: error by slideshow.php (article preview)
Joomla 1.5.26
- Jan
- Phoca Hero
- Posts: 48536
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: error by slideshow.php (article preview)
Ok, thank you for the info, I will add it to next version.
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 18 Oct 2012, 13:37