Turn up error reporting to development
No errors or warnings.
Warning: count(): Parameter must be an array or an object that implements Countable in /home/********/public_html/plugins/content/fields/fields.php on line 97
systeminfo-2020-10-04T21 15 16+01 00.txt
PHP 7.3.22
Warning: count(): Parameter must be an array or an object that implements Countable in /home/******/public_html/plugins/content/fields/field
it seems the important part is missing from that message the filename and the line ;)
Yes, odd that I managed that! I have corrected.
hmm how did you trigger that message? Seems this is the case once here: https://github.com/joomla/joomla-cms/blob/staging/plugins/content/fields/fields.php#L95 the return from FieldsHelper::extract($context);
is NULL
And that is only the case when the context is not correct as it looks like:
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-10-04 21:00:03 |
Closed_By | ⇒ | uglyeoin |
It turns out another component was calling the content which cause this issue. I had turned it off but the other component was cached (Smart Slider 3).
it seems the important part is missing from that message the filename and the line ;)