zend framework - view not rendering
Posted
by Ashley
on Stack Overflow
See other posts from Stack Overflow
or by Ashley
Published on 2010-06-15T15:58:22Z
Indexed on
2010/06/15
16:02 UTC
Read the original article
Hit count: 197
zend-framework
Hi
My zend framework render function returns:
Warning: include(C:\wamp\www\cms\application\modules\default\views\scripts) [function.include]: failed to open stream: Permission denied...
It's being called in a postDispatch function on the controller, but that doesn't matter as no matter where i put it, it fails.
Any ideas? My view and layout are started in the bootstrap. Thanks
© Stack Overflow or respective owner