MyBB Community Forums

Full Version: Need help please!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Ok guys my forums was fine couple of minutes ago and then i started getting this amazingly weird error that everytime someone tries to post a new thread they get some type of mysql error.


Can someone help me?


I didnt touch anything from Mysql just plugins ;/


help me please

error : Can not upload file - Too large for php post_max_size directive. Please press the back button.

And i am not even trying to upload?
have you installed a lot of plugins ? try removing last installed plugin files from server
Yeah Its not alot all of the plugins i dont use are removed the error has something to do with prefixes..


I installed a plugin then realized the damn thing has its own prefixes -_-

and now bam errors

this is what i get everytime i try to post

1054 - Unknown column 'prefix' in 'field list'

Solution found...


all you have to do is input this

ALTER TABLE mybb_threads ADD prefix SMALLINT( 5 ) UNSIGNED NOT NULL DEFAULT '0' AFTER subject;



Damn plugins DodgyDodgy