Description
A variable has been 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 have correct syntax when declaring your variable here.