This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 180184 - Zend > Run command > <there is no command available (perhaps error?)>
Summary: Zend > Run command > <there is no command available (perhaps error?)>
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Zend (show other bugs)
Version: 6.x
Hardware: PC Windows Vista
: P2 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-03 02:09 UTC by lsv
Modified: 2010-02-04 22:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lsv 2010-02-03 02:09:44 UTC
Im running a local ZendServer CE, with a included ZendFramework library (1.9.0)

Ive added in Options > Zend script the path to the zf.sh file
D:\wwwserver\Zend\ZendServer\share\ZendFramework\bin\zf.sh
(also tried with the .bat file)

In general > PHP 5 interpreter i have
D:\wwwserver\Zend\ZendServer\bin\php.exe


In my project I also tried adding the framework into the include path.

When I have the zf.bat it takes 2 sec. to "Refresh commands" but still the same error. (with the zf.sh it takes about 0.1 sec.)
Comment 1 lsv 2010-02-03 02:10:48 UTC
Netbeans version is by the way
2010-02-02_18-04-14
Comment 2 Tomas Mysik 2010-02-03 05:50:21 UTC
Weird, I just tried the latest version 1.10 and it does not work, with 1.9.6 it works. I will have a look at it.

However, definitely bad idea to choose zf.sh if you are on Windows, BAT file is what you want to use.
Comment 3 Tomas Mysik 2010-02-03 06:35:11 UTC
OK, here's some information:
http://framework.zend.com/issues/browse/ZF-8899

I need to fix it.

To your case, please, use a newer version of ZF, 1.9.0 is too old (it fails to load classes if one has PHPUnit installed).

Thanks.
Comment 4 Tomas Mysik 2010-02-04 02:20:14 UTC
Fixed, Filipe, please verify using ZF 1.9.x and 1.10. Thanks.
http://hg.netbeans.org/web-main/rev/3d4badf3b1d5
Comment 5 Quality Engineering 2010-02-04 22:32:58 UTC
Integrated into 'main-golden', will be available in build *201002050200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/3d4badf3b1d5
User: Tomas Mysik <tmysik@netbeans.org>
Log: #180184: Zend > Run command > <there is no command available (perhaps error?)>