| [Resolved] ERROR: symfony - You must create a schema.xml file [message #9545] |
Fri, 28 July 2006 17:28  |
vitaille Messages: 23 Registered: June 2006 |
Junior Member |
|
|
Resolved :
I've just read the weblog and I discover that :
A user installing the last stable version will be unable to work with the online documentation nor the tutorial which reflect the beta version (nighly build).
It's very confusing.
I thought that the doc and the tutorial were updated at each stable release.
So, the schema.yml is not supported by the latest stable version 0.6.3...
I must wait the next stable release or try the beta...
And read the weblog more often !
----------------
Hello,
I'm using symfony 0.6.3, and I try to build my model with a schema.yml file.
I've got this error :
ERROR: symfony - You must create a schema.xml file
In the online documentation, it is said to use a schema.yml rather than an xml file.
In the book, no mention about the schema.yml file...
So what shall I do ?
Write a schema.xml file or write a schema.yml ?
Thanks for any clue...
Vincent.
PS : I've done the tutorial "My first project" with a xml file , and it appear now to use a yml file...
I'm in a complete CONFUSION !!
[Updated on: Fri, 28 July 2006 18:30]
|
|
|
|
| Re: [Resolved] ERROR: symfony - You must create a schema.xml file [message #9669 is a reply to message #9545 ] |
Tue, 01 August 2006 17:26   |
halfer Messages: 8733 Registered: January 2006 Location: West Midlands, UK |
Faithful Member |
|
|
Yep, the old way still works, and in fact there are some things you still can't do in yaml that you can do in the xml version. The yaml version is designed just to be more compatible with the symfony way of doing things, plus it's more readable too.
I wonder, Francois and Fabien, whether marking the relevant chapter with a big warning (a la askeet) would help newer folks? And could the xml documentation be preserved until the yml schema gets into the stable version? Just a thought...
Remember Gaza
|
|
|
|