Skip to content

problem load services workflower-bundle #3

Description

@wladimiravila

Hello, I'm try to start a new symfony project with workflowerBundle and symfony 2.7.3 , but i have a little problem

my composer file:
"phpmentors/workflower": "^1.0",
"phpmentors/workflower-bundle": "^1.0"

my AppKernel :
...
new PHPMentors\WorkflowerBundle\PHPMentorsWorkflowerBundle()

in my app/config/services.yml

imports:
- { resource: "@PHPMentorsWorkflowerBundle/Resources/config/services.xml" }

but when I try run my app generate the next problem

RuntimeException in CheckReferenceValidityPass.php line 100: The definition "phpmentors_workflower.doctrine_lifecycle_listener" has a reference to an abstract definition "phpmentors_workflower.workflow_serializer". Abstract definitions cannot be the target of references.

can you help me?, I will like create a new application using your great bundle

do you have a little example working with your bundle?

regards!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions