Deprecated: Non-static method Configure::read() should not be called statically, assuming $this from incompatible context in /home/h20mskydydup/public_html/cake/libs/view/view.php on line 661
Missing Method in UsersController
Error: The action index.html is not defined in controller UsersController
Error:
Deprecated: Non-static method Inflector::underscore() should not be called statically, assuming $this from incompatible context in /home/h20mskydydup/public_html/cake/libs/view/errors/missing_action.ctp on line 32
Create UsersController::index.html() in file: public_html/controllers/users_controller.php.
<?php class UsersController extends AppController { var $name = 'Users'; function index.html() { } } ?>
Notice: If you want to customize this error message, create public_html/views/errors/missing_action.ctp.