Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm installing Zend framework, but I have a problem.

First I have installed Zend to my repertory: C:\wamp\php_include\ZendFramework-1.12.0

Secondly I have changed environment variable path with :

1/ C:\wamp\bin\php\php5.3.10

and created a new variable:

2/ ZEND_TOOL_INCLUDE_PATH

C:\wamp\php_include\ZendFramework-1.12.0\library

When I open the console ( cmd ), I see this error:

C:\Users\Ivan>zf PHP Warning: include_once(NetBeansCommandsProvider.php): failed to open stream: No such file or directory in C:\wamp\php_include\ZendFramework-1.12.0\library\Z end\Loader.php on line 134 PHP Stack trace: PHP 1. {main}() C:\wamp\bin\php\php5.3.10\zf.php:0 PHP 2. ZF::main() C:\wamp\bin\php\php5.3.10\zf.php:623 PHP 3. ZF->run() C:\wamp\bin\php\php5.3.10\zf.php:74 PHP 4. ZF->_runTool() C:\wamp\bin\php\php5.3.10\zf.php:117 PHP 5. Zend_Tool_Framework_Client_Abstract->dispatch() C:\wamp\bin\php\php5.3. 10\zf.php:600 PHP 6. Zend_Tool_Framework_Client_Abstract->initialize() C:\wamp\php_include\Z endFramework-1.12.0\library\Zend\Tool\Framework\Client\Abstract.php:223 PHP 7. Zend_Tool_Framework_Loader_BasicLoader->load() C:\wamp\php_include\Zend Framework-1.12.0\library\Zend\Tool\Framework\Client\Abstract.php:122 PHP 8. Zend_Loader::loadClass() C:\wamp\php_include\ZendFramework-1.12.0\libra ry\Zend\Tool\Framework\Loader\BasicLoader.php:110 PHP 9. Zend_Loader::loadFile() C:\wamp\php_include\ZendFramework-1.12.0\librar y\Zend\Loader.php:82

Warning: include_once(NetBeansCommandsProvider.php): failed to open stream: No s uch file or directory in C:\wamp\php_include\ZendFramework-1.12.0\library\Zend\Loader.php on line 134

I'm sorry for the largest of the error but maybe with all the information you can help me. What can I do to resolve this?

share|improve this question
I find the problem : So on the file .zf.ini i had a wrong line with NetBeansCommandsProvider.php I delete this line and on the console zend framework runned correctly. – Ivan Dec 4 '12 at 20:01

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.