When drupal is installed with prefix added to tables name ("dr_" for example), each table in each third party module generates an error if it is not prefixed too.
An error such as below occures :
Table 'drupalbeta52.dr_quickfile' doesn't exist query: SELECT e.price FROM dr_quickfile e WHERE e.nid = 3 in C:\xampp\htdocs\drupalbeta52\includes\database.mysql.inc on line 167.

Comments

ChrisKennedy’s picture

Project: Drupal core » Quickfile
Version: 5.0-beta2 » 5.x-1.x-dev
Component: mysql database » Code

This is an error in the quickfile module's .install file, which doesn't use braces for the table name:
http://cvs.drupal.org/viewcvs/drupal/contributions/modules/quickfile/qui...

alexis’s picture

Corrected in both 4.7 and 5.0 versions of Quickfile and commited to CVS.

Please confirm if working fine now.

Thanks!

ChrisKennedy’s picture

Status: Active » Fixed

Looks good to me.

Anonymous’s picture

Status: Fixed » Closed (fixed)