Warning: Invalid argument supplied for foreach() in \components\com_tags\View\Tag\Html.php on line 320
Can be fixed by adding an if
statement before the foreach
loop
if ($this->item !== null)
but not sure that's the best approach
Labels |
Added:
?
|
Also without any tags in the sample data?
Even without sample data, still works fine
hmm i can no reproduce this on a clean install 4.0 ?
Category | ⇒ | com_tags |
Status | New | ⇒ | Discussion |
Hmm, ok let me install a fresh copy of J4 as I haven't done so in a while. Will report back later on
Reinstalling J4 worked
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-07-29 12:09:41 |
Closed_By | ⇒ | C-Lodder |
hmm the exact same code is used in staging. Can you reproduce that on staging too? Maybe it is just because of missing sample data for that module?