Page 1 of 1

zend tools problems

Posted: Fri Jul 02, 2010 8:15 pm
by ziuccio
Hello!
I am writing here again. as I am trying to learn how to setup Zend but I find a lot of problems in the setting up.

Now I have this problem.... I didn`t find any solutions on the web. Please help!

When I run zf create project an error occours.
provider 'project' is not a valid provider
I use:
Windows 7 O.S
Zend Framework v 1.10.5
Xampp for windows PHP Version 5.3.0

I have tried to search something in C:\ZendFrameworkCli\library\Zend\Tool\Project but ...no way!

I am going to be mad!

Thanks

Re: zend tools problems

Posted: Sat Jul 03, 2010 7:26 am
by ziuccio
I have found a temporary solution.

I have setted the
include_path = ".;C:\xampp\php\PEAR\.;C:\ZendFrameworkCli\library"

the command create project works but create action not.
C:\xampp\htdocs\zf\application\controllers>zf create action add IndexController
An Error Has Occurred
A project profile was not found.

Zend Framework Command Line Console Tool v1.9.0
Details for action "Create" and provider "Action"
Action
zf create action name controller-name[=index] view-included[=1] module

In that case I have noticed that the version of Zend used is 1.9.0 and not 1.10.5 difined in C:\ZendFrameworkCli\library

If I set the path again with
include_path = "C:\ZendFrameworkCli\library"
I can use the version 1.10.5 but I go back to the previous error
provider project is not a valid provider
Do you have any solution?