Hi, there

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 }
 11
 12 ?>
-----

Anyone had the same problem?

-- 
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