Hi,

I have a bug in test pager of reports module.

When I go to this page, I have a SQL error :

I think it's because I put a prefix to my table, the request search "node" table, but the name of my table is "dp_node", so I think the author forgot to put table prefix variable for this request.

    * user warning: Table 'myDB.node' doesn't exist query: SELECT n.title, n.nid FROM node n in D:\Taf\drupal\www\includes\database.mysqli.inc on line 151.
    * 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 '' at line 1 query: SELECT in D:\Taf\drupal\www\includes\database.mysqli.inc on line 151.
    * user warning: Table 'myDB.node' doesn't exist query: SELECT n.title, n.nid FROM node n ORDER BY n.title ASC LIMIT 0, 10 in D:\Taf\drupal\www\includes\database.mysqli.inc on line 151.

PS : I use drupal 5 with mysqli

Comments

harry slaughter’s picture

Assigned: Unassigned » harry slaughter
Status: Active » Closed (fixed)

Sorry, the test reports were a little too crude. I've cleaned them up so they won't cause this problem