[Koha-devel] no success with build_browser_and_cloud.pl

Chris Cormack chris at bigballofwax.co.nz
Tue Jan 26 07:34:26 CET 2010


2010/1/26 Rick Welykochy <rick at 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



More information about the Koha-devel mailing list