Upload on save not working
Hi,
the auto upload on save does not wok.
When I try to upload manually, via the context menu in the remote explorer, I get the message: No files or folders to process.
Before that I edited a file. When I click strg+s nothting happesn, it get neither stored, nor uploaded. here my settings:

I am also wondering about the green background.
Is there something wrong with my settings?
Why does the upload not work?
Why the green background in the file explorer window?
Many Thanks in advance!
Please sign in to leave a comment.
Hi there,
>he auto upload on save does not wok.
Upload on Save must be enabled first. And one of the servers must be selected as Default for this project (which I believe you have done already).
Better even enable the "Visible only for this project" option for such entry (so the deployment entry will be visible for this project and not available in another one).
Please refer to this official how-to/manual: https://confluence.jetbrains.com/display/PhpStorm/Deployments+in+PhpStorm
>Why does the upload not work?
Could be the path mappings -- trying to upload the file that it not part of the project or excluded (or IDE does not know where to upload it).
Try creating the deployment entry again -- sometimes helps (although it just works for me).
>Why the green background in the file explorer window?
From https://confluence.jetbrains.com/display/PhpStorm/Deploying+PHP+applications+with+PhpStorm
"In the screenshot above, some files are displayed with a green background. These files are the files that are in our local project. This coloring is based on the mappings created earlier."
Are there any special characters in any of the paths (percent signs or anything else)?
Also please check Excluded Paths tab for any paths there that would match project or remote paths.
It's also worth enabling deployment debug info collection as per https://intellij-support.jetbrains.com/hc/en-us/articles/207241115-How-to-Collecting-PhpStorm-WebStorm-debug-Logs then reproduce the issue and check Help > Show Log in Explorer > idea.log for any clues.