On Apr 29, 11:24 pm, Ed Propsner <[email protected]> wrote: > Could anyone tell me where I went wrong with debugkit? The installation was > straightforward enough that it seemed impossible to screw up. > > Anyhow, it returns all the data that would be expected but it also returns a > ton of warnings, ie: > > *Warning*: Missing argument 2 for DebugKitDebugger::_output(), > > It repeats this error for args 3, 4, 5, etc. then starts displaying notices, > ie: > > *Notice*: Undefined variable: kontext > > It repeats this process several times over. > > Also, I can only get it work if I have debug to set on 2, > debug 1 returns all the errors I just described and nothing else. > > Did I screw something up in Cake to make debugkit freak out or am > I botching the installation of debugkit?
You've probably managed to install the 1.2 branch/version of debug kit and are running 1.3. Check which branch you've pulled from http://github.com/cakephp/debug_kit/blob/master/vendors/debug_kit_debugger.php#L338 AD 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
