I also have the same problem with my cake project
Fatal error: Cannot redeclare class overloadable in C:\xampp\htdocs
\cake\libs\ov
erloadable_php5.php on line 61
Any solution yet?
On Apr 22, 6:13 pm, [EMAIL PROTECTED] wrote:
> I am getting the following error when I try to institutebakefrom a
> command line
>
> Fatal error:Cannotredeclareclassoverloadablein c:\xampp\htdocs
> \todo\cake\libs\overloadable_php4.php on line 39
>
> The particulars in and arround line 39 for the error is
>
> ------Code SnippetclassOverloadableextends 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
-~----------~----~----~----~------~----~------~--~---