OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

This topic contains 2 replies, has 2 voices, and was last updated by  Nick Mallare 9 years, 6 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #35061

    Nick Mallare
    Participant

    Hi,

    I’m getting this error when running my `app/console oro:install –env test …`:

    [Doctrine\DBAL\DBALException]
    An exception occurred while executing ‘ALTER TABLE test_workflow_aware_entity ADD CONSTRAINT FK_F824A8531023C4EE FOREIGN KEY (workflow_item_id) REFERENCES oro_workflow_item (id) ON DELETE SET NULL NOT DEFERRABLE INITIALLY IMMEDIATE’:
    SQLSTATE[42P01]: Undefined table: 7 ERROR: relation “oro_workflow_item” does not exist

    Any ideas on why `oro_workflow_item` doesn’t exist?

    Thanks,
    Nick

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #35062

    Alexandr Smaga
    Participant

    Hello @nick_mallare !

    Here is a list of required command to get it work.

    #35063

    Nick Mallare
    Participant

    Right. I just abbreviated the actual command.

    I think it was because I didn’t clear my cache before running the install.

    Nick

Viewing 2 replies - 1 through 2 (of 2 total)

The forum ‘OroPlatform – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top