Christian Plattner
Christian Plattner
The problem is that TYPO3 is not MySQL strict mode compatible. A work-around is to set `TYPO3_CONF_VARS[SYS][setDBinit]` to `SET SESSION sql_mode = "NO_ENGINE_SUBSTITUTION";`
Hi, thank you for the hint, I did not see you are using hat library, see the upstream issue https://github.com/tedious/Fetch/issues/218. No, I do not see necessity for setting it manually,...
@responseinformationsdesign that would be OK, but only when there is a note that this is highly insecure, and that there are better solutions to such issues, e.g. updating ca certificates...
@kartolo Exactly! Sorry for my techy bug report, I should have added "ways to reproduce" at least: This happens when you try to create a newsletter from an internal page;...
@akallabeth Regarding F-Droid: You're right about the sdk components and OpenSSL tag in the `prebuild` section, those are still necessary. However, The entire `build` section can be replaced by this...
Yes, but also there is no need to switch directories (popd...pushd) and setting ndk paths redundantly in environment variables any more!
Same here in current fdroid version 0.72.2. Any workaround for this?