New to drupal, please excuse if there is a simple solution to this

I created a file filed in my content type so that we would be able to upload .pdf's

After I uploaded my first pdf I have this error:

user warning: Table 'pinmag.upload' doesn't exist query: SELECT * FROM files f INNER JOIN upload r ON f.fid = r.fid WHERE r.vid = 3 ORDER BY r.weight, f.fid in /Applications/MAMP/htdocs/pinnacle/modules/upload/upload.module on line 562.

Even after I erase this specific field type the error is still ther.
Unsure if there is something in the upload settings I need to configure or if I need another module installed in order to make this type of field work correctly.
Currently I have CCK installed, also I do not have FIleField Meta enabled - not sure if this has anything to do with it.

Any help would be greatly appreciated. Thanks!

Comments

elijah lynn’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

This doesn't appear to be related to upload_replace module. Given that this issue is 5+ years old let's close this. If anyone still has this issue please reopen.