Warning (2): Missing argument 2 for ToolbarComponent::initialize(), called in /export/phplib/cakePHP/1.2.0/cake/libs/controller/component.php on line 83 and defined [APP/plugins/debug_kit/controllers/components/toolbar.php, line 78]
Code |
Context$controller = AppController
AppController::$uses = array
AppController::$Config = Config object
AppController::$Account = Account object
AppController::$User = User object
AppController::$Post = Post object
AppController::$components = array
AppController::$Twitter = TwitterComponent object
AppController::$Session = SessionComponent object
AppController::$RequestHandler = RequestHandlerComponent object
AppController::$helpers = array
AppController::$auth_flg = false
AppController::$name = "App"
AppController::$here = NULL
AppController::$webroot = NULL
AppController::$action = NULL
AppController::$params = array
AppController::$data = array
AppController::$paginate = array
AppController::$viewPath = "app"
AppController::$layoutPath = NULL
AppController::$viewVars = array
AppController::$pageTitle = false
AppController::$modelNames = array
AppController::$base = NULL
AppController::$layout = "default"
AppController::$autoRender = true
AppController::$autoLayout = true
AppController::$view = "View"
AppController::$ext = ".ctp"
AppController::$__viewClass = NULL
AppController::$output = NULL
AppController::$plugin = NULL
AppController::$cacheAction = false
AppController::$persistModel = false
AppController::$webservices = NULL
AppController::$passedArgs = array
AppController::$_log = NULL
AppController::$modelClass = "Config"
AppController::$modelKey = "app"
AppController::$Toolbar = ToolbarComponent object
* @return bool
**/
function initialize(&$controller, $settings) {
ToolbarComponent::initialize() - APP/plugins/debug_kit/controllers/components/toolbar.php, line 78
Component::init() - CORE/cake/libs/controller/component.php, line 83
Controller::_initComponents() - CORE/cake/libs/controller/controller.php, line 309
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 78
Object::cakeError() - CORE/cake/libs/object.php, line 202
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 144
[main] - APP/webroot/index.php, line 85
Warning (2): Cannot modify header information - headers already sent by (output started at /export/phplib/cakePHP/1.2.2/cake/basics.php:111) [APP/controllers/app_controller.php, line 228]
Code }
echo $_this->_output($level, $error, $code, $helpCode, $description, $file, $line, $context);
Debugger::handleError() - CORE/cake/libs/debugger.php, line 221
header - [internal], line ??
AppController::_authBasic() - APP/controllers/app_controller.php, line 228
AppController::beforeFilter() - APP/controllers/app_controller.php, line 110
Dispatcher::start() - CORE/cake/dispatcher.php, line 312
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 80
Object::cakeError() - CORE/cake/libs/object.php, line 202
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 144
[main] - APP/webroot/index.php, line 85
Warning (2): Cannot modify header information - headers already sent by (output started at /export/phplib/cakePHP/1.2.2/cake/basics.php:111) [APP/controllers/app_controller.php, line 229]
Code }
echo $_this->_output($level, $error, $code, $helpCode, $description, $file, $line, $context);
Debugger::handleError() - CORE/cake/libs/debugger.php, line 221
header - [internal], line ??
AppController::_authBasic() - APP/controllers/app_controller.php, line 229
AppController::beforeFilter() - APP/controllers/app_controller.php, line 110
Dispatcher::start() - CORE/cake/dispatcher.php, line 312
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 80
Object::cakeError() - CORE/cake/libs/object.php, line 202
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 144
[main] - APP/webroot/index.php, line 85
Warning (2): Cannot modify header information - headers already sent by (output started at /export/phplib/cakePHP/1.2.2/cake/basics.php:111) [APP/controllers/app_controller.php, line 245]
Code |
Context$user = null
$pwd = null
$inpt_user = null
$input_pwd = "d41d8cd98f00b204e9800998ecf8427e"
}
echo $_this->_output($level, $error, $code, $helpCode, $description, $file, $line, $context);
Debugger::handleError() - CORE/cake/libs/debugger.php, line 221
header - [internal], line ??
AppController::_authBasic() - APP/controllers/app_controller.php, line 245
AppController::beforeFilter() - APP/controllers/app_controller.php, line 110
Dispatcher::start() - CORE/cake/dispatcher.php, line 312
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 80
Object::cakeError() - CORE/cake/libs/object.php, line 202
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 144
[main] - APP/webroot/index.php, line 85
Warning (2): Cannot modify header information - headers already sent by (output started at /export/phplib/cakePHP/1.2.2/cake/basics.php:111) [APP/controllers/app_controller.php, line 246]
Code |
Context$user = null
$pwd = null
$inpt_user = null
$input_pwd = "d41d8cd98f00b204e9800998ecf8427e"
}
echo $_this->_output($level, $error, $code, $helpCode, $description, $file, $line, $context);
Debugger::handleError() - CORE/cake/libs/debugger.php, line 221
header - [internal], line ??
AppController::_authBasic() - APP/controllers/app_controller.php, line 246
AppController::beforeFilter() - APP/controllers/app_controller.php, line 110
Dispatcher::start() - CORE/cake/dispatcher.php, line 312
ErrorHandler::__construct() - CORE/cake/libs/error.php, line 80
Object::cakeError() - CORE/cake/libs/object.php, line 202
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 144
[main] - APP/webroot/index.php, line 85
Authorization Required
(mofu) 7 queries took 16 ms
| Nr | Query | Error | Affected | Num. rows | Took (ms) |
| 1 | DESCRIBE `configs` | | 3 | 3 | 0 |
| 2 | DESCRIBE `accounts` | | 7 | 7 | 0 |
| 3 | DESCRIBE `users` | | 11 | 11 | 4 |
| 4 | DESCRIBE `groups` | | 4 | 4 | 0 |
| 5 | DESCRIBE `categories` | | 3 | 3 | 0 |
| 6 | DESCRIBE `posts` | | 10 | 10 | 0 |
| 7 | SELECT `Config`.`id`, `Config`.`auth_user`, `Config`.`auth_pwd` FROM `configs` AS `Config` WHERE `Config`.`id` = 'Config' LIMIT 1 | | 0 | 0 | 12 |