What should I do? I know it's pretty easy for you. Help, Newbie :( | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What should I do? I know it's pretty easy for you. Help, Newbie :(

Notice: Undefined variable: parentid in C:\xampp\htdocs\ERMS\Admin\function.php on line 238

20th Apr 2017, 2:57 PM
Newbie
Newbie - avatar
1 Answer
+ 1
Well, that error message is telling You, that there is undefined variable in file located in directory, on shown line. You should open this file with some ide editor (notepad++ will surely work ), and check if there is any assignment made to this variable (parentid), if Your syntax is right (Used =, use one kind of parentheses inside of another and end statement with semicolon ). If You can't figure it out please paste like 2 lines of code before and few after stated line.
20th Apr 2017, 11:21 PM
Konrad Palenga (SwaqqoGames)
Konrad Palenga (SwaqqoGames) - avatar