Closed (duplicate)
Project:
Advertisement
Version:
6.x-2.2-rc1
Component:
ad module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2009 at 05:42 UTC
Updated:
1 Dec 2009 at 06:42 UTC
* user warning: Table 'drupal.ad_statistics' doesn't exist query: SELECT COUNT(*) FROM ad_statistics WHERE action NOT IN ('view', 'click') AND aid = 8 in ....../sites/all/modules/ad/ad.pages.inc on line 264.
at line of file ad.pages.inc,
$sql = "SELECT * FROM ad_statistics WHERE action NOT IN ('view', 'click') AND aid = %d";
should be
$sql = "SELECT * FROM {ad_statistics} WHERE action NOT IN ('view', 'click') AND aid = %d";
thanks
Comments
Comment #1
jeremy commentedDuplicate: #646066: DB error - missing brackets ad.pages.inc