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?

0
3 comments
Avatar
Permanently deleted user

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.

1
Avatar
Permanently deleted user

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?

0

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 ...).

0

Please sign in to leave a comment.