Misael Gomes

Results 9 comments of Misael Gomes

Magento 2.4.4 [2022-04-13T12:52:34.090875+00:00] main.CRITICAL: Magento\Framework\Exception\NoSuchEntityException: Id do endereço inválido 10781 em /var/www/html/vendor/magento/module-quote/Model/ QuoteAddressValidator.php:79

> > this is not related to this module, this is related for facebook sdk > > True, but this module is using the facebook SDK. The facebook SDK repository...

Keeping the current version is more important than maintaining compatibility in terms of security. In my opinion. Anyway, it is still possible to keep the code compatible and up to...

SDK has now suport for php 8.1 https://github.com/facebook/facebook-php-business-sdk/releases/tag/15.0.1

my temporary fix $loader = AliasLoader::getInstance(); $loader->alias(QueryDataTable::class, RedatiQueryDataTable::class);

yes, in new instalation all steps https://yajrabox.com/docs/laravel-datatables/10.0/quick-starter php artisan vendor:publish --tag=datatables cp vendor/yajra/laravel-datatables-oracle/src/QueryDataTable.php app/ changue namespace namespace to App; changue config/datatables to and use use Yajra\DataTables\DataTableAbstract. 'query' => App\QueryDataTable::class, in...

você usa replicação de banco de dados?

algum campo null esta dando problema na linha https://github.com/pagarme/ecommerce-module-core/blob/cec3f0e0f4bfd51418d1038ddeec29ad0d921f31/src/Kernel/Log/BlurData.php#L34 pode ver que a função requer uma string e não aceita null: private function blurStringSensitiveData(string $value, $delimiter) vai precisar localizar esse...

verifiquei que já existe os retornos de erros coretos, falta apenas exibir eles traduzidos, eu passei a coltetar esses erros e vi que acontece com frequencia, porém as pessoas ficam...