Hi all,I am currently taking the 'my first symfony project' tutorial at
http://www.symfony-project.org/tutorial/1_2/my-first-project. I am using sf
1.2.0BETA2. The application was successfully created and data entered into
the database using the CRUD interface.
Now, the idea was to empty the database again and load it using fixtures.
The yml data input was saved in the appropriate directory.
But when the command 'symfony propel:data-load --env=dev' is run the
following error is thrown:
PHP Fatal error:  Class 'DateTime' not found in
/home/sfprojects/askeet/lib/model/om/BaseBlogPost.php on line 279

Is that a bug or am I doing something wrong ?
I find it strange that no complains whatsoever happen about DateTime when
date are entered via the CRUD interface. DateTime seens to be found. But not
anymore using the CLI ?
Thanks and regards,
Marc

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to