I'm sorry likewise, I don't mean to be a curmudgeon, but please be more specific when asking questions in here. Again, forgive my crankiness...
Do you get any other information besides "Unknown column 'user_permissions' in 'field list' [1054]". A page reference? I guess I'd do one of two things:
Do a search of your code for "user_permissions" and pull it out of SQL queries.
Create a new "user_permissions" column for each table you suspect may need it until error goes away. (last resort and not recommended.)
Obviously, you will get better responses in the forum for this software. For example, if this is phpbb, the guys over there will be more familiar with the forum code and how to debug it.
It seems this sort of thing happens when a newly implemented release of the source code does not match the old database schema.
Good luck!