Warning (512): _cake_core_ cache was unable to write 'cake_dev_eng' to File cache [CORE/Cake/Cache/Cache.php, line 327]
Warning (2): file_put_contents() [<a href='http://php.net/function.file-put-contents'>function.file-put-contents</a>]: Only 0 of 651 bytes written, possibly out of free disk space [CORE/Cake/Log/Engine/FileLog.php, line 142]
Music System

Missing Method in UsersController

Error: The action index.html is not defined in controller UsersController

Error: Create UsersController::index.html() in file: app/Controller/UsersController.php.

<?php
class UsersController extends AppController {


	public function index.html() {

	}

}

Notice: If you want to customize this error message, create app/View/Errors/missing_action.ctp

Stack Trace

  • CORE/Cake/Routing/Dispatcher.php line 193Controller->invokeAction(CakeRequest)
  • CORE/Cake/Routing/Dispatcher.php line 167Dispatcher->_invoke(UsersController, CakeRequest)
  • APP/webroot/index.php line 117Dispatcher->dispatch(CakeRequest, CakeResponse)
2019 © Music System