views:

76

answers:

2

Hi! I am learning about Zend Framework, I want to use NetBeans to start, but when I try to do this on NB: Tools -> Options -> PHP -> Zend -> Click on 'Register Provider' the next error appear on output window:

PHP Warning:  include_once(NetBeansCommandsProvider.php): failed to open stream: No such file or directory in /usr/share/php/libzend-framework-php/Zend/Loader.php on line 146
PHP Warning:  include_once(): Failed opening 'NetBeansCommandsProvider.php' for inclusion (include_path='/usr/share/php/libzend-framework-php:/usr/share/php/libzend-framework-php:.:/usr/share/php:/usr/share/pear') in /usr/share/php/libzend-framework-php/Zend/Loader.php on line 146

What Can I Do to resolve that problem?

Thanks in advance!

A: 

If you use an version of Zend Framework 1.10.5+ than check your .zf.ini located in your Home directory.

Change

php.includepath to php.include_path

there is an bug in the later versions if zf

ArneRie
I already did that... the problem persists: http://paste.ubuntu.com/495925/ Thanks for your help
John Ortiz
A: 

I'm having the same problem. And changing includepath to include_path doesn't help. Also, when I run zf command in cli it works fine, but unable to use zend with netbeans... Plz help!

Maverickag