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 😎👍

    • thanks for the suggestion, I don't have users at the moment, I wouldn't have the courage to put a site with such errors online and let users register, I'm just doing tests to understand if I can build a site with this framework or not.