Phoca Gallery Tree not showing in Front end

Phoca Gallery modules - modules for Phoca Gallery extension
Tonio123
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 28 Jul 2008, 08:44

Phoca Gallery Tree not showing in Front end

Post by Tonio123 »

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 :

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>
And when I look at the Javascript console, I can see this error :

Code: Select all

Uncaught SyntaxError: Unexpected token this /modules/mod_phocagallery_tree/assets/dtree.js:1
Uncaught ReferenceError: dTree2548 is not defined 
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
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48386
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery Tree not showing in Front end

Post by Jan »

Hi, on that page (second url) I see no javascript problem, for me everything is working there :idea:

Jan
If you find Phoca extensions useful, please support the project
Post Reply