Alright, I found the problem. The name is not allowed to have a hyphen in it. (doh)
/Thomas On Mon, Oct 13, 2008 at 2:27 PM, tveon <[EMAIL PROTECTED]> wrote: > > Hi all, > > I am making a very simple page using Symfony, and have already run > into a bit of a problem using forms. > After successfully building the model, I want to generate the > corresponding form. > > Here is what happens: > ---- > symfony propel:build-forms >>> propel generating form classes > > Fatal error: Class 'Team-surveyMapBuilder' not found in C:\wamp\bin\php > \php5.2.6 > \PEAR\symfony\plugins\sfPropelPlugin\lib\propel\generator > \sfPropelFormGenerator. > class.php on line 484 > ---- > Team-surveyMapBuilder is defined in lib/model/map/Team- > surveyMapBuilder.php. > > Am I supposed to register this path somewhere to make Propel able to > find it? Or what am I doing wrong? > > If this has already been answered, I apologize. I have been unable to > find it. > > Thanks, > Thomas > > P.S. I have encountered the problem with both Symfony 1.1.3 and 1.1.4. > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" 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/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
