I am learning Zend Framework, I want to use NetBeans to run, but when I try to do this in NB: Tools β Options β PHP β Zend β Click on "Register Provider", the following error will appear in the 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 solve this problem?
source
share