Marvin Schröder
Marvin Schröder
OK, it works.. But it ignores always the first item of the config array, if this item is an array.. So when using `config('messages.attachments.allowed_extensions')` this is recognized by the plugin:...
We also run into this problem with FileZilla Server v1.3.0
We also run into this problem with FileZilla Server v1.3.0
Unfortunately, I currently do not have the time to submit a PR. In the meantime i found another bug with the Bootstrap 4 checkbox: Line used: ```php Former::checkbox('test')->text('Test'); ``` Rendered...
Ok, this works. But why didn't it work standalone? I defined my environment as production and everything was set up right.
A re-implementation of trim() would be very helpful.
We get this error also on TYPO3 v11.5.41, PHP 8.3.13 and tomasnorre/crawler v11.0.10. This is/was bloating the sys_log table with over 3 million rows. Kindly asking for a fix :)
What about simply using the code from the `main` branch for the `v11.x` branch? The errors disappear at my side if i use the code from the `JsonCompatibilityConverter.php`
Sorry to bother you @tomasnorre but we still get errors with the newest plugin version 11.0.11, Typo3 v11 and PHP 8.3.13: `Core: Error handler (BE): PHP Warning: unserialize(): Error at...
In the official RFC of the unserialize change, your @cweiske mentioned code is also given as a "fallback" to "reliably handle these currently". See https://wiki.php.net/rfc/improve_unserialize_error_handling last part of "Introduction". Here...