try this:
rename you schema to have the name of the appdir. ie your directory struct is:
-project
---app/webroot/index.php
---cake/
---vendors/

so name the schema
AppSchema extends CakeSchema { ...

run cake schame from the app dir (all cake console shells should be
run when in the app dir)

HTH,
--
Marcin Domanski
http://kabturek.info



On Sat, Sep 6, 2008 at 9:21 PM, equestrianerd <[EMAIL PROTECTED]> wrote:
>
> Are there any other ways to figure out/solve this issue?  I have cake/
> console in my path, so I can run it from anywhere.  After adding a
> column to my users table, I've tried running "cake schema run update
> schema users" from both the main directory (where app/, cake/, and
> vendors/ live) and from the app/ directory, with the same error.
>
> Do permissions need to be set, or something?
>
> >
>

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