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

Enabling sensio framework extra bundle causes autoloader problems #82

Closed
neilferreira opened this issue Jun 11, 2012 · 3 comments
Closed

Comments

@neilferreira
Copy link
Contributor

re: #81

If you enable the sensio framework extra bundle in cmf, all sorts of bizzare things happen. Sometimes you get 'class already declared' as the autoloader tries to re-load a class that already exists. I think that it may be because of some case sensitive class names being loaded from routes in jackrabbit. Try enabling it and you'll notice straight away the site breaks in numerous ways.

@lsmith77
Copy link
Member

i am looking into this. however the SensioFrameworkExtraBundle seems fairly fundamentally broken as it 1) tries to convert the Request instance 2) tries to convert things that are already set in the attributes 3) has no way to white or black list what controllers/actions should even be parsed.

@lsmith77
Copy link
Member

it seems with the latest improvements to the SensioFrameworkExtraBundle the issues are gone ..

@lsmith77
Copy link
Member

this is fixed

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

No branches or pull requests

2 participants