I have just installed drupal, and tried to install a first module for it (taxonomy ticker).
Following the readme file of module I did all the steps. And i get this massage now on the top of my site:

warning: join(): Bad arguments. in C:\Sonia\WEB\Apache2\htdocs\drupal\modules\taxonomy_ticker\taxonomy_ticker.module on line 28.

user error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') AND 1 ORDER BY n.changed DESC LIMIT 0, 5' at line 1
query: SELECT n.nid, n.title, n.type FROM node n LEFT JOIN term_node r ON r.nid = n.nid WHERE n.status = 1 AND () AND 1 ORDER BY n.changed DESC LIMIT 0, 5 in C:\Sonia\WEB\Apache2\htdocs\drupal\includes\database.mysql.inc on line 66.

About my sfotware:

Apache 2.0.55
PHP 4.3.11
Drupal 4.6.5
Mysql 4.1.16

What is wrong? Can somebody help me?

Comments

paddy_deburca’s picture

Set up your categories, and in admin/settings/taxonomy_ticker assign categories to appear in the ticker...

Paddy.

http://deburca.org, and http://amadain.net

Sdvig’s picture

i don't get this message now... thanx
but for some reason viewing my site in firefox the text of ticker is "shaking"... in IE it's ok

Sdvig’s picture

in IE it's not workin at all if i add more then one "ticker". Do u know some other module? i really need it, scrolling text or something :-/

paddy_deburca’s picture

Maybe something could be added to te JS to avoid the flickering.

Paddy.

http://deburca.org, and http://amadain.net

mathieu’s picture

The taxonomy_ticker module does not support many tickers on the same page, because the javascript code depends on the "name" of the div.

As I find having many tickers at the same time quite annoying, I don't think I'll implement that feature. Though, if someone does that, I'll put it in..

On a side note, the bug that occured when there was no item in the ticker was just patched in both CVS and 4.6 branches.