Cześć, mam errory sql w mybb, czy możecie mi pomóc - głupie pytanie

mam
http://serious-rp.xaa.pl/changes.php i gdy chcę napisać nową zmianę a raczej już ją dodać to wyskakuje error sql
Kod
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Zmiany'','Wczoraj pod wieczór dodaliśmy parę nowych możliwości na forum i w' at line 3
Query:
INSERT INTO mybb_changes (`title`,`text`,`dateline`,`category`) VALUES ('Nowa podstrona 'Zmiany'','Wczoraj pod wieczór dodaliśmy parę nowych możliwości na forum i właśnie jedna z nich i praktycznie najważniejsza to właśnie ta podstrona.','1295878927','forum')
tabela
CREATE TABLE IF NOT EXISTS `mybb_changes` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` varchar(255) COLLATE utf8_polish_ci NOT NULL,
`text` text COLLATE utf8_polish_ci NOT NULL,
`dateline` int(44) NOT NULL,
`category` varchar(255) COLLATE utf8_polish_ci NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_polish_ci AUTO_INCREMENT=10 ;
mam panel do gry sa-mp
http://serious-rp.xaa.pl/gamecp.php i gdy chcę napisać aplikacje
http://serious-rp.xaa.pl/gamecp.php?action=register to wyskakuje error sql i także mybb

Kod
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Query:
SELECT * FROM mybb_users WHERE uid=
gdy wchodzę w usercp i edytuj profil a następnie aktualizuj to wyskakuje error sql mybb
Kod
MyBB has experienced an internal SQL error and cannot continue.
SQL Error:
1054 - Unknown column 'm.isgroup' in 'where clause'
Query:
SELECT m.*, u.username, u.usergroup, u.displaygroup FROM mybb_moderators m LEFT JOIN mybb_users u ON (m.id=u.uid) WHERE m.isgroup = '0' ORDER BY u.username
mybb_users z mojego forum
CREATE TABLE IF NOT EXISTS `mybb_users` (
`uid` int(10) UNSIGNED NOT NULL AUTO_INCREMENT,
`username` varchar(120) NOT NULL DEFAULT '',
`password` varchar(120) NOT NULL DEFAULT '',
`salt` varchar(10) NOT NULL DEFAULT '',
`loginkey` varchar(50) NOT NULL DEFAULT '',
`email` varchar(220) NOT NULL DEFAULT '',
`gs` varchar(6) NOT NULL DEFAULT '0',
`postnum` int(10) NOT NULL DEFAULT '0',
`avatar` varchar(200) NOT NULL DEFAULT '',
`avatardimensions` varchar(10) NOT NULL DEFAULT '',
`avatartype` varchar(10) NOT NULL DEFAULT '0',
`usergroup` smallint(5) UNSIGNED NOT NULL DEFAULT '0',
`additionalgroups` varchar(200) NOT NULL DEFAULT '',
`displaygroup` smallint(5) UNSIGNED NOT NULL DEFAULT '0',
`usertitle` varchar(250) NOT NULL DEFAULT '',
`regdate` bigint(30) NOT NULL DEFAULT '0',
`lastactive` bigint(30) NOT NULL DEFAULT '0',
`lastvisit` bigint(30) NOT NULL DEFAULT '0',
`lastpost` bigint(30) NOT NULL DEFAULT '0',
`website` varchar(200) NOT NULL DEFAULT '',
`icq` varchar(10) NOT NULL DEFAULT '',
`aim` varchar(50) NOT NULL DEFAULT '',
`yahoo` varchar(50) NOT NULL DEFAULT '',
`msn` varchar(75) NOT NULL DEFAULT '',
`birthday` varchar(15) NOT NULL DEFAULT '',
`birthdayprivacy` varchar(4) NOT NULL DEFAULT 'all',
`signature` text NOT NULL,
`allownotices` int(1) NOT NULL DEFAULT '0',
`hideemail` int(1) NOT NULL DEFAULT '0',
`subscriptionmethod` int(1) NOT NULL DEFAULT '0',
`invisible` int(1) NOT NULL DEFAULT '0',
`receivepms` int(1) NOT NULL DEFAULT '0',
`receivefrombuddy` int(1) NOT NULL DEFAULT '0',
`pmnotice` int(1) NOT NULL DEFAULT '0',
`pmnotify` int(1) NOT NULL DEFAULT '0',
`threadmode` varchar(8) NOT NULL DEFAULT '',
`showsigs` int(1) NOT NULL DEFAULT '0',
`showavatars` int(1) NOT NULL DEFAULT '0',
`showquickreply` int(1) NOT NULL DEFAULT '0',
`showredirect` int(1) NOT NULL DEFAULT '0',
`ppp` smallint(6) NOT NULL DEFAULT '0',
`tpp` smallint(6) NOT NULL DEFAULT '0',
`daysprune` smallint(6) NOT NULL DEFAULT '0',
`dateformat` varchar(4) NOT NULL DEFAULT '',
`timeformat` varchar(4) NOT NULL DEFAULT '',
`timezone` varchar(4) NOT NULL DEFAULT '',
`dst` int(1) NOT NULL DEFAULT '0',
`dstcorrection` int(1) NOT NULL DEFAULT '0',
`buddylist` text NOT NULL,
`ignorelist` text NOT NULL,
`style` smallint(5) UNSIGNED NOT NULL DEFAULT '0',
`away` int(1) NOT NULL DEFAULT '0',
`awaydate` int(10) UNSIGNED NOT NULL DEFAULT '0',
`returndate` varchar(15) NOT NULL DEFAULT '',
`awayreason` varchar(200) NOT NULL DEFAULT '',
`pmfolders` text NOT NULL,
`notepad` text NOT NULL,
`referrer` int(10) UNSIGNED NOT NULL DEFAULT '0',
`referrals` int(10) UNSIGNED NOT NULL DEFAULT '0',
`reputation` bigint(30) NOT NULL DEFAULT '0',
`regip` varchar(50) NOT NULL DEFAULT '',
`lastip` varchar(50) NOT NULL DEFAULT '',
`longregip` int(11) NOT NULL DEFAULT '0',
`longlastip` int(11) NOT NULL DEFAULT '0',
`language` varchar(50) NOT NULL DEFAULT '',
`timeonline` bigint(30) NOT NULL DEFAULT '0',
`showcodebuttons` int(1) NOT NULL DEFAULT '1',
`totalpms` int(10) NOT NULL DEFAULT '0',
`unreadpms` int(10) NOT NULL DEFAULT '0',
`warningpoints` int(3) NOT NULL DEFAULT '0',
`moderateposts` int(1) NOT NULL DEFAULT '0',
`moderationtime` bigint(30) NOT NULL DEFAULT '0',
`suspendposting` int(1) NOT NULL DEFAULT '0',
`suspensiontime` bigint(30) NOT NULL DEFAULT '0',
`suspendsignature` int(1) NOT NULL DEFAULT '0',
`suspendsigtime` bigint(30) NOT NULL DEFAULT '0',
`coppauser` int(1) NOT NULL DEFAULT '0',
`classicpostbit` int(1) NOT NULL DEFAULT '0',
`loginattempts` tinyint(2) NOT NULL DEFAULT '1',
`failedlogin` bigint(30) NOT NULL DEFAULT '0',
`usernotes` text NOT NULL,
`sr_gadu` varchar(16) NOT NULL,
`sr_tlen` text NOT NULL,
`sr_skype` varchar(64) NOT NULL,
`pktpremium` int(8) NOT NULL DEFAULT '0',
`upp` tinyint(1) NOT NULL DEFAULT '2',
`status` int(2) NOT NULL DEFAULT '0',
`premium` int(24) NOT NULL DEFAULT '0',
`newcomments` int(10) NOT NULL DEFAULT '0',
`reg` int(2) NOT NULL DEFAULT '0',
`accounts` int(1) NOT NULL DEFAULT '0',
`tdp` int(1) NOT NULL DEFAULT '0',
`developer` int(1) NOT NULL DEFAULT '0',
`css` text NOT NULL,
`styl-profile` int(2) NOT NULL DEFAULT '0',
`mypage` text NOT NULL,
`gamepoint` int(29) NOT NULL DEFAULT '50',
`mypageon` int(1) NOT NULL DEFAULT '0',
`skorka` varchar(255) NOT NULL,
`premium_rozpoczecie` varchar(50) NOT NULL,
`premium_zakonczenie` varchar(50) NOT NULL,
`akismetstopped` int(11) NOT NULL DEFAULT '0',
`user_img_prof` varchar(100) NOT NULL,
`deniedsupport` int(1) NOT NULL DEFAULT '0',
`deniedsupportreason` int(5) NOT NULL DEFAULT '0',
`deniedsupportuid` int(10) NOT NULL DEFAULT '0',
`mysupportdisplayastext` int(1) NOT NULL DEFAULT '0',
`mysb_banned` smallint(1) NOT NULL DEFAULT '0',
`mysb_banned_reason` varchar(255) NOT NULL DEFAULT '',
`remember` int(1) DEFAULT NULL,
PRIMARY KEY (`uid`),
UNIQUE KEY `username` (`username`),
KEY `usergroup` (`usergroup`),
KEY `birthday` (`birthday`),
KEY `longregip` (`longregip`),
KEY `longlastip` (`longlastip`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=114 ;