This tells that you are outside your app dir, and you are not telling
cake where it is:

> Welcome to CakePHP v1.2.0.7296 RC2 Console
> ---------------------------------------------------------------
> App : console
> Path: D:/Wamp/www/mysite/cake/console
> ---------------------------------------------------------------


Remember to specify the path to the app folder if you are outside of it.

1. In your app dir:

$ /path/to/cake/console/cake schema run create DbAcl

2. Ouside your app dir:

$ /path/to/cake/console/cake -app /path/to/app/dir schema run create DbAcl



On Wed, Aug 27, 2008 at 6:55 AM, blockedmind <[EMAIL PROTECTED]> wrote:
>
> D:\Wamp\www\mysite\cake\console>cake schema run help
>
> Welcome to CakePHP v1.2.0.7296 RC2 Console
> ---------------------------------------------------------------
> App : console
> Path: D:/Wamp/www/mysite/cake/console
> ---------------------------------------------------------------
> Cake Schema Shell
> ---------------------------------------------------------------
> Error: schema.php could not be loaded
>
> I'd like to cake schema run create DbAcl. But I get this error with
> every command realted schema.
> What causes this? How can I resolve it?
>
> >
>

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