-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fresh install with Symfony Container + zend-view got error #6
Comments
the possible solution probably unset the zend-view from templates option when container is not zend-servicemanager? Originally posted by @samsonasik at zendframework/zend-expressive-skeleton#253 (comment) |
I just tried all containers. zend-view works with Aura.Di and zend-servicemanager (and it used to work with the old pimple container adapter used in v1 and v2). Disabling template options is complicated. It's easier to add a hint to the container config:
Would that work for you? Originally posted by @geerteltink at zendframework/zend-expressive-skeleton#253 (comment) |
Ok, that's seems fine, just wondering if "remember the selected container" is can be applied to be checked when view options shown Originally posted by @samsonasik at zendframework/zend-expressive-skeleton#253 (comment) |
I had the same issue with PHP-DI. I created a wrapper to enable Interop/Container. Check this link for more details: #25 Originally posted by @elie29 at zendframework/zend-expressive-skeleton#253 (comment) |
@elie29 I don't think wrapping all containers to enable a deprecated interface is the right solution. It's better to update zend-view. Although I think the actual problem is with zend-servicemanager and its plugin manager. Once that is updated zend-view can be updated if it's still needed. Originally posted by @geerteltink at zendframework/zend-expressive-skeleton#253 (comment) |
@samsonasik is is still an issue? |
@michalbundyra I will check again in a few |
Just tried re-install it, and it seems working now. I'm closing. thank you ;) |
Provide a narrative description of what you are trying to accomplish.
Code to reproduce the issue
with choose the following options:
Expected results
Works.
Actual results
The issue seems in
zend-view
part with the following full call stack :Originally posted by @samsonasik at zendframework/zend-expressive-skeleton#253
The text was updated successfully, but these errors were encountered: