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 269696 - upload on save not working
Summary: upload on save not working
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: Dev
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: issues@php
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-31 20:41 UTC by DMR
Modified: 2018-02-07 10:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log (45.81 KB, application/octet-stream)
2017-01-31 20:41 UTC, DMR
Details

Note You need to log in before you can comment on or make changes to this bug.
Description DMR 2017-01-31 20:41:49 UTC
Created attachment 163521 [details]
Log

Helllo,

the upload on save function does not work anymore.
Also the automatic compilation of scss does not work anymore.
I don't know why, but that happened after the update to version 8.2.
There are no ignored folders.
Manual upload is working.
Also the manual recompiling of scss.

As you can see in the attached log.
- I have started the IDE
- changed and saved a .php file
- changed and saved a .scss file

The php file wasn't uploaded.
The scss file wasn't complied.

Can anyone help me?

regards
Dennis
Comment 1 kgx 2018-02-07 10:17:14 UTC
Did you manage to find a solution? This has started to happen with some of my projects also. I've reinstalled netbeans completely (deleted all user/install directories) and recreated my projects from scratch; still have same issue.

Basically, it affects only some directories in my projects - directories which used to work before. They are not ignored anywhere (they do *not* appear as grayed out). 

Looking at the detailed logs, it seems like the difference between a file that works and one that doesn't is that "INDEXING_FINISHED" doesn't get triggered for  a file that doesn't get uploaded on save.

Any ideas?

Thanks.