David Feller
David Feller
Temporary workaround: - Download libicu52 from http://security.ubuntu.com/ubuntu/pool/main/i/icu/libicu52_52.1-3ubuntu0.4_amd64.deb - sudo dpkg -i libicu52_52.1-3ubuntu0.4_amd64.deb - sudo apt install appserver-dist
@alexander-schranz I did some testing and I think I was able to fix it locally. In https://github.com/sulu/sulu/blob/2.5/src/Sulu/Bundle/AdminBundle/Resources/js/containers/Link/Link.js#L118 title is always set to undefined if enableTitle is not true. In my...
@EliuFlorez I just stumbled across the same thing. Would you share your modifications to Http.php etc.?
I have the same problem. As a temporary workaround I ended up overriding $this->_symfonyEnvironmentEnvVarName (line 385) in DefaultConfiguration.php, but as @wyllyjon mentioned SF3.4 always seems to be handled like a...
I've overridden it only for testing purposes, but haven't had time to work on a proper solution, yet
@numediaweb: I agree with @YetiCGN. I did the same.