propel-load-data problem

0 views
Skip to first unread message

samo...@gmail.com

unread,
May 25, 2008, 5:43:01 AM5/25/08
to Steer CMS Developers
when I install Steer CMS with

symfony propel-load-data frontend

I find this problem here:

Unable to execute DELETE statement. [wrapped: Could not execute
update [Native
Error: Table 'steercms.steercms_property' doesn't exist] [User Info:
DELETE FRO
M steercms_property WHERE
steercms_property.MODEL='steerCMSCalendarInstance' AND
steercms_property.MODEL_ID='1' AND 1<>1]]

My version is steerCMSSandbox_0_2_1

thanks

Piers Warmers

unread,
May 25, 2008, 7:45:56 AM5/25/08
to steercms-...@googlegroups.com
Hi,

Well the issue is probably that your database structure hasn't been
created yet.

instead of running:

symfony propel-load-data frontend

which only loads the fixtures, you need to run:

symfony propel-build-all-load backend

Which will first create the database structure, then import the
necessary fixtures.

- Piers

Reply all
Reply to author
Forward
0 new messages