Using xampp-1.7.3 with php5.3.1
Installed the debugkit_1.2 in my app/plugins/debug_kit
added to app_controller.
var $components = array('DebugKit.Toolbar');
shows me this message????
using local domain to point my app/webroot/index.php
my app name is revality
Warning: Missing argument 2 for DebugKitDebugger::_output(), called in
C:\xampp\htdocs\revality\cake\libs\debugger.php on line 306 and
defined in C:\xampp\htdocs\revality\plugins\debug_kit\vendors
\debug_kit_debugger.php on line 342
Warning: Missing argument 3 for DebugKitDebugger::_output(), called in
C:\xampp\htdocs\revality\cake\libs\debugger.php on line 306 and
defined in C:\xampp\htdocs\revality\plugins\debug_kit\vendors
\debug_kit_debugger.php on line 342
Warning: Missing argument 4 for DebugKitDebugger::_output(), called in
C:\xampp\htdocs\revality\cake\libs\debugger.php on line 306 and
defined in C:\xampp\htdocs\revality\plugins\debug_kit\vendors
\debug_kit_debugger.php on line 342
Warning: Missing argument 5 for DebugKitDebugger::_output(), called in
C:\xampp\htdocs\revality\cake\libs\debugger.php on line 306 and
defined in C:\xampp\htdocs\revality\plugins\debug_kit\vendors
\debug_kit_debugger.php on line 342
Warning: Missing argument 6 for DebugKitDebugger::_output(), called in
C:\xampp\htdocs\revality\cake\libs\debugger.php on line 306 and
defined in C:\xampp\htdocs\revality\plugins\debug_kit\vendors
\debug_kit_debugger.php on line 342
Warning: Missing argument 7 for DebugKitDebugger::_output(), called in
C:\xampp\htdocs\revality\cake\libs\debugger.php on line 306 and
defined in C:\xampp\htdocs\revality\plugins\debug_kit\vendors
\debug_kit_debugger.php on line 342
Warning: Missing argument 8 for DebugKitDebugger::_output(), called in
C:\xampp\htdocs\revality\cake\libs\debugger.php on line 306 and
defined in C:\xampp\htdocs\revality\plugins\debug_kit\vendors
\debug_kit_debugger.php on line 342
Notice: Undefined variable: kontext in C:\xampp\htdocs\revality\plugins
\debug_kit\vendors\debug_kit_debugger.php on line 348
Notice: Undefined variable: error in C:\xampp\htdocs\revality\plugins
\debug_kit\vendors\debug_kit_debugger.php on line 354
Notice: Undefined variable: code in C:\xampp\htdocs\revality\plugins
\debug_kit\vendors\debug_kit_debugger.php on line 354
Notice: Undefined variable: helpCode in C:\xampp\htdocs\revality
\plugins\debug_kit\vendors\debug_kit_debugger.php on line 354
Notice: Undefined variable: description in C:\xampp\htdocs\revality
\plugins\debug_kit\vendors\debug_kit_debugger.php on line 354
Notice: Undefined variable: file in C:\xampp\htdocs\revality\plugins
\debug_kit\vendors\debug_kit_debugger.php on line 354
Notice: Undefined variable: line in C:\xampp\htdocs\revality\plugins
\debug_kit\vendors\debug_kit_debugger.php on line 354
Notice: Undefined variable: kontext in C:\xampp\htdocs\revality\plugins
\debug_kit\vendors\debug_kit_debugger.php on line 354
Notice (8): Undefined property: PagesController::$Session [CORE\plugins
\debug_kit\controllers\components\toolbar.php, line 108]
Code | Context
'level', 'error', 'code', 'helpID', 'description', 'file',
'path', 'line', 'context'
);
echo $_this->_output($data);
$controller = PagesController
PagesController::$name = "Pages"
PagesController::$helpers = array
PagesController::$uses = array
PagesController::$components = array
PagesController::$here = "/app/webroot/index.php/"
PagesController::$webroot = "/app/webroot/"
PagesController::$action = "display"
PagesController::$params = array
PagesController::$data = NULL
PagesController::$paginate = array
PagesController::$viewPath = "pages"
PagesController::$layoutPath = NULL
PagesController::$viewVars = array
PagesController::$pageTitle = false
PagesController::$modelNames = array
PagesController::$base = "/app/webroot/index.php"
PagesController::$layout = "default"
PagesController::$autoRender = true
PagesController::$autoLayout = true
PagesController::$Component = Component object
PagesController::$view = "View"
PagesController::$ext = ".ctp"
PagesController::$output = NULL
PagesController::$plugin = NULL
PagesController::$cacheAction = false
PagesController::$persistModel = false
PagesController::$passedArgs = array
PagesController::$scaffold = false
PagesController::$methods = array
PagesController::$modelClass = "Page"
PagesController::$modelKey = "page"
PagesController::$validationErrors = NULL
PagesController::$__httpCodes = NULL
PagesController::$Toolbar = ToolbarComponent object
$settings = array()
$panels = array(
"history",
"session",
"request",
"sqlLog",
"timer",
"log",
"variables"
)
Debugger::handleError() - CORE\cake\libs\debugger.php, line 306
ToolbarComponent::initialize() - CORE\plugins\debug_kit\controllers
\components\toolbar.php, line 108
Component::initialize() - CORE\cake\libs\controller\component.php,
line 98
Dispatcher::_invoke() - CORE\cake\dispatcher.php, line 185
Dispatcher::dispatch() - CORE\cake\dispatcher.php, line 170
[main] - APP\webroot\index.php, line 83
Fatal error: Call to a member function read() on a non-object in C:
\xampp\htdocs\revality\plugins\debug_kit\controllers\components
\toolbar.php on line 108
Check out the new CakePHP Questions site http://cakeqs.org and help others with
their CakePHP related questions.
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php?hl=en