2010/1/26 Rick Welykochy <r...@praxis.com.au>: > Hi all, > > Anyone have experience with the tag cloud feature in Koha? > > We have a Koha 3.00.02 and another 3.00.04 install. When I run the > build_browser_and_cloud.pl script, the tags table in the database > remains empty. > Hi Rick
What is the exact command you are running? Seems to work for me mysql> select count(*) from tags; +----------+ | count(*) | +----------+ | 0 | +----------+ ./misc/cronjobs/build_browser_and_cloud.pl -t 650 -c <tons of output then> 42366 records done in 420.151067018509 seconds select count(*) from tags; +----------+ | count(*) | +----------+ | 35453 | +----------+ Chris _______________________________________________ Koha-devel mailing list Koha-devel@lists.koha.org http://lists.koha.org/mailman/listinfo/koha-devel