-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined array key "traceHash" Error #294
Comments
@khalid-eyez Could you please send me a section of your configuration in which you configure the audit module? |
Here it is please ! @eluhr |
@khalid-eyez It looks like the problem is not caused by the audit module but by the debug module. Have you possibly reconfigured some things in the debug module or changed files directly in the vendor? |
@eluhr No...i did nothing on the debug module...i did not touch the vendor as well. |
FYI: |
@schmunk42 as i can see there is also introduction of $queryDataProvider and $callerDataProvider. Look at lines 152 and 153. I also bumped onto that wall when i was trying to skip this current error. |
PRs welcome, btw ;) |
Enhance DB panel with query caller and duplicate handling Refactor variable names for clarity and add functionality to handle duplicate query sums and query caller data. Removed unused method `calculateTimings` which simplifies the codebase and improves maintainability.
Add version 1.2.8 to changelog Include fixes for issue bedezign#294 related to DB Panel error with undefined trashHash. This ensures error tracking and user issue resolution are documented.
Any updates on this issue |
I have installed this extension the lastest version 1.2.7 following the documentation and works well except when clicking the database panel (DbPanel) it shows that error. see attached screeshots for more details..It seems that the bedezign\yii2\audit\panels\DbPanel::calculateTimings() is not adding the "traceHash" compared to the one from its parent yii\debug\panels\DbPanel::calculateTimings()... i am using yii 2.0.50 advanced project template
The text was updated successfully, but these errors were encountered: