1.0.9 works, but there's no chance to get 1.0.11 working.
Too many changes.
Error messages.
View ist not installed (is located in /config/optional)
InvalidArgumentException: A valid cache entry key is required. Use getAll() to get all table data. in Drupal\views\ViewsData->get() (line 137 of core/modules/views/src/ViewsData.php).
Please repair.
Modul is currently not working.
Issue fork admin_audit_trail-3618801
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
rajab natshahConfirmed and fixed in !47: the Views hooks class was never registered as a service, so hook_views_data() disappeared when admin_audit_trail.views.inc was removed. Thank you for the stack trace.
Comment #5
rajab natshahReproduced on Drupal 10.6.15: hook_views_data() is missing, so Views has no data for the table. OOP hook discovery is Drupal 11.1+ only, and views_data was the one hook left without a procedural wrapper when admin_audit_trail.views.inc was removed. Drupal 11.4 is unaffected.
Also found: the report view is not created when Views is enabled in the same command as the module, and a fresh install skips the repair update.
!47 fixes both, with tests. Verified on Drupal 10.6.15 with all submodules: report renders, 14 events logged, no errors.
Comment #6
rajab natshahZugriff, What is the version of Drupal you are using?
Comment #8
rajab natshahComment #9
rajab natshah✅ Released admin_audit_trail-1.0.12
Comment #11
drupalfan2 commentedGood work.
Thank you.