User tests: Successful: Unsuccessful:
Pull request for #27239
Fixes a b/c breaking change from php 7.4
Create a new article with full php errors displayed using php7.4
Notice: Trying to access array offset on value of type null in C:\htdocs\joomla-cms\plugins\editors-xtd\readmore\readmore.php on line 52
After applying the PR the notice is gone and readmore plugin works normally
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Labels |
Added:
?
|
I have tested this item
A whole ondDisplay
are wrong. The thing that there no event getContent
:
$getContentResult = $this->getDispatcher()->dispatch('getContent', $event);
getContent
is not an event, and never was, it was editor "method", compare to Joomla 3:
joomla-cms/plugins/editors-xtd/readmore/readmore.php
Lines 41 to 47 in 2d1ea69
$this->_subject
that is Editor instance, if I right remember.
Need to review whole plugin.
same error here
Closed_By | Quy | ⇒ | joomla-cms-bot |
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-03-19 23:43:57 |
Closed_By | ⇒ | Quy |
Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/27327
Closing per PR #28401
I have tested this item✅ successfully on 007d5a4
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/27327.