The page is not build. I am not aware that i have changed something in the database setup that could cause the problem.
Link:
sandbox.cms.j-cook.pro/administrator/ind...emo1262&view=booking
The html source code only contains:
<script language="javascript" type="text/javascript">
function submitbutton(pressbutton)
{
switch(pressbutton)
{
case 'delete':
var deleteConfirmMessage;
if (document.adminForm.boxchecked.value > 1)
deleteConfirmMessage = "Are you sure to delete these items ?";
else
deleteConfirmMessage = "Are you sure to delete this item ?";
if (window.confirm(deleteConfirmMessage))
return Joomla.submitform(pressbutton);
else
return;
break;
}
return Joomla.submitform(pressbutton);
}
</script>
<form action="/administrator/index.php" method="post" name="adminForm" class="">
<div>
<div class="">