Phoca Gallery Tree not showing in Front end
Posted: 16 Sep 2013, 11:31
Hello,
My website was hosted on a domain : antoinepissot.fr/roundtheworld/fr/2013-09-01-18-40-49/avant-le-tour-du-monde
On this URL, you can see the Phoca Gallery Tree Module working fine on the left side.
I transferred my website site to an other domain : www. letspack.org/index.php?option=com_phocagallery&view=categories&Itemid=115&lang=fr
And the Phoca Gallery Tree Module is not working anymore (only the module title is displayed)
Loooking closely at the HTML code of the web page I can see that the code for the tree is there :
And when I look at the Javascript console, I can see this error :
I tried re-installing phocagallery tree module => Didn't change anything
I tried de-activating SEF URLs => didn't change anything.
Any idea what is going wrong here ?
Best Regards
My website was hosted on a domain : antoinepissot.fr/roundtheworld/fr/2013-09-01-18-40-49/avant-le-tour-du-monde
On this URL, you can see the Phoca Gallery Tree Module working fine on the left side.
I transferred my website site to an other domain : www. letspack.org/index.php?option=com_phocagallery&view=categories&Itemid=115&lang=fr
And the Phoca Gallery Tree Module is not working anymore (only the module title is displayed)
Loooking closely at the HTML code of the web page I can see that the code for the tree is there :
Code: Select all
<div id="phocagallery-tree-module">
<center><div style="text-align:left;"><div class="dtree"><script type="text/javascript">
<!--
dtree_5236cbd287fbb = new dTree2548('dtree_5236cbd287fbb', '/modules/mod_phocagallery_tree/assets/');
dtree_5236cbd287fbb.add(0,-1,' Galleries','/index.php?option=com_phocagallery&view=categories&Itemid=115&lang=fr');
dtree_5236cbd287fbb.add(3,0,'Avant le tour du monde','/index.php?option=com_phocagallery&view=category&id=3:avant-le-tour-du-monde&Itemid=115&lang=fr');
document.write(dtree_5236cbd287fbb);
dtree_5236cbd287fbb.openTo(0,'true');
//-->
</script></div></div></center>
</div>
Code: Select all
Uncaught SyntaxError: Unexpected token this /modules/mod_phocagallery_tree/assets/dtree.js:1
Uncaught ReferenceError: dTree2548 is not defined
I tried de-activating SEF URLs => didn't change anything.
Any idea what is going wrong here ?
Best Regards