On Monday, 9 July 2012 10:55:25 UTC+2, тoяisu wrote:
>
> Hi, all
>
> I set up cakephp2.1.3 with PHP5.4.3 on CentOS 6.2 server.
> following error message appeared. On PHP 5.3.14 was everything fine.
> -----
> Fatal error: Class 'Debugger' not found in /path/to/Model/Hoge.php on line 
> 10
> -----
>
> /path/to/Model/Hoge.php is here.
> -----
>   1 <?php
>   2
>   3 class Hoge extends AppModel
>   4 {
>   5     public $name = 'Hoge';
>   6
>   7     public function beforeValidate() {
>   8         // Noting to do..
>   9     }
>  10 }
>

Your code is throwing a fatal error (look at your error log) and then 
throwing another fatal error whilst trying to show the first.

Look at causes, not symptoms.

AD

-- 
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 email to
[email protected] For more options, visit this group at 
http://groups.google.com/group/cake-php

Reply via email to