Dominik Korčák
Dominik Korčák
I have a problem, After updating, datagrid started throwing this error ... ``` Ublaboo\DataGrid\Exception\DataGridFilterNotFoundException Session filter: Filter [_grid_per_page] not found ``` ``` use Latte\Runtime as LR; 5: 6: final class...
Zdravím, našel jsem chybku při vytváření platby na php 8.1 a to `preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated` řešení je: `return preg_replace('~~i', "\n", $input...
Hi, I don't know if anyone has solved it, but when a handle method is executed (short, reset filter, pagination) then mass action checkboxes disappear. And a redirect must be...
Čau, mám dotaz snažím se přijít na to jak správně z Action metody nastavit multiplieru defaultní hodnoty tak jako se klasicky dělá. viz... ``` $this['eventTermForm']->setDefaults([ 'terms_id' => $terms->terms_id, 'event_id' =>...
Hi, I need upload image and last froala this no problem and new froala this upload and error: `Fieldname is not correct. It must be: file` Php ```/** * @throws...
Hi, according to the gopay documentation, it goes this way. ``` $encryptedSignature = GopayHelper::encrypt( GopayHelper::hash( GopayHelper::concatPaymentCommand($targetGoId, $paymentSessionId, $secureKey) ), $secureKey); ``` But the data that my response returns is ```...
When trying to log an error to slack, the application will return me. `File: ...\ExceptionStackTraceFormatter.php:27` ``` 17: $context = clone $context; 18: $attachment = $context->createAttachment(); 19: $attachment->setText(sprintf('*Stack trace* (_%s_)', get_class($exception)));...