Re: DebugKit for 1.2 Final throws error

2009-02-01 Thread K-Fella
I'm getting the same error using version 1.2.1.8004. Would having moved the app folder cause this I wonder? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to

Re: DebugKit for 1.2 Final throws error

2009-02-01 Thread mark_story
I'm not sure, I've never tried moving the app folder in conjunction with DebugKit. Currently, DebugKit doesn't directly include View (it uses App::import() ), so I don't really know how that error is being raised. Perhaps try the head revision? Its available on both thechaw.com and github.com.

DebugKit for 1.2 Final throws error

2008-12-26 Thread MikeB
I decided to try out the debug kit toolbar that Gwoo mentioned in the release notice and I'm getting the following error: Cannot redeclare class View in cake\libs\view\view.php on line 921 The app I'm working on doesn't have anything special and I followed the 2 instructions in the debugkit