Error trying to display a block when using table prefixes
lourenzo - September 18, 2009 - 08:07
| Project: | Quickstats |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
user warning: Table 'database.node' doesn't exist query: SELECT nid, title, quickstats_views FROM node WHERE quickstats_views > 0 and DATE_SUB(CURDATE(),INTERVAL 30 DAY) <= FROM_UNIXTIME(created) ORDER by quickstats_views DESC LIMIT 0, 5 in /home/drupal/sites/all/modules/quickstats/quickstats.module on line 123.
The tar.gz package release contains SQL without brackets arround the tablenames, but I've checked and it's ok on the cvs branch DRUPAL-6--1 .
So I think it's just a matter of creating a new release
