Sure, call me out,  LOL. Initially AD7six was correct and since upgrading to
Cake 1.3 I was still trying to run the 1.2 branch/version of debugkit and
that was obviously a problem. I downloaded the master branch and was on the
right track but there was a bit of mix up (oops) and I ended up dropping the
older version right back into the app ... nice. That obviously didn't work
either :)

Anyhow ... cake 1.3 + debugkit master branch = no issues

The real lesson here: Keep your dirs in order and their content's properly
labeled.

If I keep going at this rate I'll end up as the designated poster child for
what not to do :)

*On a side note: *
My entire layout is defined by CSS and divs. I had to tweak the stack order
on both my app and debugkit to keep containers from overlapping. Chrome
still has a few issues with the overlay but I can deal with it.

Stay tuned for my next brain fart.

- Ed

On Fri, Apr 30, 2010 at 7:27 AM, Andrei Mita <[email protected]> wrote:

> Maybe it would be useful for others to know were was your mistake :)
>
>
> On Fri, Apr 30, 2010 at 1:49 PM, Ed Propsner <[email protected]> wrote:
>
>> Holy $%&! ... I got it to work the way it's supposed to.
>>
>> I'm pretty sure I know where I went wrong but I'll spare you the details
>> for now ... I've almost reached my quota of idiocy for today :)
>>
>> @Jeremy:  you're right ... simply drop it into plugins and you're off and
>> running.
>>
>> WAY better than it was before.
>>
>> - Ed
>>
>>
>>
>> On Fri, Apr 30, 2010 at 6:18 AM, Ed Propsner <[email protected]>wrote:
>>
>>> I could screw up a wet dream.
>>>
>>> htdocs/cake/plugins <--- works
>>>
>>> htdocs/mysite/plugins <---- works
>>>
>>> htdocs/cake/app/plugins <--- don't work
>>>
>>> I'm starting to confuse myself :)
>>>
>>>
>>> On Fri, Apr 30, 2010 at 6:11 AM, Andrei Mita <[email protected]>wrote:
>>>
>>>> It has to be in /app/plugins
>>>>
>>>>
>>>> On Fri, Apr 30, 2010 at 1:10 PM, Jeremy Burns <[email protected]>wrote:
>>>>
>>>>> Not sure - I've got it in /app/plugins.
>>>>>
>>>>>
>>>>> Jeremy Burns
>>>>> [email protected] <[email protected]>
>>>>>
>>>>> On 30 Apr 2010, at 11:08, Ed Propsner wrote:
>>>>>
>>>>> K, here is a really dumb question for ya' ... does it matter where I
>>>>> put it, and by that I mean ...
>>>>>
>>>>> htdocs/cake/plugins
>>>>>
>>>>> OR
>>>>>
>>>>> htdocs/mysite/plugins
>>>>>
>>>>> On Fri, Apr 30, 2010 at 5:55 AM, Ed Propsner <[email protected]>wrote:
>>>>>
>>>>>> hmmm ....
>>>>>>
>>>>>>
>>>>>> On Fri, Apr 30, 2010 at 5:53 AM, Jeremy Burns <[email protected]>wrote:
>>>>>>
>>>>>>> Nope - just followed the simple instructions - nothing non standard.
>>>>>>>
>>>>>>>
>>>>>>> Jeremy Burns
>>>>>>>  [email protected] <[email protected]>
>>>>>>>
>>>>>>> On 30 Apr 2010, at 10:51, Ed Propsner wrote:
>>>>>>>
>>>>>>> @Jeremy
>>>>>>>
>>>>>>> Did you have to manually load the CSS?
>>>>>>>
>>>>>>> $html->css(array('style', 'addstyle', 'debug_toolbar'));
>>>>>>>
>>>>>>>
>>>>>>> On Fri, Apr 30, 2010 at 5:46 AM, Ed Propsner 
>>>>>>> <[email protected]>wrote:
>>>>>>>
>>>>>>>> I had no clue it was supposed to dock itself all nice and neat like
>>>>>>>> that .... you would think "toolbar" would have been a giveaway :) I'm 
>>>>>>>> going
>>>>>>>> to scrap it and start again.
>>>>>>>>
>>>>>>>>
>>>>>>>> On Fri, Apr 30, 2010 at 5:44 AM, Jeremy Burns 
>>>>>>>> <[email protected]>wrote:
>>>>>>>>
>>>>>>>>> It works locally on FF, Safari and Chrome. Remote - no CSS and I
>>>>>>>>> get what you're getting.
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Jeremy Burns
>>>>>>>>>  [email protected] <[email protected]>
>>>>>>>>>
>>>>>>>>> On 30 Apr 2010, at 10:41, Ed Propsner wrote:
>>>>>>>>>
>>>>>>>>> wtf? I'm on a mission now ... Is that browser specific (FF
>>>>>>>>> presumably)? I must have an underlying problem somewhere still 
>>>>>>>>> because I'm
>>>>>>>>> getting a 'break on' error in FF.
>>>>>>>>>
>>>>>>>>> On Fri, Apr 30, 2010 at 5:37 AM, Jeremy Burns 
>>>>>>>>> <[email protected]>wrote:
>>>>>>>>>
>>>>>>>>>> Not sure if this will post OK...
>>>>>>>>>>
>>>>>>>>>> <Screen shot 2010-04-30 at 10.36.42.png>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Jeremy Burns
>>>>>>>>>>  [email protected] <[email protected]>
>>>>>>>>>>
>>>>>>>>>> On 30 Apr 2010, at 10:35, Ed Propsner wrote:
>>>>>>>>>>
>>>>>>>>>> You don't say ?? That would be just swell and I'm not getting
>>>>>>>>>> that.
>>>>>>>>>>
>>>>>>>>>> On Fri, Apr 30, 2010 at 5:32 AM, Jeremy Burns <[email protected]
>>>>>>>>>> > wrote:
>>>>>>>>>>
>>>>>>>>>>> If it installs correctly it minimises to an icon in the upper
>>>>>>>>>>> right hand corner of the page. Clicking on it zooms it out and 
>>>>>>>>>>> gives drop
>>>>>>>>>>> downs. When the CSS doesn't work, you get the long list at the foot 
>>>>>>>>>>> of the
>>>>>>>>>>> page.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Jeremy Burns
>>>>>>>>>>>  [email protected] <[email protected]>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On 30 Apr 2010, at 10:29, Andrei Mita wrote:
>>>>>>>>>>>
>>>>>>>>>>> Same install steps here on 1.2.7 / linux / apache.
>>>>>>>>>>> No errors.
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Fri, Apr 30, 2010 at 12:16 PM, Zaky Katalan-Ezra <
>>>>>>>>>>> [email protected]> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> I just install and run this kit with no problem.
>>>>>>>>>>>> I learned about it from this thread
>>>>>>>>>>>> Using cakekphp 1.3, apach, linux
>>>>>>>>>>>>
>>>>>>>>>>>> 1. Download
>>>>>>>>>>>> http://www.ohloh.net/p/cakephp-debugkit/download?filename=debug_kit_1.2.tar.bz2
>>>>>>>>>>>> 2. extract it under app/plugins/debug_kit (doesn't work without
>>>>>>>>>>>> the underscore)
>>>>>>>>>>>> 3. Add debug_kit tool bar to app_controller.
>>>>>>>>>>>>     In my case var $components = array
>>>>>>>>>>>> ('Session','Cookie','DebugKit.Toolbar');
>>>>>>>>>>>> 4. Didn't change my debug level, Configure::write('debug', 2);
>>>>>>>>>>>>
>>>>>>>>>>>> voila.
>>>>>>>>>>>>
>>>>>>>>>>>> I get a long list of debug properties in the bottom of the page
>>>>>>>>>>>> which I presume is what I should get from this kit.
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> 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]<cake-php%[email protected]>For
>>>>>>>>>>>>  more options, visit this group at
>>>>>>>>>>>> http://groups.google.com/group/cake-php?hl=en
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> 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
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> 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]<cake-php%[email protected]>For
>>>>>>>>>>>  more options, visit this group at
>>>>>>>>>>> http://groups.google.com/group/cake-php?hl=en
>>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 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
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> 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]<cake-php%[email protected]>For
>>>>>>>>>>  more options, visit this group at
>>>>>>>>>> http://groups.google.com/group/cake-php?hl=en
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 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
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> 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]<cake-php%[email protected]>For
>>>>>>>>>  more options, visit this group at
>>>>>>>>> http://groups.google.com/group/cake-php?hl=en
>>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>> 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
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> 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]<cake-php%[email protected]>For
>>>>>>>  more options, visit this group at
>>>>>>> http://groups.google.com/group/cake-php?hl=en
>>>>>>>
>>>>>>
>>>>>>
>>>>>
>>>>> 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
>>>>>
>>>>>
>>>>>  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]<cake-php%[email protected]>For
>>>>>  more options, visit this group at
>>>>> http://groups.google.com/group/cake-php?hl=en
>>>>>
>>>>
>>>>  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]<cake-php%[email protected]>For
>>>>  more options, visit this group at
>>>> http://groups.google.com/group/cake-php?hl=en
>>>>
>>>
>>>
>>  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]<cake-php%[email protected]>For
>>  more options, visit this group at
>> http://groups.google.com/group/cake-php?hl=en
>>
>
>  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]<cake-php%[email protected]>For
>  more options, visit this group at
> http://groups.google.com/group/cake-php?hl=en
>

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

Reply via email to