I am facing this error on Magento backed Grid page loading. Type Error occurred when creating object: MagentoUiComponentDataSource, Argument 2 passed to MagentoUiComponentDataSource::__construct() must implement interface MagentoFrameworkViewElementUiComponentDataProviderDataProviderInterface, instance of CatwalkCustomersPendingReviewsModelResourceModelOrderReviewGridCollectionInterceptor given my code in Catwalk/CustomersPendingReviews/Model/ResourceModel/OrderReview/Grid/Collection.php <?php namespace CatwalkCustomersPendingReviewsModelResourceModelOrderReviewGrid; use MagentoFrameworkViewElementUiComponentDataProviderSearchResult; use MagentoFrameworkDataCollectionDbFetchStrategyInterface; use MagentoFrameworkDataCollectionEntityFactoryInterface; use MagentoFrameworkEventManagerInterface; use MagentoFrameworkModelResourceModelDbAbstractDb; use PsrLogLoggerInterface; […]
Blog
A couple months ago, my work issued Windows 10 laptop started muting the sound when the speaker is changed (e.g. plugin/unplug my headphones) and I have to manually unmute. This appears to only be happening on my laptop and not any of my teammates’. I can’t find any setting that […]
Thi is a process / utility that seems to be presente on all chromium based browsers and it is causing freezes on a laptop with HDD storage. There is not much information available of this feature but reading chromium forums it is described as it was some analog to EICAR […]
Where in Windows in regedit.exe (registry editor) are the keys responsible for network connections, network, proxy, VPN, etc.? I accidentally changed something in one of the keys earlier, but I don’t remember what key it is and that’s why I can’t connect to VPN now (error 800) I know that […]
I used ffmpeg to transcode an MP3 audio file to opus (using libopus option) at 32kbps and 24kHz sample rate. Then I called ffprobe to retrieve the bitrate (stream=bit_rate option). The result I got was N/A. If I use opusinfo.exe to retrieve the bitrate of the same file, I get […]
I do no longer seem to be able to connect Outlook to the mailserver. My mail server requires a login name, not an e-mail address. To login to the IMAP server, I need to use name and not name@mailserver.nl. Is it possible to use a username that is different from […]
I have added a button in store config. I want to display success message in ajax return. Magento default success message in admin require( [ 'jquery' ], function ( $ ) { $('body').on('click', '#resetimportproduct', function () { var self = $(this); var url = "<?php echo $block->getAjaxCheckUrl(); ?>"; try { […]
I’ve not installed any new plugins or made any version updates recently. But today I tried to open the Sales > Orders page on my Magento 2.4.5 instance backend admin, it shows an error: [2025-02-26T04:04:59.571219+00:00] main.ERROR: Unable to unserialize value. Error: Syntax error [] [] [2025-02-26T04:04:59.574194+00:00] main.CRITICAL: InvalidArgumentException: Unable to […]