Hello,
I’ve been encountering a few issues with Eramba (Community) that seem related to its CakePHP underpinnings. I haven’t noticed these issues before – I upgraded to 3.22.0 last week, but I couldn’t say when they started as most of the applicaton is working fine.
- When accessing the ‘Reviews’ tab under ‘Asset Risks’, I receive an internal error. However, the ‘Reviews’ tab works as expected for other risk types. The error I’m seeing is:
[Crud\Error\Exception\MissingListenerException] Could not find listener class: ActivityLog.ActivityLog
. - On another page, specifically the database integrity check under settings, I get a different error:
Unknown method "getSection" called on Cake\ORM\Table
. The description suggests there might be issues with Auto-Tables and points to theSecurityPoliciesTreatment
table alias. - Additionally, with CakePHP’s debug mode activated, I see a ‘Cake’ icon. However, clicking on any menu items within this debug panel results in another error: ‘Record not found in table “panels”’.
I’ve tried clearing the cache to no avail. I’m not entirely familiar with the intricacies of CakePHP or Eramba’s structure, so any guidance or assistance would be greatly appreciated.
Thank you in advance for your help!