I face the "d4h/finediff' library not found" error while trying to view the details of the Action Log record. How to resolve it?
The d4h/finediff library is required for the correct functioning of the extension. The solution would be to install the library via Composer with the below command:
composer require d4h/finediff
Related Articles
I’m trying to install the module via composer, but the package is not found. How to resolve it?
Composer is the dependency manager that allows you easily download the required files on your server. The files are located on a remote server, or a repository, that you need to add to the list of “known” ones and authenticate to using the username ...
Does the extension log actions made via API functionality?
Since version 2.3.0, the extension logs actions performed both through the Admin Panel and API. Kindly note that the functionality is available as a part of an active product subscription or support subscription
Does the extension log actions done by the system, e.g. cron scheduler?
At the moment, the extension logs actions made by the Magento Admin Panel users only. It does not track actions of the Magento system itself: cron runs, re-indexation, etc.
How can I apply mass actions to a specific store view?
In order to apply a mass action (for example, Replace text) to a specific store view only, you may set a filter by store view on the product grid: As a result, all mass actions will only be applied to the selected store view. Please, note that ...
How to fix the "No alive nodes found in your cluster" error?
The "No alive nodes found in your cluster" error in Magento 2 typically occurs when Magento is unable to connect to the Elasticsearch service. This issue can arise from various factors such as Elasticsearch not running, network issues, incorrect ...