Administration of category generation not displaying properl

Phoca Gallery - image gallery extension
merzmedia
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 16 May 2016, 23:03

Administration of category generation not displaying properl

Post by merzmedia »

Hello,
I just downloaded and installed the current version 4.3.0 of Phoca Gallery component.
When I try to make a new category the administration page is not displayed correctly.

The related source code ends unepected...

Code: Select all

<script type="text/javascript">
Joomla.submitbutton = function(task) {
	if (task == 'phocagalleryc.cancel' || document.formvalidator.isValid(document.id('adminForm'))) {
		if (task == 'phocagalleryc.loadextimgp') {
			document.getElementById('loading-ext-imgp').style.display='block';
		}
		if (task == 'phocagalleryc.loadextimgf') {
			document.getElementById('loading-ext-imgf').style.display='block';
		}
		if (task == 'phocagalleryc.uploadextimgf') {
			document.getElementById('uploading-ext-imgf').style.display='block';
		}
		WFEditor.getContent('jform_description');		Joomla.submitform(task, document.getElementById('adminForm'));
	}
	else {
		alert('Ungültiges Formular');
	}
}
</script><div id="phocagalleryc"><form action="/administrator/index.php?option=com_phocagallery&layout=edit&id=0" method="post" name="adminForm" id="adminForm" class="form-validate">
<div class="row-fluid">
<div class="span10 form-horizontal"><ul class="nav nav-tabs"><li class="active"><a href="#general" data-toggle="tab">General Options</a></li>
<li 0><a href="#publishing" data-toggle="tab">Publishing Options</a></li>
<li 0><a href="#metadata" data-toggle="tab">Metadata Options</a></li>
<li 0><a href="#picasa" data-toggle="tab">Picasa (Google+) Settings</a></li>
<li 0><a href="#facebook" data-toggle="tab">Facebook Settings</a></li>
</ul><div class="tab-content">
<div class="tab-pane active" id="general">
This is all source code that is generated.

I downloaded, uninstalled and reinstalled the component 4 times.

seems the current ZIP-Archive is broken and some files are not complete.

Please see to it asap.

Regards

merzmedia
istanbul
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 17 May 2016, 16:18

Re: Administration of category generation not displaying pro

Post by istanbul »

I have the same problem as topic starter
When i try to generate a category in admin area link takes me to

General Options
Publishing Options
Metadata Options
Picasa (Google+) Settings
Facebook Settings

to this page ..

Anyone please help about this issue ??
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48689
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Administration of category generation not displaying pro

Post by Jan »

Hi, I see now, there is a fatal error, cannot fine the image library, I have fixed it now in the same version.

To do a quick fix, edit this file:
administrator\components\com_phocagallery\phocagallery.php

Add

Code: Select all

phocagalleryimport('phocagallery.image.image');
after:

Code: Select all

phocagalleryimport('phocagallery.html.batch');
Thank you for the info.

Jan
If you find Phoca extensions useful, please support the project
merzmedia
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 16 May 2016, 23:03

Re: Administration of category generation not displaying pro

Post by merzmedia »

Thanks Jan,

that did the trick ;)

BR

Andy
lionel
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 18 May 2016, 09:11

Re: Administration of category generation not displaying pro

Post by lionel »

thank jan for the tip . unfortunately it does work has half for me. once in the category I can not save ... if you have another trick i take ^^

after cheking some things, it appear i have the same probleme in cat and article in joomla too.... have to re-install everything....
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48689
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Administration of category generation not displaying pro

Post by Jan »

Hi, what exactly of problem do you get there, when you cannot click on save button, this seems more a javascript problem on your site:
https://www.phoca.cz/documents/16-joomla ... -conflicts
Jan
If you find Phoca extensions useful, please support the project
Post Reply