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
Comment #1
ChrisKennedy commentedThis 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...
Comment #2
alexis commentedCorrected in both 4.7 and 5.0 versions of Quickfile and commited to CVS.
Please confirm if working fine now.
Thanks!
Comment #3
ChrisKennedy commentedLooks good to me.
Comment #4
(not verified) commented