User tests: Successful: Unsuccessful:
Randomly when I run my DPMedia system tests, a deprecated warning pops up in the action logs module in the back end dashboard. I couldn't identify which core extension is writing a null value as it happens with DPMedia which has no action logs plugin, so it must be a core extension.
Nevertheless this should be caught as it is very much possible to write null values into the action logs table.
Review should be enough.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Category | ⇒ | Administration |
Status | New | ⇒ | Pending |
why should it?
Line 203: $value = $value ? htmlspecialchars($value, ENT_QUOTES, 'UTF-8') : '';
In case of $value = ''
, you will see less information, compared to the image above.
I don't know what exactly happens with DPMedia. I hope you can follow my reasoning.
Where is this code located?
Line 203 ...
It is not about the code change. All I wanted to say that it happens randomly during the tests which I can't pause and identify which extension is causing the issue.
Labels |
Added:
?
|
It is not about the code change. All I wanted to say that it happens randomly during the tests which I can't pause and identify which extension is causing the issue.
I understand, I wanted to offer you an alternative that provides just a little more information.
I have tested this item
Code review !
I have tested this item
Code viewed
Status | Pending | ⇒ | Ready to Commit |
RTC
Labels |
Added:
?
|
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2023-01-02 10:36:07 |
Closed_By | ⇒ | roland-d |
Thank you
Maybe the following code will give you a little more information?
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/39421.