Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Eugene Morozov
Total activity
3992
Last activity
November 30, 2023 16:16
Member since
January 25, 2016 13:42
Following
0 users
Followed by
3 users
Votes
32
Subscriptions
1640
Activity overview
Articles (0)
Posts (0)
Comments (2320)
Eugene Morozov
commented,
November 30, 2023 16:16
Could you please edit your composer.bat file and add the --no-plugins option there? The line should look like this: php "%~dp0composer.phar" --no-plugins %*Would that make the issue go?
Community
PhpStorm
Multiplying php processes
0 votes
Eugene Morozov
commented,
November 29, 2023 14:54
did I hit the trust button for a while, this server was able to enter my information and download them or look at my codes and information?No, don't worry. It only means that the IDE could make an ...
Community
PhpStorm
Server's Certificate is not trusted pop-up
0 votes
Eugene Morozov
commented,
November 28, 2023 13:11
Maybe it's Xdebug that makes everything slow?Could you please disable Xdebug completely for the PHP interpreter in %PATH% (make sure you don't have Xdebug mentioned in php -v) and check if the isss...
Community
PhpStorm
Multiplying php processes
0 votes
Eugene Morozov
commented,
November 28, 2023 10:43
Are you using WSL? It sounds like this one: WI-66458Please check if setting the Codeception path to /absolute/path/to/vendor/codeception/codeception/codecept helps.
Community
PhpStorm
Configure Codeception in IntelliJ Ultimate
0 votes
Eugene Morozov
commented,
November 28, 2023 10:40
It seems to happen from time to time when submodules get added or removed.Unfortunately, you can't fix this yourself. Please vote for WI-74888.The only workaround would be to actually configure you...
Community
IntelliJ IDEA Users
Disable automatic PSR-0 Detection
0 votes
Eugene Morozov
commented,
November 27, 2023 16:11
Could you please check if it also happens in a new empty project?If not, please check at what stage the umlaut gets replaced - on save, on upload?
Community
PhpStorm
Replacing German Umlaut
0 votes
Eugene Morozov
commented,
November 24, 2023 13:50
Ok, great, what should be the std behavior for the non-commas “C:\ProgramData\ComposerSetup\bin\composer.bat, show, --format=json, -a, --name-only”?For me on a random project, it runs for a while (...
Community
PhpStorm
Multiplying php processes
1 vote
Eugene Morozov
commented,
November 22, 2023 14:33
Command "," is not defined.Yep, that's why I wrote that you'll have to remove the separators.Got infinity loop with no commasAnd this is why you get hanging PHP processes. You need to find out why ...
Community
PhpStorm
Multiplying php processes
0 votes
Eugene Morozov
commented,
November 22, 2023 13:32
Please check if disabling Settings | Tools | Terminal | Add default project PHP interpreter to $PATH and opening a new terminal tab helps.
Community
PhpStorm
A problem with php in the terminal
1 vote
Eugene Morozov
commented,
November 21, 2023 15:18
Honestly, I don't know. This time, we only start the most basic commands like this one:Building process with commands: [C:\ProgramData\ComposerSetup\bin\composer.bat, show, --format=json, -a, --nam...
Community
PhpStorm
Multiplying php processes
0 votes