I am working on setting up scaffolding for my application to display CRUD type interface for the users table.
I've added the basic model user.php and controller UsersController.php and added scaffolding. Now when i go to localhost/cake/users
I get a notice 8 for all the links in my actions column.
Screenshot here: https://i.stack.imgur.com/qhhok.png
Any Ideas?