Closed YevhenZvieriev closed 4 months ago
Your screenshots show System PHP, not the phpfpm container settings. It needs to be set to phpfpm, not the system PHP binary.
Also note that you need to choose "Connect to existing container" in one of those configs, as "Always create new container" will add tremendous overhead to the setup, and can cause the issue that you are experiencing. This should all be documented in the course and related lessons.
Hi, @markshust
Really! I changed the Lifecycle from "Always create new container" to "Connect to existing container" and it fixed the infinity loop.
It works for me, thanks!
I am following this tutorial https://courses.m.academy/courses/487758/lectures/52642491 from M.Academy, but I get an error:
Before this I get an infinity loop when trying to refactor code:
It is my PHPCSF and PHPCS configurations:
I found it can be fixed by installing PHPCS locally instead of Docker.
Has anyone experienced this?