Error: Cannot resolve file ~
print("<a href=test.php">Test</a>);
Error: Cannot resolve file 'test.php'
IDE doesn't recognize remote server's file.
'test.php' is certainly in my aws server, but IDE makes error highlight on 'a href=test.php'.
How can I remove this error?
Please sign in to leave a comment.
Hello,
If the file is not present in the project at the local side, it's impossible to resolve it.
More details on your environment and what you try to achieve are appreciated.
I've accessed to aws server through Remote Host Browser, and opened source files from there.
Is it impossible to resolve the issue even though with connection to remote server?
You would need to have a copy of that file locally in order to resolve the issue.
Otherwise just disable this inspection for this statement or for the project (alt/cmd+enter > suppress inspection ...).