You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
a simple PHP index notice error.
Checking POST index before using it can be a good practice.
Using a function to do that like get_post('couleur') ?
Error ouput:
[Mon Nov 30 19:33:18 2020] PHP Notice: Undefined index: nom in /tmp/oressource/moteur/type_poubelles_post.php on line 30
[Mon Nov 30 19:33:18 2020] PHP Notice: Undefined index: couleur in /tmp/oressource/moteur/type_poubelles_post.php on line 30
[Mon Nov 30 19:33:18 2020] PHP Notice: Undefined index: description in /tmp/oressource/moteur/type_poubelles_post.php on line 30
[Mon Nov 30 19:33:18 2020] PHP Notice: Undefined index: masse_bac in /tmp/oressource/moteur/type_poubelles_post.php on line 30
[Mon Nov 30 19:33:18 2020] PHP Notice: Undefined index: nom in /tmp/oressource/moteur/type_poubelles_post.php on line 35
[Mon Nov 30 19:33:18 2020] PHP Notice: Undefined index: description in /tmp/oressource/moteur/type_poubelles_post.php on line 35
[Mon Nov 30 19:33:18 2020] PHP Notice: Undefined index: masse_bac in /tmp/oressource/moteur/type_poubelles_post.php on line 35
[Mon Nov 30 19:33:18 2020] PHP Notice: Undefined index: couleur in /tmp/oressource/moteur/type_poubelles_post.php on line 35
The text was updated successfully, but these errors were encountered:
Hi,
a simple PHP index notice error.
Checking POST index before using it can be a good practice.
Using a function to do that like
get_post('couleur')
?Error ouput:
The text was updated successfully, but these errors were encountered: