Open sagikazarmark opened 8 years ago
Anyone?
Hi, @sagikazarmark
will take a look in your case shortly, but it needs some investigation and will take a time can you please try to configure any of your fields as auditable to check that Exception will go away (or not)? this will help to accelerate the issue investigation
@alex-n-2k7 Thanks for your answer.
Actually, I think the data audit is only one part of the problem.
For example this is happening to me as well: https://www.orocrm.com/forums/topic/error-when-viewing-a-user-in-oro-bap
Using 1.9.2
(Update: the solution was the same: set a higher priority for oro_ui.view.listener
)
Here is my fix that seems to solve at least one part of the problem:
https://github.com/webplates/platform-standard/commit/ae7fd4b9658c727f68df199b2ac78e3f878aac02
Unfortunately after upgrading to 1.10 the issue still persists. Please see my latest comment in #287, I described an isolated environment there where I was able to reproduce this issue as well.
I regularly have a strange bug, which I don't really know what could cause.
The latest log:
It says a template cannot be found (which is actually in that bundle, under the widget directory). It already happened sometimes in the past for example on the user profile view page (with a different template name of course, but the pattern was the same).
I suspect that there is some misconfiguration/error that happens in the background, but without a proper error, I cannot really solve it.
This is my entity where I am trying to do data audit:
As you can see, I haven't configured data audit for any fields, don't know if it is necessary, haven't checked it yet. However, even if it is a misconfiguration, I think I should get a better error message.