MyBB Community Forums

Full Version: MyBB SQL error [need help]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone,

So my Mybb forums have been online for about 1-2 months now and I had no problems at all. Recently my webhost had some problems and my website was down for afew days.

Now it's up again but my forums aren't working I'm getting a SQL error and I don't know how to fix this. Any idea how I can fix it?

Url to my website/forum: Tizenx-rsps.com/forums
I am using myBB 1.6 I think.
Screenshot: [Image: t5ly4o.jpg]

Thanks in advance,
Run this query on the database:

repair table mybb_sessions 

And i am curious how you "think" you are using 1.6 ? Smile
Run this query via phpmyadmin:

REPAIR TABLE mybb_sessions;

EDIT: ninja'd
(2013-02-15, 04:00 PM)Jovan J. Wrote: [ -> ]Run this query on the database:

repair table mybb_sessions 

And i am curious how you "think" you are using 1.6 ? Smile

Thanks for the help!
I didn't instal the forums and never paid attention on the version :p
I found 1.6 somewhere in the files.
(2013-02-15, 04:03 PM)jam1x Wrote: [ -> ]
(2013-02-15, 04:00 PM)Jovan J. Wrote: [ -> ]Run this query on the database:

repair table mybb_sessions 

And i am curious how you "think" you are using 1.6 ? Smile

Thanks for the help!
I didn't instal the forums and never paid attention on the version :p
I found 1.6 somewhere in the files.

You should check do you run the latest MyBB release 1.6.9, it's really important for your forum security.