Description
A variable was referenced without being defined.
Solution
Verify that the variable is defined appropriately outside of or inside the function.
Verify that all occurrences of the variable are spelled correctly.
Verify that you used correct syntax when declaring the variable.