[Tab Tree] - shows no Tabs/Tree

stelli

Joined: 2009-09-03
Posts: 3
Posted: Thu, 2009-09-03 11:23

Hi,
i just installed the latest stable Gallery Version and Modules Tabs and Tab Tree. Tabs work now, after I fixed small issues:

- in tags/classes/TagHelper.class ([Error] Division by zero in line 476):

Added 2 lines

Quote:
476: if ($tagCount > $minCount) {
481: }

- in Callbacks: ([Notice] Undefined index: rawTagCount)

Quote:
71: $totalTagCount += $tag['rawCount'];

And Tab Cloud is showing my tags, but Tab Tree just shows nothing and there's no errors shown in event.log, apache error.log and even firefox error console(javascript) shows no issues - does anyone have any ideas how to fix this?

Here's my configuration:


Gallery URL = http://locationpics.contra.com/main.php
Gallery version = 2.3 core 1.3.0
API = Core 7.54, Module 3.9, Theme 2.6, Embed 1.5
PHP version = 4.3.10 apache2handler
PHPInfo Link (see FAQ): http://locationpics.contra.com/info.php
Webserver = Apache/2.0.53 (Linux/SUSE)
Database = mysqlt 4.1.10a, lock.system=flock
Toolkits = Exif, Getid3, LinkItemToolkit, Thumbnail, Gd, SquareThumb
Acceleration = none, none
Operating system = Linux mail 2.6.11.4-21.17-default #1 SMP Sun Aug 5 14:51:37 CEST 2007 x86_64
Default theme = matrix
gettext = enabled
Locale = en_US
Browser = Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)
Rows in GalleryAccessMap table = 14
Rows in GalleryAccessSubscriberMap table = 11
Rows in GalleryUser table = 2
Rows in GalleryItem table = 9
Rows in GalleryAlbumItem table = 2
Rows in GalleryCacheMap table = 0

And a link to my test-Gallery: http://locationpics.contra.com/

And help would be appreciated!

Stelli

P.S.: When using IE8 I get the following in the event.log:

Quote:
[Warning] array_filter(): The second argument, 'Array', should be a valid callback in file .../tagtree/classes/HierarchyTagFilter.class on line 49

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Thu, 2009-09-03 18:14
Quote:
Modules Tabs and Tab Tree

I have no idea what these are. Where did you get them?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
stelli

Joined: 2009-09-03
Posts: 3
Posted: Thu, 2009-09-03 18:54

Hi,
I got them from the Community Plug-Ins repository...
You can also find it here: http://codex.gallery2.org/Gallery2:Modules:tagtree

Best regards,

Stelli

P.S.: If anyone knows a plugin with similar functionality I'd also try it instead...

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Thu, 2009-09-03 18:55

Ah, tags and tag tree.

It appears to work for me. Try deleting that plugin from Site Admin > Plugins then re-download and re-install
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
stelli

Joined: 2009-09-03
Posts: 3
Posted: Thu, 2009-09-03 19:01

Hi,
tried that already - did You have a look at my configuration? - perhaps it interacts with another plugin? Or needs another version of PHP?

Best regards,

Stelli

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16503
Posted: Thu, 2009-09-03 19:10

I wouldn't even know where to begin other than basic trouble shooting. Start by uninstalling all plugins you are not using. I'd even uninstall everything except for the basic functionality, then try installing just the tags and tag tree plugin.

You could also dry putting gallery into debug mode and seeing if you get any other information from that. Copy and paste the debug output (NOT the Smarty debug window) into a text file, zip it and attach.
FAQ: How to set/use Gallery in debug mode?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here