Thanks - that's seems to have solved it. I've zipped up the tests and it's
working.

Incidentally, in case anyone else gets this problem, originally I just
downloaded the minimal ZF install, but for 1.8.1 I went for the full package
as I wanted the ZendX JQuery classes. The tests aren't included in the
minimal install.


Ralph Schindler-2 wrote:
> 
> You must also have the ZF tests inside your include_path.
> 
> I know about this issue and am finding a way to not include the tests 
> directory in the loader if its present.
> 
> In the mean time, simply remove the tests from the include_path.
> 
> -ralph
> 
> SirEdward wrote:
>> I upgraded to 1.8.0 recently and went through the new Quickstart guide to
>> get
>> familiar with the new things. Everything worked fine.
>> 
>> The other day I upgraded to ZF 1.8.1 and this morning wanted to use the
>> command line to add a new controller. After typing 'zf' at the command
>> line
>> I get this error:
>> 
>> 
>> Fatal error: Uncaught exception 'Zend_Tool_Framework_Manifest_Exception'
>> with message 'A provider provided by the
>> Zend_Tool_Framework_Manifest_ManifestBadProvider does not implement
>> Zend_Tool_Framework_Provider_Interface' in /Users/Me/Sites/library/Zend
>> 1.8.1/Tool/Framework/Manifest/Repository.php:100
>> Stack trace:
>> #0 /Users/Me/Sites/library/Zend
>> 1.8.1/Tool/Framework/Loader/Abstract.php(104):
>> Zend_Tool_Framework_Manifest_Repository->addManifest(Object(Zend_Tool_Framework_Manifest_ManifestBadProvider))
>> #1 /Users/Me/Sites/library/Zend
>> 1.8.1/Tool/Framework/Client/Abstract.php(101):
>> Zend_Tool_Framework_Loader_Abstract->load()
>> #2 /Users/Me/Sites/library/Zend
>> 1.8.1/Tool/Framework/Client/Abstract.php(192):
>> Zend_Tool_Framework_Client_Abstract->initialize()
>> #3 /Users/Me/Sites/library/Zend
>> 1.8.1/Tool/Framework/Client/Console.php(86):
>> Zend_Tool_Framework_Client_Abstract->dispatch()
>> #4 /Users/Me/Sites/bin/zf.php(77):
>> Zend_Tool_Framework_Client_Console::main()
>> #5 {main}
>>   thrown in /Users/Me/Sites/library/Zend
>> 1.8.1/Tool/Framework/Manifest/Repository.php on line 100
>> 
>> 
>> None of the 'zf' variations I try work (e.g. zf --help)
>> 
>> I'm running on a Mac OS X but didn't get this problem with the 1.8.0
>> install
>> - only since I upgraded to 1.8.1. I keep the Zend framework in the folder
>> /Users/Me/Sites/library and I tend to keep a couple of versions in that
>> folder and use a symbolic link of 'Zend' to point to the version I am
>> using.
>> At the moment I only have the 1.8.1 in that folder. I keep the zf.sh and
>> zf.php commands in /Users/Me/Sites/bin and have an alias set up in
>> ~/.profile
>> 
>> Any help on why I'm getting this error would be greatly appreciated!
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Zend-Tool-Error-%28-%29-tp23572841p23641307.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to