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 changes made via mass actions?
Since v.2.6.0 Admin Actions Log extension adds compatibility with Amasty Mass Product Actions module, enabling logging for mass product updates. You can find the 'amasty/module-admin-actions-log-subscription-functionality' package for installing in ...
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 ...