Resolving directories/files on remote server
On my local Linux server, PHPStorm has no problem resolving directories...

But on the remote server, with exactly the same directory structure, I see this...

This has just started. Don't know what is causing it. The server IS finding the files as it render the page properly. I'm sure I can find the inspection that is causing the problem and delete it but I want to understand the problem.
请先登录再写评论。
How exactly do you work with sources on the remote side?
Basically, here, PhpStorm is trying to resolve paths relatively to 1) the project root 2) the resource roots.