Konstantin Zamyakin
Konstantin Zamyakin
i do: ``` $ git reset --hard HEAD $ git st # On branch sfMelodyPlugin nothing to commit (working directory clean) $ ./symfony plugin:install sfPropelOAuthPlugin >> sfSymfonyPluginManager Installation successful for...
here's test project with this error https://github.com/sc0rp10/sfMelodyPluginPropelTestProject
can you update version on symfony website?
@Mad4T please take a look to [log_limit](https://www.php.net/manual/en/install.fpm.configuration.php#log-limit) setting of php-fpm: it was the key to solving a similar problem in my case (I'm writing this mostly for folks from google)....
@ekzhang We’re encountering the same issue: after any connection interruption, it becomes impossible to reconnect the client using a fixed host-port due to a “port already in use” error. This...
Our setup uses a self‑hosted server to make remote devices accessible over the Internet. However, after certain client actions (we’ve identified a 100% reproducible sequence, though it’s complex to describe),...
> If you want to configure this on your server, you can either tune sysctl's like net.ipv4.tcp_retries2 and net.ipv4.tcp_rto_{min,max} or patch bore with a couple lines of code to change...