2012/3/7 Jonathan Maron <[email protected]> > > Can you enable error reporting? There is most probably a fatal > somewhere... > > Gladly, here is the error: > > http://en.zimagez.com/zimage/zf2error.php > > > Also, the module is a bit outdated (22 days is before the new view layer > > was introduced with beta3). > > That is what I was thinking too. If anyone can help us fix this, I > would be very grateful! > > TIA > > Jonathan Maron
Previously, the "view" alias was used for the V of MVC during beta1 and beta2. With the new view layer merged in beta3, there is no "view" alias anymore. You can have a look at the SkeletonApplication ( https://github.com/zendframework/ZendSkeletonApplication) to see how it's used now. You can fork the ZendDeveloperTools and fix it there and create a PR to fix the zendframework repo on Github. -- Jurian Sluiman
