Hi,

This is what I get when I clic on 'My classified Ads List' :

    * user warning: Unknown column 'node_counter.nid' in 'on clause' query: SELECT COUNT(*) FROM drp_node n, drp_edi_classified_nodes ec LEFT OUTER JOIN drp_node_counter ON node_counter.nid = ec.nid WHERE n.vid = ec.vid AND n.uid = 1 in /home/o2zonem/www/includes/database.mysql.inc on line 172.
    * user warning: Unknown column 'node_counter.nid' in 'on clause' query: SELECT * FROM drp_node n, drp_edi_classified_nodes ec LEFT OUTER JOIN drp_node_counter ON node_counter.nid = ec.nid WHERE n.vid = ec.vid AND n.uid = 1 ORDER BY title ASC LIMIT 0, 50 in /home/o2zonem/www/includes/database.mysql.inc on line 172.

I'm on drupal 5.1 with PHP 5.2.5
Can you help ?
thanks.

Comments

mcurry’s picture

Category: bug » support

You need to enable and configure the statistics module. The classified ads module detects the statistics module being enabled before using those tables, but it is possible that it is not properly installed or configured on your system.

Please verify the statistics module configuration, including the settings to enable the module as well as the collection settings at /admin/logs/settings

fgm’s picture

Status: Active » Fixed

mcurry provided the answer in 2008: marking fixed.

Status: Fixed » Closed (fixed)

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