Ticket #15 (new defect)

Opened 2 years ago

load_data.php doesn't work

Reported by: kasa Assigned to: somebody
Priority: minor Milestone:
Component: component1 Version:
Keywords: sample data connection Cc:

Description

If you need to call load_data.php to load sample data, line 15 needs to be changed with:

$data->loadData(sfConfig::get('sf_data_dir').DIRECTORY_SEPARATOR.'fixtures', 'symfony');

just to be sure that the 'symfony' connection is used (instead of the default 'propel')