Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example setup for PropelBundle issue #356 #2

Closed
wants to merge 1 commit into from
Closed

Example setup for PropelBundle issue #356 #2

wants to merge 1 commit into from

Conversation

karasq
Copy link

@karasq karasq commented Jan 24, 2016

This is exampel setup for PropelBundle issue #356.

When you migrate database and type
rm app/cache/* -r && app/console cache:clear

you will get

[PropelException]
No connection information in your runtime configuration file for datasource
[default]

It seems like propel try to connect to database before it gets configuration. It means Twig service can create instance of any service before PropelBundle configuration is loaded. I had no such problem in symfony before 2.8 version. This is an issue only during symfony cache warmup process.

@karasq karasq closed this Jan 24, 2016
@karasq karasq deleted the issue_356 branch January 24, 2016 10:22
@karasq karasq restored the issue_356 branch January 24, 2016 10:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant