G0uth4m / Restaurant-Management-php-postgresql

Restaurant Management System(beta)
2 stars 2 forks source link

Warning: Undefined property: stdClass::$DishId #2

Open abujbr opened 3 years ago

abujbr commented 3 years ago

hello,

I'm having some issues while trying to run the code.

I get this error in all of the section in the main page after log in

ID Item Price Action
Warning: Undefined property: stdClass::$DishId in C:\xampp\htdocs\pro\index.php on line 35 Warning: Undefined property: stdClass::$Name in C:\xampp\htdocs\pro\index.php on line 36 Warning: Undefined property: stdClass::$Price in C:\xampp\htdocs\pro\index.php on line 37

Thank you

abujbr commented 3 years ago

never mind

I got it fixed

thank you :)