Warning (2): mysql_connect() [http://php.net/function.mysql-connect]: Too many connections [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 453]
Warning (2): mysql_select_db() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 459]
Warning (2): mysql_get_server_info() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 467]
Warning (2): mysql_query() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 499]
Warning (2): mysql_errno() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 575]
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 101]
CakePHP: the rapid development php framework: Missing Controller

Missing Controller

Error: TextController could not be found.

Error: Create the class TextController below in file: app/controllers/text_controller.php

<?php
class TextController extends AppController {

	var $name = 'Text';
}
?>

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