I am getting the following error when I try to institute bake from a
command line

Fatal error: Cannot redeclare class overloadable in c:\xampp\htdocs
\todo\cake\libs\overloadable_php4.php on line 39

The particulars in and arround line 39 for the error is


------Code Snippet
class Overloadable extends Object {

/**
 * Constructor.
 *
 * @access private
 */
        function __construct() {
                $this->overload();
                parent::__construct();
        }

------- /code snippet


any suggestions
--~--~---------~--~----~------------~-------~--~----~
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