Page 1 of 1

install problems

Posted: 11 Dec 2011, 17:12
by Jolanda
Hi,
I've a problem and cannot find an answer on any forum.
I've installed Joomla 1.7 and Phoca gallery 3.1.1
Everything works fine except when I want to change the title of an image in the back-end.
If I click on a title it seems he bypasses Joomla.
It seems he only shows the javascript. The page source starts like this:

<script type="text/javascript">
Joomla.submitbutton = function(task)
{

if (task != 'phocagalleryimg.cancel' && document.id('jform_catid').value == '') {
alert('Ongeldig formulier - Categorie is niet geselecteerd');
} else if (task == 'phocagalleryimg.cancel' || document.formvalidator.isValid(document.id('phocagalleryimg-form'))) {
Joomla.submitform(task, document.getElementById('phocagalleryimg-form'));
}
else {
alert('Ongeldig formulier');
}
}
etc..

So no HTML code, so no link to css files etc.
This is the only page that doesn't work.
Anybody an idea??

Thankx, Jolanda

Re: install problems

Posted: 15 Dec 2011, 23:44
by Jan
Hi, seems like the site get some error in html output, can you paste some screenshot here, really no idea what can be the reason for this :-( :idea:

Jan