hi there,
[my problem]
i get "ReferenceError: Joomla is not defined" on my category pages.
my single-item-pages do not have that error.
i read
www.flexicontent.org/forum/21-troublesho...fined-in-script.html
, and i looked for /media/system/js/script.js, but that file does not exist.
[my setup]
joomla 3.4.1
FC 2.2.1 rc
my html-head up to the error looks like this:
---
<head>
<base href="[...]" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="[...]" />
<meta name="Author" content="[...]" />
<meta name="dcterms.rightsHolder" content="[...]" />
<meta name="revisit-after" content="[...]" />
<meta name="generator" content="[...]" />
<title>[...]</title>
<link href="[...]" rel="canonical" />
<link href="/j/templates/ba/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
<script src="/j/components/com_flexicontent/assets/js/tmpl-common.js" type="text/javascript"></script>
<script type="text/javascript">
var _FC_GET = [];
</script>
<script type="text/javascript">
(function() {
Joomla.JText.load({"FLEXI_APPLYING_FILTERING":"Filter anwenden","FLEXI_TYPE_TO_LIST":"... Typ f\u00fcr Liste","FLEXI_TYPE_TO_FILTER":" ... Typ f\u00fcr Filter"});
})();
</script>
[...]
---
what can i do to kill that error (and how did it happen)?
thanks a lot!
kath