Re: php acl.php initdb failed

2006-12-15 Thread Falagar

This is a known bug that has been fixed in the trunk.

Either get the cake build from the trunk or fix it manually:

in cake\scripts\acl.php line 93 change:

uses ('object', 'neat_array', 'session', 'security', 'inflector',
'model'.DS.'connection_manager',
to
uses ('object', 'configure', 'neat_array', 'session', 'security',
'inflector', 'model'.DS.'connection_manager',

On Dec 15, 2:13 am, "wong" <[EMAIL PROTECTED]> wrote:
> Hi,
> I am a cakephp newbie.
> The latest cakephp, windows xp,
> When I run php acl.php initdb, the system response is:
>
> Fatal error: Class 'Configure' not found in
> C:\apache\Apache2\htdocs\cake\cake\libs\model\datasources\dbo_source.php
> on line 84
> 
> Can you help me out?


--~--~-~--~~~---~--~~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---



php acl.php initdb failed

2006-12-15 Thread wong

Hi,
I am a cakephp newbie.
The latest cakephp, windows xp,
When I run php acl.php initdb, the system response is:

Fatal error: Class 'Configure' not found in
C:\apache\Apache2\htdocs\cake\cake\libs\model\datasources\dbo_source.php
on line 84

Can you help me out?


--~--~-~--~~~---~--~~
 You received this message because you are subscribed to the Google Groups 
"Cake PHP" group.
To post to this group, send email to cake-php@googlegroups.com
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
-~--~~~~--~~--~--~---