Comment to Warning: Undefined array key in 14.0.0-B1
-
Hmmm, interesting I couldnt find my post either. Maybe I am mistaken with my 'clicked' warning.
Definitely need to get it fixed, but you can change header.inc.php from:
error_reporting(E_ALL);
To:
error_reporting(E_ERROR | E_PARSE);
nd at least users won't see the messages. I switch between the two, when debugging.
Still shouldn't be any warnings thrown, and its an on-going battle. I just had my 'clicked' warning resurface in another line, which I will be reporting under original thread 😎👍