Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Framework » CSRF check failed (CANĀ“T EXECUTE MULTI4 TRANSACTION)
Re: CSRF check failed [message #7190 is a reply to message #7187] Thu, 02 August 2018 16:52 Go to previous messageGo to previous message
edortizq is currently offline  edortizq
Messages: 82
Registered: August 2008
Location: Ecuador
Member

I have commented the code about CSRF and it seems to be right by now.
It seems there is a bug when execute scriptNext() function, analyzing my code the errors appears with this lines:

if (isset($_POST['submitnext']) || isset($_POST['submitstay'])) {
$_SESSION['idcliente'] = $rowdata['idcliente'];
$next['task_id'] = 'buzz_venta(add4)';
append2ScriptSequence($next);
}

and ....

if ($GLOBALS['task_id'] == 'buzz_venta(add2)' || $GLOBALS['task_id'] == 'buzz_venta(add4)'){
$idventa = $rowdata['idventa'];
$_SESSION['idventa'] = $rowdata['idventa'];
$next['task_id'] = 'buzz_detalleventa(multi4)';
append2ScriptSequence($next);
}

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Empty Folder name anomaly
Next Topic: PDF - images in body / underlining 'label'
Goto Forum:
  


Current Time: Sun Apr 28 23:57:23 EDT 2024

Total time taken to generate the page: 0.02645 seconds