You need to have one or more articles as featured on the home page
Update with last changes from 4.0-dev branch github, go to the frontend you will see the issue :
This change is causing the issue : c604191#diff-f16f36bed93f14aa31addbb48b984a3e77da598e5ebd014e7a5157409b6d3087
No error
PlgContentEmailcloak::_cloak(): Argument #1 ($text) cannot be passed by reference
Joomla! 4.0.6-dev
Php 8.0.14 and 8.1.1
MySQL 5.7.36
Labels |
Added:
No Code Attached Yet
|
Labels |
Added:
?
|
Hmm, ok.
Labels |
Removed:
?
|
I dont see how this was caused by my change - we have always passed $row->text
or $row
to the _cloak
method
If i remove the articles featured on the home page the error disappear
Im looking into it already - but fail to see the root cause as the code is technically the same.
ah I see... PR incoming
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-12-31 16:49:17 |
Closed_By | ⇒ | richard67 |
Similar to what is described in the (unrelated) PR #36503 , I think that the error is only thrown on PHP 8, so I set the corresponding label.