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!
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | dbfm.install.patch | 681 bytes | rooey |
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!
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | dbfm.install.patch | 681 bytes | rooey |
Comments
Comment #1
rooey commentedComment #2
rooey commentedwe'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.
Comment #3
rooey commentedComment #4
rooey commentedComment #5
rooey commentedwill be included in upcoming maintenance release 5.x.3.1
Comment #6
rooey commentedComment #7
rooey commentedComment #8
bwv commentedHi, terrific module, thank you. I am getting the following message when I try to upload a text file:
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.