I'm working on my first Zend Framework site and am having a problem with Zend_Tool not properly creating actions and their corresponding views.
At the CLI, I type 'zf create action (action) (Controller)'.
The action is added as expected. However, the corresponding view script is not created.
Zend_Tool's CLI reports the following: "An error has occurred. Could not create action within test controller."
It would appear that once it encounters this unrelated error, Zend_Tool doesn't attempt to create the view.
I haven't configured anything related to testing yet, and to my knowledge, I haven't changed any default settings that would be causing this default behavior of creating/modifying a test controller.
I realize I could create the view script manually or separately via Zend_Tool, but as a newbie I'd really rather not start going off the script so soon for something so basic.
Does anyone know why Zend_Tool isn't creating the view script to go with my actions?
Here's what I'm running: XAMPP 1.7.4, Zend Framework 1.11.9, PHP 5.3.5, Apache 2.2.17