Re: How to force DebugKit to use HTTPS for its requests?

2016-01-09 Thread mark_story
wrote: > > Apps running on Heroku can be requested via HTTPS even though the app and > Web server don't know anything about it. Apps behind CloudFlare have a > similar option. > > In this environment, DebugKit may be blocked as "mixed content" because > the

How to force DebugKit to use HTTPS for its requests?

2015-12-29 Thread Ethan Pooley
Apps running on Heroku can be requested via HTTPS even though the app and Web server don't know anything about it. Apps behind CloudFlare have a similar option. In this environment, DebugKit may be blocked as "mixed content" because the request for it happens via HTTP. My brow

Re: CakePHP 3.0 howto disable DebugKit on some actions

2015-02-08 Thread mark_story
UTC-5, Andras Kende wrote: > > Hello, > > I would like to disable DebugKit Toolbar on some area on my test website > using CakePHP 3.0 > > config/app.php > $config = [ > ‘debug’ => true > , > > Tried adding to to AppController as: > > use C

CakePHP 3.0 howto disable DebugKit on some actions

2015-02-02 Thread Andras Kende
Hello, I would like to disable DebugKit Toolbar on some area on my test website using CakePHP 3.0 config/app.php $config = [ ‘debug’ => true , Tried adding to to AppController as: use Cake\Core\Configure; … public function beforeFilter(Event $event) { Configure::write(‘debug’, fa

Re: DebugKit 3.0 installation

2014-09-10 Thread Joe Theuerkauf
gt; codeindev >> >> Le jeudi 4 septembre 2014 07:13:31 UTC+2, Joe Theuerkauf a écrit : >>> >>> Dumb question # 3,582,697: >>> >>> Why is composer installing DebugKit (3.0.*-dev) to /plugins rather than >>> /Plugin? >>> >>> Wh

Re: DebugKit 3.0 installation

2014-09-10 Thread José Lorenzo
Le jeudi 4 septembre 2014 07:13:31 UTC+2, Joe Theuerkauf a écrit : >> >> Dumb question # 3,582,697: >> >> Why is composer installing DebugKit (3.0.*-dev) to /plugins rather than >> /Plugin? >> >> When i follow the idiot-simple (and i should know!) instructio

Re: DebugKit 3.0 installation

2014-09-10 Thread Bprd Codin
Hi, the best way is to install it manually ?? for me under linux it's working probably your composer is not update ? codeindev Le jeudi 4 septembre 2014 07:13:31 UTC+2, Joe Theuerkauf a écrit : > > Dumb question # 3,582,697: > > Why is composer installing DebugKit (3.0.*

Re: DebugKit 3.0 installation

2014-09-10 Thread José Lorenzo
STILL FURTHER, i found the trouble. > > In Config/app.php inside the "App" array, there's an array called "paths". > There's a path key called "plugins". Mine *WAS* set to "Plugin". Because > of this, a plugin i developed was loading

Re: DebugKit 3.0 installation

2014-09-09 Thread Joe Theuerkauf
;. Because of this, a plugin i developed was loading just fine (it was in that directory). However, since DebugKit installs to plugins/ it was failing. In Core\Plugin, a check is made for *$config['path']* in case you've placed your plugin somewhere outside the app.php *App.pat

Re: DebugKit 3.0 installation

2014-09-09 Thread Dr. Tarique Sani
more digging around on my own & i got DebugKit to run. However, the > config is pretty different from the Github instructions ( > https://github.com/cakephp/debug_kit/tree/3.0). > > i don't know how other people have DK running without special settings, > but with the defa

Re: DebugKit 3.0 installation

2014-09-09 Thread Joe Theuerkauf
Well, more digging around on my own & i got DebugKit to run. However, the config is pretty different from the Github instructions (https://github.com/cakephp/debug_kit/tree/3.0). i don't know how other people have DK running without special settings, but with the default instru

Re: DebugKit 3.0 installation

2014-09-05 Thread Joe Theuerkauf
If that's where it's supposed to install, why do i get the error from my original post? i can't start the application if i try to load DebugKit. What other info can i put up to help diagnose this? -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter htt

Re: DebugKit 3.0 installation

2014-09-05 Thread José Lorenzo
Looks good! DebugKit is supposed to get installed inside plugins/ On Friday, September 5, 2014 1:46:45 AM UTC+2, Joe Theuerkauf wrote: > > i junked everything inside */vendor*. Empty directory. > > *composer install* > > Everything installed cleanly. > > DebugKit is in /

Re: DebugKit 3.0 installation

2014-09-04 Thread Joe Theuerkauf
i junked everything inside */vendor*. Empty directory. *composer install* Everything installed cleanly. DebugKit is in /plugins Here are the clone hashes composer listed: - Installing cakephp/plugin-installer (dev-master 2f1a842) Cloning 2f1a84253e216edd4462724aaca822bdda36dfdf

Re: DebugKit 3.0 installation

2014-09-04 Thread Joe Theuerkauf
i thought i did, but in the past, updates meant deleting */vendor/cakephp* then running *composer update* to get the newest repo. So i attempted that again. With no /vendor/cakephp (and also deleted */plugins/DebugKit*) i get this: C:\Sites\kodiak.com-cake3>composer update PHP Fa

Re: DebugKit 3.0 installation

2014-09-04 Thread José Lorenzo
Do you have the latest cakephp 3 code? Debugkit is installing fine for me On Thursday, September 4, 2014 7:13:31 AM UTC+2, Joe Theuerkauf wrote: > > Dumb question # 3,582,697: > > Why is composer installing DebugKit (3.0.*-dev) to /plugins rather than > /Plugin? > > Wh

DebugKit 3.0 installation

2014-09-03 Thread Joe Theuerkauf
Dumb question # 3,582,697: Why is composer installing DebugKit (3.0.*-dev) to /plugins rather than /Plugin? When i follow the idiot-simple (and i should know!) instructions for the DK3 branch, i end up with this: *Fatal error*: Uncaught exception 'Cake\Core\Exception\MissingPluginExce

Fatal Error: Undefined variable: before [APP/Plugin/DebugKit/Controller/Component/ToolbarComponent.php, line 194]

2014-05-23 Thread Deb Vorndran
The DebugKit ToolbarComponent is giving me a fatal error, when I set Configure::write('debug', 2); in APP/Config/core.php I'm on PHP version 5.5.12, on my server. Locally, I'm on PHP version 5.5.9, with no problems. --- I am able to worka

Re: DebugKit function/array problem (Function name must be a string ; ToolbarComponent.php)

2013-09-26 Thread Connar Pierce
in core.php is unique. > > > On Wed, Sep 25, 2013 at 5:06 AM, Connar Pierce > > > wrote: > >> Hey all, I got a weird issue. I've got two identical (Same config, etc >> etc. Copied webroot to another site/domain) installation of cakePHP 2.4.1, >> with

Re: DebugKit function/array problem (Function name must be a string ; ToolbarComponent.php)

2013-09-25 Thread Simon Males
Same machine? Make sure you $prefix in core.php is unique. On Wed, Sep 25, 2013 at 5:06 AM, Connar Pierce wrote: > Hey all, I got a weird issue. I've got two identical (Same config, etc > etc. Copied webroot to another site/domain) installation of cakePHP 2.4.1, > with DebugK

DebugKit function/array problem (Function name must be a string ; ToolbarComponent.php)

2013-09-25 Thread Connar Pierce
Hey all, I got a weird issue. I've got two identical (Same config, etc etc. Copied webroot to another site/domain) installation of cakePHP 2.4.1, with DebugKit 2.2.1. Only thing different is the domain they load from. Site one works great. Site two does not. I get - *Fatal error*: Fun

Re: DebugKit behaviour

2013-01-15 Thread McScreech
21, PHP 5.3.5, cakePHP 2.2.1 ] >>> >>> I'm having odd (IMO) behaviour from DebugKit - the toolbar only shows up >>> if there are errors on the page and NOT if it renders correctly. >>> >>> Is this expected behavior? If so, how do I force the DebugKit to

Re: DebugKit behaviour

2013-01-14 Thread euromark
y 2013 20:28:31 UTC+1, McScreech wrote: >> >> On Monday, January 14, 2013 11:12:05 AM UTC-5, McScreech wrote: >>> >>> Hello, [ Apache 2.2.22 (Win32), MySQL 5.5.21, PHP 5.3.5, cakePHP 2.2.1 ] >>> >>> I'm having odd (IMO) behaviour from DebugKit -

Re: DebugKit behaviour

2013-01-14 Thread AD7six
On Monday, 14 January 2013 20:28:31 UTC+1, McScreech wrote: > > On Monday, January 14, 2013 11:12:05 AM UTC-5, McScreech wrote: >> >> Hello, [ Apache 2.2.22 (Win32), MySQL 5.5.21, PHP 5.3.5, cakePHP 2.2.1 ] >> >> I'm having odd (IMO) behaviour from DebugKit

Re: DebugKit behaviour

2013-01-14 Thread McScreech
On Monday, January 14, 2013 11:12:05 AM UTC-5, McScreech wrote: > > Hello, [ Apache 2.2.22 (Win32), MySQL 5.5.21, PHP 5.3.5, cakePHP 2.2.1 ] > > I'm having odd (IMO) behaviour from DebugKit - the toolbar only shows up > if there are errors on the page and NOT if it renders co

Re: DebugKit behaviour

2013-01-14 Thread euromark
1 ] >> >> I'm having odd (IMO) behaviour from DebugKit - the toolbar only shows up >> if there are errors on the page and NOT if it renders correctly. >> >> Is this expected behavior? If so, how do I force the DebugKit toolbar to >> always display? >>

Re: DebugKit behaviour

2013-01-14 Thread McScreech
On Monday, January 14, 2013 11:12:05 AM UTC-5, McScreech wrote: > > Hello, [ Apache 2.2.22 (Win32), MySQL 5.5.21, PHP 5.3.5, cakePHP 2.2.1 ] > > I'm having odd (IMO) behaviour from DebugKit - the toolbar only shows up > if there are errors on the page and NOT if it rende

DebugKit behaviour

2013-01-14 Thread McScreech
Hello, [ Apache 2.2.22 (Win32), MySQL 5.5.21, PHP 5.3.5, cakePHP 2.2.1 ] I'm having odd (IMO) behaviour from DebugKit - the toolbar only shows up if there are errors on the page and NOT if it renders correctly. Is this expected behavior? If so, how do I force the DebugKit toolbar to a

Re: Turning off Debugkit debug data in a specific instance

2012-11-09 Thread Benjam Welker
Replace the element method in /DebugKit/View/DebugView.php with the following: /** * Element method, adds comment injection to the features View offers. * * @return void */ public function element($name, $data = array(), $options = array()) { $out = ''; $isHtml = (!isset($thi

Re: CakePHP 2.2.2 and DebugKit don't play nice

2012-10-02 Thread Paul Willis
ed a model, controller and views for the Reports table. >> >> Everything works fine as you would expect, I can add, edit and delete >> records. >> >> In the command line I cd into my app/Plugin and run... >> >> git clone -b master git://github.com/ca

Re: CakePHP 2.2.2 and DebugKit don't play nice

2012-10-02 Thread Andras Kende
RIMARY KEY (`id`) > ) ENGINE=MyISAM DEFAULT CHARSET=utf8; > > I then baked a model, controller and views for the Reports table. > > Everything works fine as you would expect, I can add, edit and delete records. > > In the command line I cd into my app/Plugin and run... > >

CakePHP 2.2.2 and DebugKit don't play nice

2012-10-02 Thread Paul Willis
line I cd into my app/Plugin and run... git clone -b master git://github.com/cakephp/debug_kit.git DebugKit As per the instructions I add CakePlugin::load('DebugKit'); To app/Config/bootstrap.php and add public $components = array('DebugKit

Re: DebugKit and ExceptionRenderer

2012-04-29 Thread Ruud Bijnen
Sorry, forgot to mention my versions, if that helps. I'm running CakePHP v2.1.1 with the latest DebugKit version from git (bff3a9d1bb) Kind regards, Ruud On Sunday, April 29, 2012 8:55:18 PM UTC+2, Ruud Bijnen wrote: > > Hi CakePHP gurus, > > I was wondering if it'

DebugKit and ExceptionRenderer

2012-04-29 Thread Ruud
this topic are about the DebugKit not working at all. I already spent quiet some time trying to figure out a way to force the Toolbar to be rendered, but without luck. I was hoping some one that is a little more involved would be able to help or give some pointers. As far as I can tell a

Re: Should DebugKit Toolbar's panel be maximum window ?

2012-04-14 Thread Điển vũ
I just think this matter can fix simple by change css for #debug-kit-toolbar .panel-content { height: 200px; } Default 200px is too small . -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.or

Should DebugKit Toolbar's panel be maximum window ?

2012-04-14 Thread Điển vũ
Should DebugKit Toolbar's panel be maximum window ? <http://i.imgur.com/fqOaa.jpg> I always must click button "+" per when watch . Or may use cookie to remember choice . -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the

Re: Turning off Debugkit debug data in a specific instance

2012-02-09 Thread AD7six
On Feb 9, 9:21 am, Chris Cinelli wrote: > The real content is not just a string like "This is my awesome string" but > has a few variables and associated conditions. Same question AD -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakeP

Re: Turning off Debugkit debug data in a specific instance

2012-02-09 Thread Chris Cinelli
11:44 AM, Chris Cinelli < > > > > > > > > > > > > > > > > > > > > chris.cine...@formativelearning.com> wrote: > > > Just to clarify this is what Ia trying to do: > > > > > In the view I have > > > >

Re: Turning off Debugkit debug data in a specific instance

2012-02-08 Thread AD7six
chris.cine...@formativelearning.com> wrote: > > Just to clarify this is what Ia  trying to do: > > > In the view I have > > > >  var completedText           =   '<?= > > $this->element('DoneShare/completed', array('completed_ti

Re: Turning off Debugkit debug data in a specific instance

2012-02-08 Thread Chris Cinelli
> > In the view I have > > var completedText = '<?= > $this->element('DoneShare/completed', array('completed_time' => $ > completed_time)) ?>'; > > > > This work well when the DebugKit is not active producing this output: &g

Re: Turning off Debugkit debug data in a specific instance

2012-02-08 Thread Chris Cinelli
Just to clarify this is what Ia trying to do: In the view I have var completedText = '<?= $this->element('DoneShare/completed', array('completed_time' => $completed_time)) ?>'; This work well when the DebugKit is not active

Turning off Debugkit debug data in a specific instance

2012-02-07 Thread Chris Cinelli
I would like to turn off in a specific instruction $this->element(...) the behavior that the DebugKit has to add prepending line with "" etc. The result of the element rendering goes in a string that should not have those HTML comments. I would like to be able to keep the debug kit

Re: DebugKit Toolbar - core processing (derived)

2012-01-02 Thread AD7six
On Dec 29 2011, 4:41 pm, Alex Bovey wrote: > Hi all, > > I've just moved a site (at the client's request) from my own VPS where it > was performing very well to some cheap shared hosting (123-reg.co.uk) and > surprise surprise it's pretty slow. > > Usi

Re: DebugKit Toolbar - core processing (derived)

2011-12-31 Thread majna
Turn debug off, check if Cake caches files in app/tmp -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others with their CakePHP related questions. To unsubscribe from this group, send

Re: DebugKit Toolbar - core processing (derived)

2011-12-30 Thread Alejandro Gómez Fernández
29 de diciembre de 2011, Alex Bovey escribió: > Hi all, > I've just moved a site (at the client's request) from my own VPS where it was performing very well to some cheap shared hosting (123-reg.co.uk) and surprise surprise it's pretty slow. > Using the DebugKit Toolbar I

Re: DebugKit Toolbar - core processing (derived)

2011-12-30 Thread Alex Bovey
Anyone? :) On Thu, Dec 29, 2011 at 3:41 PM, Alex Bovey wrote: > Hi all, > > I've just moved a site (at the client's request) from my own VPS where it > was performing very well to some cheap shared hosting (123-reg.co.uk) and > surprise surprise it's pretty slow.

DebugKit Toolbar - core processing (derived)

2011-12-29 Thread Alex Bovey
Hi all, I've just moved a site (at the client's request) from my own VPS where it was performing very well to some cheap shared hosting (123-reg.co.uk) and surprise surprise it's pretty slow. Using the DebugKit Toolbar I'm seeing a massive performance hit in core process

Re: DebugKit Toolbar timeline isn't adding up

2011-10-31 Thread Alex Bovey
On Sun, Oct 30, 2011 at 4:59 PM, AD7six wrote: > > It doesn't necessarily have to add up. Timers have a start and an end > time - and apparently a lot happened inbetween your controller action > and the render process. Thanks Andy - it's a good point. > > Any ideas where this may be coming from?

Re: DebugKit Toolbar timeline isn't adding up

2011-10-30 Thread AD7six
On Oct 30, 11:54 am, Alex Bovey wrote: > Hi all, > > I'm trying to optimise a controller action in my app (a product > search) and the debug toolbar timeline isn't adding up properly at all > - please see this screenshot: > > http://www.bovey.co.uk/debugkit.png It doesn't necessarily have to ad

Re: DebugKit in 2.0

2011-10-30 Thread zhaff
Hi, I just want to share, I have no luck trying to get DebugKit working in CakePhp version 2.0, its does not properly route to the DebugKit's css and js files. I don't want to manually copy the files to webroot. :) But after I upgraded to Cakephp version 2.1, it worked like a charm. J

DebugKit Toolbar timeline isn't adding up

2011-10-30 Thread Alex Bovey
Hi all, I'm trying to optimise a controller action in my app (a product search) and the debug toolbar timeline isn't adding up properly at all - please see this screenshot: http://www.bovey.co.uk/debugkit.png The total request time is 7152ms but none of my actions or views account for this, as i

DebugKit Toolbar timeline isn't adding up

2011-10-30 Thread Alex Bovey
Hi all, I'm trying to optimise a controller action in my app (a product search) and the debug toolbar timeline isn't adding up properly at all - please see this screenshot: http://www.bovey.co.uk/debugkit.png The total request time is 7152ms but none of my actions or views account for this, as i

Re: DebugKit in 2.0

2011-10-30 Thread LunarDraco
As the App::import no longer recursively scans the sub directories you need to be specific about the path for FireCake to load. Both of these worked for my setup where DebugKit is installed in the main "Plugin" folder App::import('Lib', 'DebugKit.FireCake'); App::im

Re: DebugKit in 2.0

2011-10-30 Thread Jeremy Burns | Class Outfit
I was able to get DebugKit working by > cd to Plugins > git clone https://github.com/cakephp/debug_kit.git DebugKit > After I had a copy I cd into the DebugKit folder then I switched to > the 2.0 via > git checkout 2.0 > Updating bootstrap.php to load the plugin (new CakePHP 2.0 >

Re: DebugKit in 2.0

2011-10-29 Thread Andras Kende
There is a 2.0 branch: https://github.com/cakephp/debug_kit/tree/2.0 also need to enable: routes.php CakePlugin::routes(); bootstrap.php CakePlugin::load('DebugKit'); //Loads a single plugin named DebugKit check : http://book.cakephp.org/2.0/en/plugins.html Andras

Re: DebugKit in 2.0

2011-10-29 Thread LunarDraco
I was able to get DebugKit working by cd to Plugins git clone https://github.com/cakephp/debug_kit.git DebugKit After I had a copy I cd into the DebugKit folder then I switched to the 2.0 via git checkout 2.0 Updating bootstrap.php to load the plugin (new CakePHP 2.0 requirement): CakePlugin::load

DebugKit in 2.0

2011-10-29 Thread Jeremy Burns
Anyone got any tips for getting DebugKit working in 2.0? I've run the upgrade script over it and am loading it in bootstrap. -- Our newest site for the community: CakePHP Video Tutorials http://tv.cakephp.org Check out the new CakePHP Questions site http://ask.cakephp.org and help others

SWFUpload, CakePHP 1.3, and DebugKit combination

2010-09-09 Thread Dyske Suematsu
Just in case someone else may encounter this problem in the future: Today I discovered that in Cake 1.3, if you use DebugKit.Toolbar, the beforeFilter method to start the session given a session ID would not work with SWFUpload. I think what happens is that DebugKit would use the Session

Re: DebugKit

2010-05-01 Thread Sam Sherlock
u can interactively test your models within a tab of debugkit (has a shell also) - S On 1 May 2010 06:23, Jeremy Burns wrote: > I echo the appreciation. To be able to render a page without any die/debug > statements and then view the variables, see what's in the session, look at > the requ

Re: DebugKit

2010-04-30 Thread Jeremy Burns
sistent problem with Chrome ended up being a caching issue. Other than > that I'm loving debugKit kit, I could kick myself in the @ss for being lazy > about it in the past 8-). > > Outstanding job, > > - Ed > > > On Fri, Apr 30, 2010 at 12:47 PM, Jeremy Burns

Re: DebugKit

2010-04-30 Thread Ed Propsner
stacking context. Strange I know, but I seem to be a magnet for that type of thing 8-). Anywho, the persistent problem with Chrome ended up being a caching issue. Other than that I'm loving debugKit kit, I could kick myself in the @ss for being lazy about it in the past 8-). Outstanding job, - Ed

Re: DebugKit

2010-04-30 Thread Jeremy Burns
ngs should start working. > > Ed: Debugkit should stack itself to the top as its at the end of the > page, and has a pretty high z-index. I've never really run into > issues with it stacking under things, but I try to avoid playing with > z-index in my designs. If you figur

Re: DebugKit

2010-04-30 Thread mark_story
hings should start working. Ed: Debugkit should stack itself to the top as its at the end of the page, and has a pretty high z-index. I've never really run into issues with it stacking under things, but I try to avoid playing with z-index in my designs. If you figure something out that can b

Re: DebugKit

2010-04-30 Thread Ed Propsner
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

Re: DebugKit

2010-04-30 Thread Andrei Mita
t;>>> getting a 'break on' error in FF. >>>>>>>> >>>>>>>> On Fri, Apr 30, 2010 at 5:37 AM, Jeremy Burns >>>>>>>> wrote: >>>>>>>> >>>>>>>>> Not sure if

Re: DebugKit

2010-04-30 Thread Ed Propsner
;>>>> Not sure if this will post OK... >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Jeremy Burns >>>>>>>> jeremybu...@me.com >>>>&

Re: DebugKit

2010-04-30 Thread Ed Propsner
gt;>> >>>>>>> Jeremy Burns >>>>>>> jeremybu...@me.com >>>>>>> >>>>>>> On 30 Apr 2010, at 10:35, Ed Propsner wrote: >>>>>>> >>>>>>> You don't say ?? That would b

Re: DebugKit

2010-04-30 Thread Andrei Mita
I'm not getting that. >>>>>> >>>>>> On Fri, Apr 30, 2010 at 5:32 AM, Jeremy Burns wrote: >>>>>> >>>>>>> If it installs correctly it minimises to an icon in the upper right >>>>>>> hand corner of

Re: DebugKit

2010-04-30 Thread Jeremy Burns
drop downs. When >>>> the CSS doesn't work, you get the long list at the foot of the page. >>>> >>>> >>>> Jeremy Burns >>>> jeremybu...@me.com >>>> >>>> >>>> On 30 Apr 2010, at 10:29, Andrei Mi

Re: DebugKit

2010-04-30 Thread Ed Propsner
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. >>>>>> >>>>>

Re: DebugKit

2010-04-30 Thread Ed Propsner
When the CSS doesn't work, you get the long list at the foot of the page. >>>>> >>>>> >>>>> Jeremy Burns >>>>> jeremybu...@me.com >>>>> >>>>> >>>>> On 30 Apr 2010, at 10:29, Andrei Mita wrote: &

Re: DebugKit

2010-04-30 Thread Jeremy Burns
he foot of the page. >>> >>> >>> Jeremy Burns >>> jeremybu...@me.com >>> >>> >>> On 30 Apr 2010, at 10:29, Andrei Mita wrote: >>> >>>> Same install steps here on 1.2.7 / linux / apache. >>>> No errors.

Re: DebugKit

2010-04-30 Thread Ed Propsner
;>> jeremybu...@me.com >>>> >>>> >>>> On 30 Apr 2010, at 10:29, Andrei Mita wrote: >>>> >>>> Same install steps here on 1.2.7 / linux / apache. >>>> No errors. >>>> >>>> >>>> On Fri,

Re: DebugKit

2010-04-30 Thread Ed Propsner
pr 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 >> > wrote: >>> >>>> I just install

Re: DebugKit

2010-04-30 Thread Jeremy Burns
ll steps here on 1.2.7 / linux / apache. >>> No errors. >>> >>> >>> On Fri, Apr 30, 2010 at 12:16 PM, Zaky Katalan-Ezra >>> wrote: >>> I just install and run this kit with no problem. >>> I learned about it from this thread >

Re: DebugKit

2010-04-30 Thread Ed Propsner
t; 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 >> wrote: >> >>> I just install and run this kit with no prob

Re: DebugKit

2010-04-30 Thread Jeremy Burns
rom 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_ki

Re: DebugKit

2010-04-30 Thread Ed Propsner
t 12:16 PM, Zaky Katalan-Ezra > 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_k

Re: DebugKit

2010-04-30 Thread Jeremy Burns
, 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 >

Re: DebugKit

2010-04-30 Thread Andrei Mita
hloh.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&#x

Re: DebugKit

2010-04-30 Thread Zaky Katalan-Ezra
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

Re: DebugKit

2010-04-30 Thread Jeremy Burns
Fri, Apr 30, 2010 at 3:41 AM, AD7six wrote: > > > On Apr 29, 11:24 pm, Ed Propsner 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 a

Re: DebugKit

2010-04-30 Thread Ed Propsner
t;> >> >> On Apr 29, 11:24 pm, Ed Propsner 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 th

Re: DebugKit

2010-04-30 Thread Ed Propsner
0 at 3:41 AM, AD7six wrote: > > > On Apr 29, 11:24 pm, Ed Propsner 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 t

Re: DebugKit

2010-04-30 Thread AD7six
On Apr 29, 11:24 pm, Ed Propsner 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

Re: DebugKit

2010-04-30 Thread Ed Propsner
I have it set in appController and for the heck of it tried to set it again in the controller I'm actively using but it didn't work. It's been like this for a long time and I've just been sort of "dealing with it." I'm not familiar with the inner workings of

Re: DebugKit

2010-04-30 Thread NdJ
Try adding Session to your controller components -- I just happened to notice your same issue when I removed Session from my controller components. N On Apr 30, 7:24 am, Ed Propsner wrote: > Could anyone tell me where I went wrong with debugkit? The installation was > straightforward

DebugKit

2010-04-29 Thread Ed Propsner
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

Re: What do messages in Debugkit Timer mean?

2009-09-06 Thread nologicon
I was wondering that myself. Anyone? -- View this message in context: http://n2.nabble.com/What-do-messages-in-Debugkit-Timer-mean-tp3460593p3594484.html Sent from the CakePHP mailing list archive at Nabble.com. --~--~-~--~~~---~--~~ You received this message

What do messages in Debugkit Timer mean?

2009-08-17 Thread Daniel P. Long
Hello everyone, Sorry for my noob question. Please clarify each message in Debugkit Timer. I don't understand it clearly. They are: 1. Component initialization and startup 2. Controller Action 3. Render Controller Action 4. Rendering View I think I can figure out #1 and #4 but what i

Asset Filter for Plugin (DebugKit)

2009-06-28 Thread Fahad
hello, I have successfully created a filter for all my css files under / webroot/css. for example, I can access them in URLs like this: /ccss/ style.css But, unfortunately, it is not working for plugin's css files. I use DebugKit, and this is the url for filtered css: url from br

Re: Why "Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090" (debugkit timer result)?

2009-03-18 Thread joshua
You are right, brian. Thanks for your reply! On Wed, Mar 18, 2009 at 10:59 AM, brian wrote: > > On Tue, Mar 17, 2009 at 9:23 PM, joshua wrote: > > > > Thanks, I will double check the debug level. I remember I set it 2. Hope > it > > is the slow reason. > > It *is* the "slow reason". Once again:

Re: Why "Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090" (debugkit timer result)?

2009-03-17 Thread brian
On Tue, Mar 17, 2009 at 9:23 PM, joshua wrote: > > Thanks, I will double check the debug level. I remember I set it 2. Hope it > is the slow reason. It *is* the "slow reason". Once again: don't profile your app while debugging. Set it to 0 before attempting to gauge how fast/slow your site is ru

Re: Why "Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090" (debugkit timer result)?

2009-03-17 Thread joshua
; On Tue, Mar 17, 2009 at 10:30 AM, joshua wrote: > >> > I try to print the debug trace in file dump.ctp. But there is nothing > >> > output. I am sure the cache has been deleted. > >> > > >> > On Tue, Mar 17, 2009 at 7:14 PM, joshua wrote: > >>

Re: Why "Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090" (debugkit timer result)?

2009-03-17 Thread brian
n there for the >> public to see, do one or the other. >> >> On Tue, Mar 17, 2009 at 10:30 AM, joshua wrote: >> > I try to print the debug trace in file dump.ctp. But there is nothing >> > output. I am sure the cache has been deleted. >> > >> >

Re: Why "Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090" (debugkit timer result)?

2009-03-17 Thread joshua
een deleted. > > > > On Tue, Mar 17, 2009 at 7:14 PM, joshua wrote: > >> > >> Below is my debugkit result of one page in my application. > >> > >> > >> Timers > >> > >> Tota

Re: Why "Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090" (debugkit timer result)?

2009-03-17 Thread brian
ing > output. I am sure the cache has been deleted. > > On Tue, Mar 17, 2009 at 7:14 PM, joshua wrote: >> >> Below is my debugkit result of one page in my application. >> >> >> Timers >> >> Total Request

Re: Why "Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090" (debugkit timer result)?

2009-03-17 Thread joshua
I try to print the debug trace in file dump.ctp. But there is nothing output. I am sure the cache has been deleted. On Tue, Mar 17, 2009 at 7:14 PM, joshua wrote: > Below is my debugkit result of one page in my application. > > Timers &

Why "Rendering CORE\cake\libs\view\elements\dump.ctp 6.635090" (debugkit timer result)?

2009-03-17 Thread joshua
Below is my debugkit result of one page in my application. Timers *Total Request Time:* 9.850548 (seconds) Message time in secondsComponent initialization and startup 0.181480 Controller Action 0.062440 Render Controller Action 6.819140 Rendering View

DebugKit - where to put

2009-02-25 Thread zonium
It is mentioned here: http://thechaw.com/debug_kit/wiki/debugkitdebugger that Debugger::output('fb') can be used redirect all debugger messages to Firebug. But I am wondering where that command should be placed. Should it be in app_controller.php where we load 'DebugKit.Toolbar' component? Can

  1   2   >