Bart Vanderstukken
Bart Vanderstukken
When upgrading from 1.3.0 to 1.3.1 you get an error saying ```[VERSION_NOT_MATCH] The library and the sql schema have different versions (database tables v. 1.3.0, library v. 1.3.1). Please use...
Hi, I'm using the newly released chromePHP class 3.0 which is adapted to work with Chrome 17, but I'm getting the ERR_RESPONSE_HEADERS_TOO_BIG error. In earlier versions there used to be...
I'm not sure if this is the best fix. But it does seem to work. We'll properly test this some more during the coming days. But I already post this...
This is only an issue since I've upgraded to symfony 3.2. I have an ExamType form which has a collection of ExamVersionType forms. These latter contain 2 DatetimeType forms and...
this generates a fatal error error was introduced in bd30787fff8e6c76f730c630de1b0c0ad15e25ff
Cfr https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ Node 12 is deprecated and needs to be updated to node 16 (by summer 2023).
### Problem As #321 showed, there's an issue to upgrade the `psr/simple-cache` package since it changed its PHP constraint to `>=8.0.0`, and therefore this package's implementation of the `CacheInterface` in...
famoser's fork causes the following error > FatalThrowableError in ShibbolethListener.php line 54: Type error: Argument 6 passed to KULeuven\ShibbolethBundle\Security\ShibbolethListener::__construct() must be an instance of Symfony\Component\HttpKernel\Log\LoggerInterface, instance of Symfony\Bridge\Monolog\Logger given, called...
This commit will allow a configurable delay for each queue_listener. For example: ``` enqueue_elastica: transport: default doctrine: queue_listeners: - index_name: title type_name: title model_class: App\Domain\Model\Metadata\Title delivery_delay: 5000 ``` It may...
## Summary Currently the payment requests are made for the order amount, but this incorrect when using partial payments (which is supported in Shopware, even though it is not fully...