Нужна помощь, лаг с мускулом.

Mr. President

New Member
LV
0
 
Ребят, подскажите, пожалуйста, устанавливал систему репутации на 2.1.7, и что-то не доделал, наверное... , сам форум открывается, но при входе в любую тему или при попытке создать новую тему выдаёт следующую ошибку, подскажите как исправить ???
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1-->mySQL query error: SELECT p.*,
&nbsp; &nbsp;m.id,m.name,m.mgroup,m.email,m.joined,m.posts, m.last_visit, m.last_activity,m.login_anonymous,m.title,m.hide_email, m.warn_level, m.warn_lastwarn,
&nbsp; &nbsp;me.msnname,me.aim_name,me.icq_number,me.signature, me.website,me.yahoo,me.location, me.avatar_location, me.avatar_type, me.avatar_size, m.members_display_name, m.reputation
&nbsp; &nbsp;pc.*
,m.thanks_point
&nbsp; &nbsp;FROM ibf_posts p
&nbsp; &nbsp; &nbsp;LEFT JOIN ibf_members m ON (p.author_id=m.id)
&nbsp; &nbsp; &nbsp;LEFT JOIN ibf_member_extra me ON (me.id=m.id)
&nbsp; &nbsp; &nbsp;LEFT JOIN ibf_pfields_content pc ON (pc.member_id=p.author_id)
&nbsp; &nbsp;WHERE p.pid IN(2) ORDER BY pid asc

SQL error: 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 '.*
,m.thanks_point
&nbsp; &nbsp;FROM ibf_posts p
&nbsp; &nbsp; &nbsp;LEFT JOIN ibf_members m ON (p.auth' at line 4
SQL error code:
Date: 11.11.2006, 6:51<!--c2--></div><!--ec2-->
 
при устанвоке пода выполянл запрос в базу? если да, то какой?
 
Выполнял, первый:
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1-->ALTER TABLE `ibf_members` ADD `reputation` INT NOT NULL;<!--c2--></div><!--ec2-->
второй:
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1-->ALTER TABLE `ibf_members` ADD `rep_allow` TINYINT( 1 ) DEFAULT '1' NOT NULL;<!--c2--></div><!--ec2-->
третий:
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1-->ALTER TABLE `ibf_members` ADD `rep_notify` TINYINT( 1 ) DEFAULT '0' NOT NULL;<!--c2--></div><!--ec2-->
и четвёртый:
<!--c1--><div class='codetop'>Код</div><div class='codemain'><!--ec1-->CREATE TABLE `ibf_reputation` (
&nbsp;`id` int(11) NOT NULL auto_increment,
&nbsp;`from_user` int(11) NOT NULL default '0',
&nbsp;`to_user` int(11) NOT NULL default '0',
&nbsp;`forum` int(11) NOT NULL default '0',
&nbsp;`topic` int(11) NOT NULL default '0',
&nbsp;`post` int(11) NOT NULL default '0',
&nbsp;`created` int(11) NOT NULL default '0',
&nbsp;`message` text NOT NULL,
&nbsp;`rating` int(11) NOT NULL default '0',
&nbsp;`anonym` TINYINT(1) NOT NULL DEFAULT '0',
&nbsp;PRIMARY KEY &nbsp;(`id`)
);<!--c2--></div><!--ec2-->
В мануале по установке написано так:
<!--quoteo--><div class='quotetop'>Цитата</div><div class='quotemain'><!--quotec-->*************************
* Выполнить SQL-запросы *
*************************

ALTER TABLE `ibf_members` ADD `reputation` INT NOT NULL ;
ALTER TABLE `ibf_members` ADD `rep_allow` TINYINT( 1 ) DEFAULT '1' NOT NULL ;
ALTER TABLE `ibf_members` ADD `rep_notify` TINYINT( 1 ) DEFAULT '0' NOT NULL ;

CREATE TABLE `ibf_reputation` (
&nbsp; `id` int(11) NOT NULL auto_increment,
&nbsp; `from_user` int(11) NOT NULL default '0',
&nbsp; `to_user` int(11) NOT NULL default '0',
&nbsp; `forum` int(11) NOT NULL default '0',
&nbsp; `topic` int(11) NOT NULL default '0',
&nbsp; `post` int(11) NOT NULL default '0',
&nbsp; `created` int(11) NOT NULL default '0',
&nbsp; `message` text NOT NULL,
&nbsp; `rating` int(11) NOT NULL default '0',
&nbsp; `anonym` TINYINT(1) NOT NULL DEFAULT '0',
&nbsp; PRIMARY KEY&nbsp; (`id`)
) ;<!--QuoteEnd--></div><!--QuoteEEnd-->
 
все эти запросы можно одновременно выполнить. Ты их одновременно выполнял?

Вот почитай: <a href="http://www.ibresource.ru/forums/index.php?showtopic=1248&st=0" target="_blank">http://www.ibresource.ru/forums/index.php?...topic=1248&st=0</a> Там про ошибки баз.
 
Я по-отдельности выполнял. Прочёл всё в твоей ссылке что можно было попробовал ничего не помогает !!! Помогите мне кто-нибудь я не знаю что мне делать !!! У меня форум не работает !!! :cry: :cry: :cry:
 
Сверху