-
Notifications
You must be signed in to change notification settings - Fork 8
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
No view template found for custom viewtype in latest ez platform version #81
Comments
Issue was a misconfiguration on my side and no problem with the site api |
I think I've got a similar problem. Can you remember your fix? |
@nielosz if using v3, make sure you use |
Okay, thx. Mine seems to be another (ez Platform community) |
I meant about Site API version, 3.0.0 was released two days ago. Also, consider using https://github.com/netgen/media-site, you will get much more comprehensive package than with the plain community release. |
Ah, okay. We're on 2.5. And never tried netgen. Maybe in the near future. Thanks a load. |
Hi Guys,
When using the site api (version 2.5.2 ) and the latest ez platform version (2.2.1) now I'm getting this error:
An exception has been thrown during the rendering of a template ("No view template was set to render the view with the 'module' view type. Check your view configuration.").
Although i have this config:
That's the template part:
The automatic rendering of the viewtype
full
works, only the rendering via controller inside a template is not working somehow.Using the default content rendering via
ez_content:viewAction
and usingcontent_view
in the config works fine, but then i don't get the site api functions. Even tried to replace thengcontent_view
withcontent_view
Thanks in advance for your help
The text was updated successfully, but these errors were encountered: