Hi, I'm working on my first website, and this error table occurred. Does anyone know how to fix this? I've seen some guys on StackOverflow dealing with an 'Undefined array key' error in PHP and using this piece of code:

if (isset($lookup_table[$key])) {
     return $lookup_table[$key];
} 

else {
     return;
}

But since I'm really new to this, I'm not sure where I should put it.

PS: I'm using Local.exe for "hosting" while I'm working on it. Could that be a problem?

[Image] 

[Image]