Gallery plugin broken

Phoca Gallery - image gallery extension
rbuelund
Phoca Professional
Phoca Professional
Posts: 115
Joined: 22 Mar 2015, 00:18
Contact:

Gallery plugin broken

Post by rbuelund »

The Phoca gallery content plugin seems to be broken. When i press the button in the editor i get this error:

"Class 'Phoca\Render\Adminviews' not found "

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2710
Joined: 28 Nov 2010, 17:20

Re: Gallery plugin broken

Post by christine »

Hi,

Hi, enable debug mode in your Joomla! global configuration so you get whole error message including the file and row where the error occurs.

Kind regards
Christine
rbuelund
Phoca Professional
Phoca Professional
Posts: 115
Joined: 22 Mar 2015, 00:18
Contact:

Re: Gallery plugin broken

Post by rbuelund »

Here you have the complete debug code:

Class 'Phoca\Render\Adminviews' not found
.../administrator/components/com_phocagallery/libraries/phocagallery/render/renderadminviews.php:19

14 use Phoca\Render\Adminviews;
15 use Joomla\CMS\Factory;
16 use Joomla\CMS\HTML\HTMLHelper;
17 use Joomla\CMS\Language\Text;
18
19 class PhocaGalleryRenderAdminViews extends AdminViews
20 {
21 public $view = '';
22 public $viewtype = 1;
23 public $option = '';
24 public $optionLang = '';
christine
Phoca Hero
Phoca Hero
Posts: 2710
Joined: 28 Nov 2010, 17:20

Re: Gallery plugin broken

Post by christine »

Hi,

Check if you have the latest Plugins:
https://www.phoca.cz/download/category/ ... ton-plugin > 4.4.0
https://www.phoca.cz/download/category/ ... ery-plugin > 4.4.2

Kind regards
Christine
rbuelund
Phoca Professional
Phoca Professional
Posts: 115
Joined: 22 Mar 2015, 00:18
Contact:

Re: Gallery plugin broken

Post by rbuelund »

Ahh sorry - forgot to update the button plugin - by the why - why are they not showing as not updated in the joomla updater ??
christine
Phoca Hero
Phoca Hero
Posts: 2710
Joined: 28 Nov 2010, 17:20

Re: Gallery plugin broken

Post by christine »

Hi,

Unfortunately there is no (automatic) update function. Means: Check more often to see if there is an update.
https://www.phoca.cz/download/category/ ... ery-plugin.
Example of info of extension version server: https://raw.githubusercontent.com/Phoca ... nifest.xml
Most of the time will be also informed in the "News" section.

Kind regards
Christine
rbuelund
Phoca Professional
Phoca Professional
Posts: 115
Joined: 22 Mar 2015, 00:18
Contact:

Re: Gallery plugin broken

Post by rbuelund »

Allthough my plugins are now updated - I still get the above error, when using the Phoca Button in the editor ???
rbuelund
Phoca Professional
Phoca Professional
Posts: 115
Joined: 22 Mar 2015, 00:18
Contact:

Re: Gallery plugin broken

Post by rbuelund »

Class 'Phoca\Render\Adminviews' not found
.../administrator/components/com_phocagallery/libraries/phocagallery/render/renderadminviews.php:19

14 use Phoca\Render\Adminviews;
15 use Joomla\CMS\Factory;
16 use Joomla\CMS\HTML\HTMLHelper;
17 use Joomla\CMS\Language\Text;
18
19 class PhocaGalleryRenderAdminViews extends AdminViews
20 {
21 public $view = '';
22 public $viewtype = 1;
23 public $option = '';
24 public $optionLang = '';
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47794
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Gallery plugin broken

Post by Jan »

Hi, first of all, which component version do you run?

Jan
If you find Phoca extensions useful, please support the project
rbuelund
Phoca Professional
Phoca Professional
Posts: 115
Joined: 22 Mar 2015, 00:18
Contact:

Re: Gallery plugin broken

Post by rbuelund »

Version 4.4.2
Post Reply