user269390
user269390

Reputation: 11

Create Zend controller

I am using ubunto & want to create zend controller, 7months ago i created about 5 controllers in my application & it works fine but when now i try to create another one using

sajid@salman-laptop:/var/www/vcred$ zf.sh create controller verifier

It show error message like:

 An Error Has Occurred  

String could not be parsed as XML

Command Line Console Tool v1.8.4
Details for action "Create" and provider "Controller"
  Controller
    zf create controller name index-action-included[=1] module

Help please.

Upvotes: 0

Views: 615

Answers (2)

emeraldjava
emeraldjava

Reputation: 11190

old-school method : manually add the new controller file to the directory - i've never used Zend_Tool.

Upvotes: 2

chelmertz
chelmertz

Reputation: 20601

Try updating your Zend_Tool, they have solved a lot of bugs in the last versions. At this time the 1.10.1 version is the latest release, compared to your 1.8.4.

Upvotes: 0

Related Questions