junichi11 / cakephp-netbeans

CakePHP support in NetBeans
http://cakephp.org
71 stars 18 forks source link

RUN COMMAND Failed #48

Closed cameleonhelp closed 11 years ago

cameleonhelp commented 11 years ago

1 right click on my project and choose Run command ... 2 No commande available 3 i look at the IDE log where i find a problem in the xml file that was generated 4 I just look at the xml file that was generated ans i find Failed loading c:/wamp/bin/php/php5.3.26/zend_ext/php_xdebug-2.2.0-5.4-vc9.dll

I use wamp on a windows machine at my work where i've got this message. At my home i use a mac and no problem (after i set date_default_timezone_set('GMT'); as see with you a next time)

I use your last plugin version (0.9.1), cakephp 2.3.8 and netbeans 7.3 in french language and the same on my mac

junichi11 commented 11 years ago

The same error as yours might be displayed but please try to run the following command with CLI(cmd.exe).

cake command_list --xml

Then, please try to check your php.ini file. If you are setting xdebug to it, please try to comment out it. e.g. zend_extension = "c:/path/to/php_xdebug-2.2.0-5.4-vc9.dll"

Thanks.

cameleonhelp commented 11 years ago

Thank for your help It's good now i comment it in my php.ini i dont remember to use it or to install it