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 230634 - No Output on save in PHP editor (No built-in FTP-Uploading) - but test is positive in project Properties > Run Configuration > Manage... > Test Connection (runs fine in NB7.3 with exactly the same FTP-config)
Summary: No Output on save in PHP editor (No built-in FTP-Uploading) - but test is pos...
Status: RESOLVED INCOMPLETE
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-03 03:28 UTC by linkmatrix
Modified: 2013-06-03 06:42 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE log (57.39 KB, text/plain)
2013-06-03 03:28 UTC, linkmatrix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description linkmatrix 2013-06-03 03:28:23 UTC

    
Comment 1 linkmatrix 2013-06-03 03:28:26 UTC
Created attachment 135244 [details]
IDE log
Comment 2 Tomas Mysik 2013-06-03 05:03:00 UTC
Have you set upload-on-save option?

Thanks.
Comment 3 Vladimir Riha 2013-06-03 05:07:04 UTC
It works for me, output is being printed to output window and file is uploaded on save. I'll try Windows as well and comment here in case of any troubles.


Product Version: NetBeans IDE Dev (Build web-main-10685-on-20130601)
Java: 1.7.0_25; Java HotSpot(TM) Client VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b13
System: Linux version 3.2.0-44-generic-pae running on i386; UTF-8; en_US (nb)
Comment 4 Tomas Mysik 2013-06-03 06:42:14 UTC
Reporter replied in a private e-mail - yes, he uses upload-on-save.

Could you please:

* attach here a sample project we can play with;
* start your NetBeans from command line with:

-J-Dorg.netbeans.modules.php.project.copysupport.level=FINE

and attach here the IDE log?

Also, you can try the very latest dev build since this functionality used to be broken some time ago.

Thanks.