-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
default template suffix #23
Comments
I got a similar issue, would you please help me solve it? Originally posted by @jerrybk108 at zendframework/zend-developer-tools#94 (comment) |
We cannot enforce the default template suffix within ZDT, as it would override any settings provided by other users. Originally posted by @Ocramius at zendframework/zend-developer-tools#94 (comment) |
Actually, this can be fixed by providing a direct template map, instead of a template path stack. Originally posted by @Ocramius at zendframework/zend-developer-tools#94 (comment) |
in my case i fix it through: Originally posted by @findli at zendframework/zend-developer-tools#94 (comment) |
Should be fixed now since path is now same with view directory with dashed separator. Please re-create issue if problem persist. Closing. |
Using composer to install zf2 skeleton along with developer tools. After enabling it I am getting server errors, like:
adding 'default_template_suffix' key to module.config.php:
fixes the issue.
Originally posted by @minow at zendframework/zend-developer-tools#94
The text was updated successfully, but these errors were encountered: