Brian Posted November 9, 2018 Report Posted November 9, 2018 Hey guys, I followed the instructions in the PHP course for advanced php>login system. However, I'm getting errors. I even downloaded the source files and copy and pasted them into my text editor and I'm still getting the following errors. Notice: Undefined index: isBlock in /Users/brian.smith/valet/blog5/elProjecto/index.php on line 71Notice: Undefined index: badUserCredentials in /Users/brian.smith/valet/blog5/elProjecto/index.php on line 72 One difference is my file names, for example, I named my login.php file index.php. I changed them accordingly in the files. Another is I didn't use WAMMP/MAMMP? I have Laravel and Valet installed so I created a field called elProjecto and ran the command "valet link" in the command line. The functionality works fine, but the errors are displayed on the front page. Any advice? Thanks!
administrator Posted January 25, 2019 Report Posted January 25, 2019 Sorry for the late reply. You can turn off error reporting in the PHP ini. Or you can search for this string on google: Notice: Undefined index: .... Your answer will appear in Stack Overflow.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now