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 257445 - unable to upload a file on a remote FTP server because the right-click Upload menu is greyed out
Summary: unable to upload a file on a remote FTP server because the right-click Upload...
Status: RESOLVED DUPLICATE of bug 256585
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-06 16:07 UTC by matdev
Modified: 2016-01-14 12:35 UTC (History)
0 users

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 matdev 2016-01-06 16:07:06 UTC
With 8.1, I can't choose a Run configuration in the drop-down menu when the file I want to upload is selected in the Projects explorer.

I see the Run configuration when the project is selected , but it doesn't allow uploading one specific file.

Product Version = NetBeans IDE 8.1 (Build 201510222201)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_40
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.40-b25

Reproducibility: Happens every time

STEPS:
  * Open dialog Foo
  * Click on button "Click me"

ACTUAL:
  nothing happens

EXPECTED:
  message pops u
Comment 1 Tomas Mysik 2016-01-14 12:35:41 UTC
Very likely a duplicate of issue #256585. I guess you have some composer.json, package.json or bower.json somewhere in your project, right?

If yes, as a workaround, you can try this:

(a) for composer.json files, disable Composer plugin and restart your IDE; or
(b) rename all the above mentioned JSON files (to e.g. composer2.json) and restart your IDE.

Thanks for reporting.

*** This bug has been marked as a duplicate of bug 256585 ***