Warning (2): mysql_connect() [function.mysql-connect]: Headers and client library minor version mismatch. Headers:50568 Library:100148 [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561]
Errors | 生協書籍管理システム

Missing Method in LibrariesController

Error: The action index is not defined in controller LibrariesController

Error: Create LibrariesController::index() in file: app/controllers/libraries_controller.php.

<?php
class LibrariesController extends AppController {

	var $name = 'Libraries';


	function index() {

	}

}
?>

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

(default) 2 queries took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `libraries`771
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci';111