PHPStorm freezed since 2018.1

Since i have updated PHPStorm 2018.1, 2018.1.1 and 2018.1.2 they freezed, when i open a project with a folder this is mounted on external server.

(Windows 10 - Mounted-Folder-Connection)

What can i do for solve this problem?

(with 2017.3.6 this works well on the same configuration)

0
Avatar
Permanently deleted user

Hello,

Unfortunately, working with remote files directly, via network, is not a supported scenario.
PhpStorm has been designed to work with local copy of the project and mounted folder projects scenarios were not tested.

How exactly the folder is mounted? Try to map it as a network disk so it would have a drive letter and then check if it will work.

0

The folder is mounted and have a disk letter :-)

We have found, why this is failed. In the PHP-Project we have a upload-folder and this size is 85GB with thousend of files.
Now we have excluded this folder, and we don't have any problems.

We have only mounted folders, because we have many projects which based on different php-configurations and for all
we use VM's for PHP 5.2, 5.3, 5.4 ... but now I am lucky 

Thanks

0

请先登录再写评论。