Tag Archives: error

Symfony sfModelGenerator.class.php line 321 error

Well I’ve been playing with Symfony and I started building modules today from the Jobeet day 3 tutorial and I ran into an issue.   The Symfony Project is basically a framework in which you can build PHP web applications which I’ve been using for a school project.

I’m not sure if I missed a step of if this is a system specific problem but basically I went to run the “symfony propel:build-module” command to genereate my module files and I got this error.

Fatal error: Class ‘PersonForm’ not found in /var/www/cam/trunk/lib/generator/sfModelGenerator.class.php on line 321

Read more »