Administration of category generation not displaying properl
Posted: 16 May 2016, 23:18
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...
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
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">
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