-
Notifications
You must be signed in to change notification settings - Fork 90
Fresh install with Symfony Container + zend-view got error #253
Comments
the possible solution probably unset the zend-view from templates option when container is not zend-servicemanager? |
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? |
Ok, that's seems fine, just wondering if "remember the selected container" is can be applied to be checked when view options shown |
I had the same issue with PHP-DI. I created a wrapper to enable Interop/Container. Check this link for more details: #25 |
@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. |
This repository has been closed and moved to mezzio/mezzio-skeleton; a new issue has been opened at mezzio/mezzio-skeleton#6. |
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 :The text was updated successfully, but these errors were encountered: