Appearance :

Trying to access an array by a key that does not exist in the array

Possible Solution :

Check the availability before accessing it. Use:

  1. [isset()](<http://php.net/manual/en/function.isset.php>)
  2. [array_key_exists()](<http://php.net/manual/en/function.array-key-exists.php>)