Hi,
this is the response on console
Error:
The requested address
'/phkapa/register/update_by_process'
was not found on this server.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title>
<link href="/phkapa/favicon.ico" type="image/x-icon" rel="icon" /><link href="/phkapa/favicon.ico" type="image/x-icon" rel="shortcut icon" />
<link rel="stylesheet" type="text/css" href="/phkapa/css/reset.css" />
<link rel="stylesheet" type="text/css" href="/phkapa/css/text.css" />
<link rel="stylesheet" type="text/css" href="/phkapa/css/grid.css" />
<link rel="stylesheet" type="text/css" href="/phkapa/css/layout.css" />
<link rel="stylesheet" type="text/css" href="/phkapa/css/jquery-ui-theme/jquery-ui-1.8.23.custom.css" />
<!--[if IE 6]><link rel="stylesheet" type="text/css" href="/phkapa/css/ie6.css" /><![endif]--><!--[if IE 7]><link rel="stylesheet" type="text/css" href="/phkapa/css/ie.css" /><![endif]--> <link href='
http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,700,600,800,900' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="/phkapa/js/jquery-1.8.0.min.js"></script>
<script type="text/javascript" src="/phkapa/js/jquery-ui-1.8.23.custom.min.js"></script>
<script type="text/javascript" src="/phkapa/js/jquery-cookie.js"></script>
<script type="text/javascript" src="/phkapa/js/spin.js"></script>
<script type="text/javascript">
$(document).ready(function () {
//$('#phkapa').fadeIn(2000);
$('#mainContainer').fadeIn(1000);
if (!$.cookie('appMaintenance')){
$('#maintenanceMessage').fadeIn(2000);
}
$('#maintenanceMessage').click(function(){
$.cookie('appMaintenance','foo');
$('#maintenanceMessage').fadeOut(2000);
})
$("a").each(function(){
var onClickEval=$(this).attr('onclick');
if (/confirm/i.test(onClickEval)){
//console.log(onClickEval);
$(this).attr('onClickEval',onClickEval);
$(this).removeAttr('onclick');
$(this).bind('click', function (e) {
var evalString=$(this).attr('onClickEval');
evalString=evalString.match(/'.*'/);
result = confirm (evalString);
//console.log(e.result);
return result;
});
}
});
var opts = {
lines: 8, // The number of lines to draw
length: 11, // The length of each line
width: 3, // The line thickness
radius: 6, // The radius of the inner circle
color: '#00aeef', // #rgb or #rrggbb
speed: 1, // Rounds per second
trail: 54, // Afterglow percentage
shadow: false // Whether to render a shadow
};
var target = document.getElementById('loading-indicator');
$("a").bind('click', function (e) {
//console.log(e.result);
if (e.result==false) return false;
if (
this.id=='setTodaysDate') return;
if (
this.id=='toggle-admin-actions') return;
if (
this.id=='toggle-related-records') return;
if (this.target=='_blank') return true;
$("#mainContainer div, h2").slice(4).hide();
var spinner = new Spinner(opts).spin(target);
$("#loading-indicator").show();
return true;
});
$("form").submit(function () {
var frmAction=$(this).attr('action');
if (/export/i.test(frmAction)){ return true;}
$("#mainContainer div, h2").slice(4).hide();
var spinner = new Spinner(opts).spin(target);
$("#loading-indicator").show();
return true;
});
$("input:submit").button();
$("#actions").accordion({
collapsible: true,
active: false
});
$("#related").accordion({
collapsible: true,
autoHeight: false,
active: 0
});
$("#related-action").accordion({
collapsible: true,
autoHeight: false,
active: 0
});
});
</script>
</head>
<body>
<div id="phkapa" ><!--img src="/img/PHKAPA_small.png" alt="PHKAPA" --></div>
<div id="header">
<h1><a href="/phkapa/" class="zoom" target="_self"><img src="/phkapa/img/PHKAPAlogo2.png" alt="PHKAPA" /></a></h1>
</div>
<div id="header_separator">
<div style="width:99%; text-align: right;color: #FFFFFF; padding-top: 5px;">
User: giuseppe_phkapa ...<a href="/phkapa/users/logout" style="color:#fff;" class="menuitem" target="_self">End Session</a></div>
</div>
<div class="clear" style="height: 35px;"></div>
<div class="container_16" id="mainContainer">
<!--div class="grid_16">
<h1 id="branding">
<a href="/"></a>
</h1>
</div-->
<div class="clear"></div>
<div class="grid_16">
<div class="block" id="admin-left-menu">
<ul class="section menu">
</ul>
</div> </div>
<div id="loading-indicator"></div>
<div class="clear" style="height: 10px; width: 100%;"></div>
<h2>Not Found</h2>
<p class="error">
<strong>Error: </strong>
The requested address <strong>'/phkapa/register/update_by_process'</strong> was not found on this server.</p>
<div class="clear"></div>
</div>
</body>
</html>