* warning: Invalid argument supplied for foreach() in /var/www/drupal-5.2/modules/taxonomy_ticker/taxonomy_ticker.module on line 34.
* warning: join() [function.join]: Bad arguments. in /var/www/drupal-5.2/modules/taxonomy_ticker/taxonomy_ticker.module on line 37.
* user warning: 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 /var/www/drupal-5.2/includes/database.mysql.inc on line 172.

Comments

frazras’s picture

it happens when I try to Activate the block in admin/build/block.

frazras’s picture

Component: Code » Documentation
Assigned: Unassigned » frazras
Priority: Critical » Normal
Status: Active » Needs review

False alarm due to unclear step 4 in readme file:

4. Go to admin/settings/taxonomy_ticker and select the [taxonomy, category]
that you just created.

/settings

is placed in the menu of drupal 5.3 as site configuration, this must be done for it to work

yrocq’s picture

Status: Needs review » Fixed

This bug is fixed in 5.x-1.x-dev.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.