MyBB Community Forums

Full Version: 1054 - Unknown column 'forcedownload' in 'field list'
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay, so I'm trying to add .mp3 and .wav as attachment types for threads but get the following message when I try to save it.
https://i.imgur.com/EAf2NaS.png
https://i.imgur.com/aonyYwk.png

I tried using the AutoMedia plugin but it seems too complex for what I'm wanting to do. I also checked with my host about the max upload limit and it's 1G. I'm sure this is something simple. Hoping to get it figured out.

Thanks for reading this!

Scratch this thread.. sorry just now seeing the pinned one Matt posted.
The said column has been introduced in recent version with this PR
https://github.com/mybb/mybb/pull/4203/files

Your attachtypes table is probably missing this column because of an improper upgrade.
Cross check your database and make sure the column is present in said table or insert the desired column referring the PR commit.
(2021-08-23, 09:18 PM)effone Wrote: [ -> ]The said column has been introduced in recent version with this PR
https://github.com/mybb/mybb/pull/4203/files

Your attachtypes table is probably missing this column because of an improper upgrade.
Cross check your database and make sure the column is present in said table or insert the desired column referring the PR commit.

Thanks for your reply, effone! I got it situated. I didn't see Matt's pinned thread until after I posted this one. You guys can removed this one.

Thanks again for the help!