PHPStorm Deployment does not upload via VPN

已回答

If i try to create and deploy files from remotesite via PHPStorm IDE, files does not uploaded.

But when i create a file in Remotebrowser directly files saved on remotesite.

I'm working with VPN Tunnel.

0

Hello,

There may indeed be issues with deployment caused by VPN usage, such as the one described here.
Could you please confirm if disabling the VPN resolves the issue?

0

This do not describe and handle my problem.

If i create a file in the IDE with the Remote Host viewer, it created on remote side.

If i will create it localy on my side an after save and deploy manualy the file is not on remote site.

I can explore the remote files and read it as well.

0

2025-07-22 18:20:56,512 [1092747]   INFO - #inline.prompt.log - InlinePromptListener is installed to editor=EditorImpl[file:///Users/xxx/xxx/xxx/trunk/zz.php]
2025-07-22 18:21:15,147 [1111382]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2025-07-22 18:21:15,147 [1111382]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2025-07-22 18:21:15,224 [1111459]   INFO - #c.i.a.o.PathMacrosImpl - Saved path macros: {}
2025-07-22 18:21:17,285 [1113520]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2025-07-22 18:21:17,286 [1113521]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2025-07-22 18:21:44,970 [1141205]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2025-07-22 18:21:44,970 [1141205]   INFO - #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl - Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
 

0

Please perform the following for further investigation:
1. Enable additional debugging. 
For this, go to Help | Diagnostic Tools | Debug Log Settings and add the two lines below there:

com.jetbrains.plugins.webDeployment
com.intellij.ssh

2. Restart PhpStorm.
3. Create a file locally, and try to deploy it to the remote server.
4. Collect and upload logs from Help | Collect Logs and Diagnostic Data to https://uploads.jetbrains.com/.
5. Let me know the upload ID and the name of the file that was used for testing.

0

Upload ID: 2025_07_22_GVCPDw8JPWh7fQLWgBWf5M

0

I'm so stupid.

I checked the mappings in Deployment Configuration. There was a mistake in Path. I took a directory upper than i needed.

You can mark this Ticked as solved.

0

Glad to hear that the root cause of the issue has been found! 🙂
For a moment, you made me doubt the logs, as they only confirmed the successful transfer of a file:

FINE - #c.j.p.w.TransferOperation - Transferred: /Users/JDoe/.../.../.../zz.php
0

请先登录再写评论。