views:

238

answers:

1

I install :

  • netbeans 6.9 on 'C:\Program Files\NetBeans 6.9'
  • xampp 1.7.2 on D:\xampp
  • i have upgrade zend through pear

I follow the screencast and when clicking the Register Provider button. But I get message like this:

on create config tab

Successfully written Zend Tool config.
It is located at: \Documents and Settings\Permana/.zf.ini

on enable.config.provider NetbeansCommandsProvider

                        User has no config file.                        
                          An Error Has Occurred                         
 Client has no persistent configuration.                                

Zend Framework Command Line Console Tool v1.10.7
Details for action "Enable" and provider "Config"
    zf enable config.manifest class-name
    zf enable config.provider class-name

And of course because of this error I cannot create zend project using netbeans. Did anyone know what is the problem?

A: 

Yesterday I had the same problema. I wrote a post in my blog:

http://otroblogmas.com/error-zend-tool-netbeanscommandsprovider-php/

I found two solutions: either modify the file zf.ini in your profile, or copy the file NetBeansCommandsProvider.php in a path of include_path.

Ian
thank you for the reply Ian. Yes, that can be a solution too.
Permana