Warning (2): mysql_connect() [function.mysql-connect]: User 'masuhair_neko' has exceeded the 'max_user_connections' resource (current value: 100) [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561]Code |
Context$config = array(
"persistent" => false,
"host" => "localhost",
"login" => "masuhair_neko",
"password" => "uriage3939c4m",
"database" => "masuhair_nekojiman",
"port" => "3306",
"driver" => "mysql",
"encoding" => "utf8",
"prefix" => "nekojiman_"
)
mysql_connect - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 561
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 143
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2833
Model::__construct() - CORE/cake/libs/model/model.php, line 469
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 502
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): mysql_select_db() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 567]Code |
Context$config = array(
"persistent" => false,
"host" => "localhost",
"login" => "masuhair_neko",
"password" => "uriage3939c4m",
"database" => "masuhair_nekojiman",
"port" => "3306",
"driver" => "mysql",
"encoding" => "utf8",
"prefix" => "nekojiman_",
"connect" => "mysql_connect"
)
mysql_select_db - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 567
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 143
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2833
Model::__construct() - CORE/cake/libs/model/model.php, line 469
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 502
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): mysql_query() expects parameter 2 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 609]Code |
Context$sql = "SET NAMES utf8"
mysql_query - [internal], line ??
DboMysql::_execute() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 609
DboMysqlBase::setEncoding() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 249
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 572
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 143
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2833
Model::__construct() - CORE/cake/libs/model/model.php, line 469
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 502
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): mysql_get_server_info() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 575]Code |
Context$config = array(
"persistent" => false,
"host" => "localhost",
"login" => "masuhair_neko",
"password" => "uriage3939c4m",
"database" => "masuhair_nekojiman",
"port" => "3306",
"driver" => "mysql",
"encoding" => "utf8",
"prefix" => "nekojiman_",
"connect" => "mysql_connect"
)
mysql_get_server_info - [internal], line ??
DboMysql::connect() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 575
DboSource::__construct() - CORE/cake/libs/model/datasources/dbo_source.php, line 143
ConnectionManager::getDataSource() - CORE/cake/libs/model/connection_manager.php, line 114
Model::setDataSource() - CORE/cake/libs/model/model.php, line 2833
Model::__construct() - CORE/cake/libs/model/model.php, line 469
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 502
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): mysql_errno() expects parameter 1 to be resource, boolean given [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 691]Codemysql_errno - [internal], line ??
DboMysql::lastError() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 691
DboSource::execute() - CORE/cake/libs/model/datasources/dbo_source.php, line 257
DboSource::fetchAll() - CORE/cake/libs/model/datasources/dbo_source.php, line 410
DboSource::query() - CORE/cake/libs/model/datasources/dbo_source.php, line 287
DboMysqlBase::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 125
Model::schema() - CORE/cake/libs/model/model.php, line 929
Model::setSource() - CORE/cake/libs/model/model.php, line 780
Model::__construct() - CORE/cake/libs/model/model.php, line 474
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 502
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): Invalid argument supplied for foreach() [CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 127]Code |
Context $cols = $this->query('SHOW FULL COLUMNS FROM ' . $this->fullTableName($model));
foreach ($cols as $column) {
$model = CountMonthlyProfile
CountMonthlyProfile::$name = "CountMonthlyProfile"
CountMonthlyProfile::$useDbConfig = "default"
CountMonthlyProfile::$useTable = "count_monthly_profiles"
CountMonthlyProfile::$displayField = NULL
CountMonthlyProfile::$id = NULL
CountMonthlyProfile::$data = array
CountMonthlyProfile::$table = "count_monthly_profiles"
CountMonthlyProfile::$primaryKey = "id"
CountMonthlyProfile::$_schema = NULL
CountMonthlyProfile::$validate = array
CountMonthlyProfile::$validationErrors = array
CountMonthlyProfile::$tablePrefix = "nekojiman_"
CountMonthlyProfile::$alias = "CountMonthlyProfile"
CountMonthlyProfile::$tableToModel = array
CountMonthlyProfile::$logTransactions = false
CountMonthlyProfile::$cacheQueries = false
CountMonthlyProfile::$belongsTo = array
CountMonthlyProfile::$hasOne = array
CountMonthlyProfile::$hasMany = array
CountMonthlyProfile::$hasAndBelongsToMany = array
CountMonthlyProfile::$actsAs = NULL
CountMonthlyProfile::$Behaviors = BehaviorCollection object
CountMonthlyProfile::$whitelist = array
CountMonthlyProfile::$cacheSources = true
CountMonthlyProfile::$findQueryType = NULL
CountMonthlyProfile::$recursive = 1
CountMonthlyProfile::$order = NULL
CountMonthlyProfile::$virtualFields = array
CountMonthlyProfile::$__associationKeys = array
CountMonthlyProfile::$__associations = array
CountMonthlyProfile::$__backAssociation = array
CountMonthlyProfile::$__insertID = NULL
CountMonthlyProfile::$__numRows = NULL
CountMonthlyProfile::$__affectedRows = NULL
CountMonthlyProfile::$_findMethods = array
$cache = null
$fields = false
$cols = false
DboMysqlBase::describe() - CORE/cake/libs/model/datasources/dbo/dbo_mysql.php, line 127
Model::schema() - CORE/cake/libs/model/model.php, line 929
Model::setSource() - CORE/cake/libs/model/model.php, line 780
Model::__construct() - CORE/cake/libs/model/model.php, line 474
ClassRegistry::init() - CORE/cake/libs/class_registry.php, line 142
Controller::loadModel() - CORE/cake/libs/controller/controller.php, line 637
Controller::constructClasses() - CORE/cake/libs/controller/controller.php, line 502
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 186
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83
Warning (2): Cannot modify header information - headers already sent by (output started at /home/masuhair/nekojiman.com/public_html/cake/libs/debugger.php:673) [CORE/cake/libs/controller/controller.php, line 742]Code |
Context$status = "Location: https://catproud.com/users/login"
header - [internal], line ??
Controller::header() - CORE/cake/libs/controller/controller.php, line 742
Controller::redirect() - CORE/cake/libs/controller/controller.php, line 721
AuthComponent::startup() - CORE/cake/libs/controller/components/auth.php, line 395
Component::triggerCallback() - CORE/cake/libs/controller/component.php, line 186
Controller::startupProcess() - CORE/cake/libs/controller/controller.php, line 523
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 187
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - APP/webroot/index.php, line 83