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 269476

Summary: Composer support has disappeared
Product: php Reporter: jylipaa
Component: ComposerAssignee: Tomas Mysik <tmysik>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 8   
Issue Type: DEFECT Exception Reporter:
Attachments: IDE log
Context menu on PHP project - composer is missing
Composer missing from PHP Tools & Frameworks settings too

Description jylipaa 2017-01-02 10:11:22 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 8.1 version 6.3 running on amd64
Java; VM; Vendor = 1.8.0_111
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.111-b14

Reproducibility: Happens every time

STEPS:
  * Create/open any PHP project
  * right click a project on projects tree, context menu for composer not appearing
  * Check IDE Tools -> Options -> PHP  -> Frameworks & Tools - can't find Composer from there either

ACTUAL:
  nothing happens

EXPECTED:
  Composer context menu
Comment 1 jylipaa 2017-01-02 10:11:25 UTC
Created attachment 163322 [details]
IDE log
Comment 2 jylipaa 2017-01-02 10:19:11 UTC
I had Netbeans on JRE, but then I needed to start working on a Java project, so i removed Netbeans, installed JDK and then installed Netbeans as a fresh installation. 

PHP (and HTML) support installed as Plugins
Comment 3 jylipaa 2017-01-02 10:20:09 UTC
Created attachment 163323 [details]
Context menu on PHP project - composer is missing
Comment 4 jylipaa 2017-01-02 10:21:13 UTC
Created attachment 163324 [details]
Composer missing from PHP Tools & Frameworks settings too
Comment 5 jylipaa 2017-01-05 08:24:47 UTC
Removed Netbeans completely and installed "All" bundle - everything works fine with that. Seems that issue occurred when i installed just the Java parts as bundle and html/php parts later as plugins.