fpoletta 0 Posted July 24, 2020 Report Share Posted July 24, 2020 Hello, I can't figure out how to correct this error on the menu any help would be appreciated. Notice: Trying to access array offset on value of type null in C:\xampp\htdocs\week1\final\includes\header.html on line 82Notice: Trying to access array offset on value of type null in C:\xampp\htdocs\week1\final\includes\header.html on line 83 Notice: Trying to access array offset on value of type null in C:\xampp\htdocs\week1\final\includes\header.html on line 94 Notice: Trying to access array offset on value of type null in C:\xampp\htdocs\week1\final\includes\header.html on line 104 Quote Link to post Share on other sites
Larry 429 Posted July 27, 2020 Report Share Posted July 27, 2020 From the error message it looks like you're trying to treat a variable as an array but it has a null value (i.e., it's not an array). Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.