5
Hi
I have tracked it down to the updatepage.php lines 40 - 45 XoopsRequest::getString is returning the default value - blank
$table = XoopsRequest::getString('dbtable', '', 'post');
$field = XoopsRequest::getString('dbfield', '', 'post');
$field = $xoopsDB->escape('`' . $field . '`');
$dogname = XoopsRequest::getString('curname', '', 'post');
$name = XoopsRequest::getString('NAAM', '', 'post');
$gender = XoopsRequest::getString('roft', '', 'post');
if ('pedigree_' !== substr($table, 0, 9)) {
redirect_header(XOOPS_URL, 3, _NOPERM
}
I will look into it further tomorrow...
Thanks
Michael