I'm new to symfony and i'm trying to build my own application based on the askeet tutorial.
There's an example to fill database with sample data from file in data/fixtures directory.
The problem is I can't make it because php throws an error:
- Code: Select all
C:\usr\apache\httpd\html\hportal>php batch\load_data.php
PHP Fatal error: Cannot redeclare class usermapbuilder in c:\usr\apache\httpd\h
tml\hportal\lib\model\map\UserMapBuilder.php on line 5
Fatal error: Cannot redeclare class usermapbuilder in c:\usr\apache\httpd\html\h
portal\lib\model\map\UserMapBuilder.php on line 5
Can anybody help ?
btw I'm running Windows php 5.0.2 if that helps
