par
Herve_be » 23 oct. 2023, 12:22
Merci de prendre la peine de chercher le problème.
Il ne me semble pas avoir récemment modifié ce script, peut-être une modification des règles php ?
J'ai ajouté le var_dump($_POST);
Voici ce que donne le premier appel
array(0) { }
Warning: Cannot modify header information - headers already sent by (output started at
https://www/Aquarium/RVRT/RVosmo.php:2) in
https://www/Aquarium/RVRT/RVosmo.php on line 3
Warning: session_start(): Session cannot be started after headers have already been sent in
https://www/Aquarium/RVRT/RVosmo.php on line 4
Warning: Undefined variable $_SESSION in
https://www/Aquarium/RVRT/RVosmo.php on line 112
Warning: Trying to access array offset on value of type null in
https://www/Aquarium/RVRT/RVosmo.php on line 112
Session Captcha 2 :
Post Captcha NOT set
Je complète la zone input par A43E, le module se rappelle lui-même et donne
array(1) { ["Captcha"]=> string(4) "A43E" }
Warning: Cannot modify header information - headers already sent by (output started at https://.www/Aquarium/RVRT/RVosmo.php:2) in
https://www/Aquarium/RVRT/RVosmo.php on line 3
Warning: session_start(): Session cannot be started after headers have already been sent in
https://www/Aquarium/RVRT/RVosmo.php on line 4
Warning: Undefined variable $_SESSION in
https://www/Aquarium/RVRT/RVosmo.php on line 112
Warning: Trying to access array offset on value of type null in
https://www/Aquarium/RVRT/RVosmo.php on line 112
Session Captcha 2 :
Warning: Undefined variable $_SESSION in
https://www/Aquarium/RVRT/RVosmo.php on line 113
Warning: Trying to access array offset on value of type null in
https://www/Aquarium/RVRT/RVosmo.php on line 113
Post Captcha NOT set
On dirait que le session s'est réinitialisée, à quoi cela peut-il être du ?
Merci de prendre la peine de chercher le problème.
Il ne me semble pas avoir récemment modifié ce script, peut-être une modification des règles php ?
J'ai ajouté le var_dump($_POST);
Voici ce que donne le premier appel
array(0) { }
Warning: Cannot modify header information - headers already sent by (output started at https://www/Aquarium/RVRT/RVosmo.php:2) in https://www/Aquarium/RVRT/RVosmo.php on line 3
Warning: session_start(): Session cannot be started after headers have already been sent in https://www/Aquarium/RVRT/RVosmo.php on line 4
Warning: Undefined variable $_SESSION in https://www/Aquarium/RVRT/RVosmo.php on line 112
Warning: Trying to access array offset on value of type null in https://www/Aquarium/RVRT/RVosmo.php on line 112
Session Captcha 2 :
Post Captcha NOT set
Je complète la zone input par A43E, le module se rappelle lui-même et donne
array(1) { ["Captcha"]=> string(4) "A43E" }
Warning: Cannot modify header information - headers already sent by (output started at https://.www/Aquarium/RVRT/RVosmo.php:2) in https://www/Aquarium/RVRT/RVosmo.php on line 3
Warning: session_start(): Session cannot be started after headers have already been sent in https://www/Aquarium/RVRT/RVosmo.php on line 4
Warning: Undefined variable $_SESSION in https://www/Aquarium/RVRT/RVosmo.php on line 112
Warning: Trying to access array offset on value of type null in https://www/Aquarium/RVRT/RVosmo.php on line 112
Session Captcha 2 :
Warning: Undefined variable $_SESSION in https://www/Aquarium/RVRT/RVosmo.php on line 113
Warning: Trying to access array offset on value of type null in https://www/Aquarium/RVRT/RVosmo.php on line 113
Post Captcha NOT set
On dirait que le session s'est réinitialisée, à quoi cela peut-il être du ?