Just updated a local test site to 5.3.0-RC1 and noticed this JS error in front-end display:
Uncaught TypeError: Node.appendChild: Argument 1 is not an object.
Probably related to this line:
<script> (function(){ document.addEventListener('DOMContentLoaded',function(){ var ai = document.getElementsByClassName('article-index'); var target = document.getElementById('mod_article_index'); target.appendChild(ai[0]); }); })(); </script>
Info:
this test site has no fancy extension,
no change has been made to cassiopeia template nor to its index.php.
It's a kind of low-level benchmark for my tests.
Labels |
Removed:
?
|
Labels |
Added:
No Code Attached Yet
|
Title |
|
Looks like this is the cause of your problem
https://www.richeyweb.com/joomla-techniques/joomla-article-index-in-a-module-position
Labels |
Added:
Information Required
|
Looks like this is the cause of your problem
https://www.richeyweb.com/joomla-techniques/joomla-article-index-in-a-module-position
@ghazal Could you check and report back if this is the case? Thanks in advance.
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-04-03 12:04:34 |
Closed_By | ⇒ | richard67 |
Closing as not an issue with the CMS core.
are you sure you dont have any extensions installed? I cant find
mod_article_index
anywhere