After a fresh install of 5.x.3.0, when trying to upload a document, the error is given:

WARNING: Unable to upload your data file into the dB Table 'drupal.dbfm_data' doesn't exist!

CommentFileSizeAuthor
#4 dbfm.install.patch681 bytesrooey

Comments

rooey’s picture

Assigned: Unassigned » rooey
Priority: Normal » Critical
rooey’s picture

we're aware of this, it's a typo in the installer - the dbfm_file table is created twice instead (duh).

Edit the dbfm.install, look for the second CREATE TABLE dbfm_file routine and change it to dbfm_data - patch on the way.

rooey’s picture

Status: Active » Needs review
rooey’s picture

StatusFileSize
new681 bytes
rooey’s picture

will be included in upcoming maintenance release 5.x.3.1

rooey’s picture

Version: 5.x-3.0 » 5.x-3.1
Status: Needs review » Fixed
rooey’s picture

Status: Fixed » Closed (fixed)
bwv’s picture

Component: Code » User interface
Priority: Critical » Normal

Hi, terrific module, thank you. I am getting the following message when I try to upload a text file:

WARNING: Unable to upload your data file into the dB
Table 'db748092.dbfm_data' doesn't exist

You may now close this window.

I checked the db and in fact the table does exist, but under a different name (foo_dbfm_data) as I am using a prefix.

Thanks for your assistance.