Upgrading to the brand new 1.2 release seemed to quieten all of the
errors that I was getting here. However, my schema version is still
remaining at 0 every time I run migrate, even when it says database
actions are successful. I guess it would probably be a good idea to
find the schema db and remove/clear it, and do the same with my
project database. Just start fresh on that end.

Where is the schema database stored for MigrateTask though? looking at
the source it seems to uses MDB, which I think creates an sqlite
file.db somewhere, but I'm unable to locate this within my app/
anywhere.

Thanks, rxKaffee

On Jul 9, 4:17 pm, rxKaffee <[EMAIL PROTECTED]> wrote:
> I have tried switching out Spyc in favor of Syck, and the error
> persists. Does this sound like a problem with the syntax of my .yml
> files?
>
> On Jul 9, 3:16 am, rxKaffee <[EMAIL PROTECTED]> wrote:
>
> > I've got MigrateTask v 3.2 
> > fromhttp://cakeforge.org/snippet/download.php?type=snippet&id=326,
> > and Spyc 0.2.5 installed into my app/vendors folder, but I'm getting
> > some errors when `cake migrate` trys to follow the directions in my
> > YAML files.
>
> > Error: _doQuery: [Error message: Could not execute statement]
> > [Last executed query: UPDATE `schema_info` SET version=version+1]
> > [Native code: 1]
> > [Native message: unrecognized token: "`"]
>
> > It seems to admit that it didn't execute the sql statement, but then
> > claims it did? I'm not really sure what that means but... This seems
> > to be causing my "Current schema version" to remain set to 0.
>
> > Any guidance appreciated, rxKaffee


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" 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