I just want to ask you if you met with this error before.
Ubuntu 10.10 guest on Virtualbox at Windows 7 host. Full LAMP setup, no problem with that. I have some shared directorys for the projects between the host and the guess. It went well so far. I have some symfony 1.4 projects, all went fine so far. Im using the official version of sfDoctrineGuardPlugin.
I did an Ubuntu update, nex time I wanted to make a
- Code: Select all
doctrine:build --model
It said:
- Code: Select all
Invalid schema element named "unique" at path "sfGuardGroup->columns->name"
Interesting, is it not? I figured out, if I re-checkout the schema.yml file for the sfDoctrineGuardPlugin, the error disappears => something is with the mounting causes a parse error in the yml files?
So, after re-checkouting the schema.yml files, the build --model, --form, --filter commands running nice, but when I try to make a
- Code: Select all
doctrine:build --sql
Right now I restarted the guest, and re-mounted the drive, the 1st problem is renewed:
- Code: Select all
Invalid schema element named "unique" at path "sfGuardGroup->columns->name"
Awesome!
Any advice beside "Uninstall / reinstall the whol stuff" are appreciated.
