15
I think that the problem is in the function xoopsfwrite() in the cp_function.php file....
function xoopsfwrite()
{
if ($_SERVER['REQUEST_METHOD'] != 'POST') {
return false;
} else {
}
if (!xoops_refcheck()) {
return false;
} else {
}
return true;
}
Actually I didn't fix it... I commented the return false in the xoops_module_write_admin_menu function which create the adminmenu.php file.
Please, I don't have time to check more... Does someone have other suggestion?