I am trying to use the fixtures file to load a table. I also have the sfGuarpPlugin installed. Symfony does not seem to see my table definitions. I have performed a propel:build-model and when I try to do a propel:data-load I get the following errors:
$ symfony propel:data-load admin >> propel load data from "C:\Documents an...ns\sfGuardPlugin\data\fixtures" >> propel load data from "C:\Documents an...ings\josephk\osw\data\fixtures" PHP Warning: call_user_func(typePeer::doDeleteAll): First argument is expected to be a valid callback in C:\PHP\pear\symfony\lib\plugins \sfPropelPlugin\lib\pro pel\sfPropelData.class.php on line 248 Warning: call_user_func(typePeer::doDeleteAll): First argument is expected to be a valid callback in C:\PHP\pear\symfony\lib\plugins\sfPropelPlugin\lib \propel\s fPropelData.class.php on line 248 PHP Fatal error: Class 'typePeer' not found in C:\PHP\pear\symfony\lib \plugins\ sfPropelPlugin\lib\propel\sfPropelData.class.php on line 83 Fatal error: Class 'typePeer' not found in C:\PHP\pear\symfony\lib \plugins\sfPropelPlugin\lib\pr opel\sfPropelData.class.php on line 83 I am trying to load the table 'type' with about 20 rows of data. I look in my lib/model directory and I see all of the generated files, so what exactly is the problem? Why can't it load the files it generated? /Joe --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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-devs?hl=en -~----------~----~----~----~------~----~------~--~---
