I'm receiving an error of type: Doctrine_Record_UnknownPropertyException (Unknown method Company::getAddress2)
Stack Trace item 1 says: at () in SF_SYMFONY_LIB_DIR/plugins/ sfDoctrinePlugin/lib/vendor/doctrine/Doctrine/Record.php line 2575 The only thing I have done is generate the project and app, build the schema file, run Doctrine:build-all, and create a module. The home page ran fine (with no records being shown). I clicked on the new link, filled out the form, then clicked the link to return to the list. That is when I received the error. I looked in the BaseCompany.class.php file, and the following line is in the top documentation ...[other documentation]... * @method string getAddress2() Returns the current record's "address_2" value ...[other documentation]... I am unsure as to why it would not get finding a method that it created on it's own. When I filled out the schema, I set this column to "notnull: false", and when I filled out the form, it allowed me to leave it blank. Other then that, please let me know what information I can provide. I'm using symfony 1.3, apache2, php 5.2.6, debian lenny. I am new to symfony, so I apologize if this is a simple problem. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---