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 - Composer support has disappeared
Summary: Composer support has disappeared
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Composer (show other bugs)
Version: 8.2
Hardware: PC Windows 8
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-02 10:11 UTC by jylipaa
Modified: 2017-01-05 08:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (73.29 KB, text/plain)
2017-01-02 10:11 UTC, jylipaa
Details
Context menu on PHP project - composer is missing (7.53 KB, image/png)
2017-01-02 10:20 UTC, jylipaa
Details
Composer missing from PHP Tools & Frameworks settings too (34.11 KB, image/png)
2017-01-02 10:21 UTC, jylipaa
Details

Note You need to log in before you can comment on or make changes to this bug.
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.