| can't install askeet trunk [message #6629] |
Thu, 25 May 2006 07:31  |
jferber Messages: 9 Registered: May 2006 Location: San Francisco, CA |
Junior Member |
|
|
I downloaded rev 84 of the askeet tutorial from subversion (svn co http://svn.askeet.com/trunk/) but can't get it to work on my system.
I'm using symony version 0.7.1369. I set up a database, configured databases.yml (and propel.ini also just in case.) I also followed the advice of post #1056 and patched batch/load_data.php.
Running "symfony propel-build-model" fails:
[propel-om] Processing: schema.xml
PHP Warning: DOMDocument::schemaValidate(): Element 'column', attribute 'autoincrement': The attribute 'autoincrement' is not allowed. in /usr/local/php5/lib/php/symfony/vendor/propel-generator/classes/propel/phing/AbstractPropelDataModelTask.php on line 435
PHP Warning: DOMDocument::schemaValidate(): Element 'column', attribute 'autoincrement': The attribute 'autoincrement' is not allowed. in /usr/local/php5/lib/php/symfony/vendor/propel-generator/classes/propel/phing/AbstractPropelDataModelTask.php on line 435
PHP Warning: DOMDocument::schemaValidate(): Element 'column', attribute 'autoincrement': The attribute 'autoincrement' is not allowed. in /usr/local/php5/lib/php/symfony/vendor/propel-generator/classes/propel/phing/AbstractPropelDataModelTask.php on line 435
Execution of target "om-template" failed for the following reason: /usr/local/php5/lib/php/symfony/vendor/propel-generator/build-propel.xml:436:1: XML schema file (/Users/jeff/webroot/ask24/config/schema-transformed.xml) does not validate. See warnings above for reasons validation failed (make sure error_reporting is set to show E_WARNING if you don't see any).
[phingcall] /usr/local/php5/lib/php/symfony/vendor/propel-generator/build-propel.xml:436:1: XML schema file (/Users/jeff/webroot/ask24/config/schema-transformed.xml) does not validate. See warnings above for reasons validation failed (make sure error_reporting is set to show E_WARNING if you don't see any).
Has anyone else encountered this? I'd definitely appreciate any help.
|
|
|
|
|
| Re: can't install askeet trunk [message #6644 is a reply to message #6629 ] |
Thu, 25 May 2006 17:58   |
|
|
add a propel.schema.validate = false at the end of your config/propel.ini file.
|
|
|
|
|
|
|
|
|
|
| Re: can't install askeet trunk [message #6662 is a reply to message #6629 ] |
Fri, 26 May 2006 01:28   |
jferber Messages: 9 Registered: May 2006 Location: San Francisco, CA |
Junior Member |
|
|
I don't have access to post on the wiki, so here it is for now.
I wrote up instructions in INSTALL.txt
|
|
|
| Re: can't install askeet trunk [message #6663 is a reply to message #6662 ] |
Fri, 26 May 2006 01:52  |
dzejkej Messages: 64 Registered: May 2006 |
Member |
|
|
| jferber wrote on Fri, 26 May 2006 01:28 | I don't have access to post on the wiki, so here it is for now.
I wrote up instructions in INSTALL.txt
|
You can't edit pages/add new ones in the wiki?
Try http://www.symfony-project.com/trac/wiki/newpage
And your INSTALL.TXT looks good ... but I don't think you need 3rd step after creating your db by hand in step 1
dzejkej is closed-source SVK human product
lazy man for professional web tools
|
|
|