Mikhail Zhurov
Mikhail Zhurov
Hello. Sorry for the long answer. No, I use only EE version. My installation flow: - installed CE version - noticed that I can not use selfhosted Gitlab instance -...
У меня была аналогичная проблема, но я решил ее созданием команды, которая отвязана от ядра. Создаем класс, наследник от `\Symfony\Component\Console\Command\Command`, или любого другого его предка, но не `\Notamedia\ConsoleJedi\Application\Command\BitrixCommand`. В принципе...
Поправка. Заметил, что работает это только в том случае, если в dbconn стоит следующая опция ```php define("DELAY_DB_CONNECT", true); ``` Судя по всему она откладывает подключение к БД "на потом", и...
Facing same problem almost every day for a long time (2 years or so) with teammates (20+ persons). Not very critical for us, but annoying sometimes. Now on Mattermost Desktop...
+1 Will be very useful
Tried to call `/flush` method, which clears all keys from storage, and seems it correctly works. ``` curl -v -X PURGE http://localhost/souin-api/souin/flush * Trying 127.0.0.1:80... * Connected to localhost (127.0.0.1)...
@nickdnk Thank you for your notice! It's okay, it's a dev environment on my local workstation behind NAT, not available from internet directly.
I went deeper and it seems that lots of previous info are not related to FrankenPHP, but related to ApiPlatform. My fault was in misunderstanding cache key generation and flushing...