Jump to content

Featured Replies

Posted
comment_47073

Всем привет,при нажатии кпонпки установить в АЦ вылезают ошибки...

· CREATE TABLE ipb_up_settings ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `value` longtext NOT NULL, PRIMARY KEY (id) ) TYPE=MyISAM AUTO_INCREMENT=1 ;

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 'TYPE=MyISAM AUTO_INCREMENT=1' at line 6
· CREATE TABLE ipb_unrealportal ( `id` int(11) NOT NULL auto_increment, `name` varchar(255) NOT NULL default '', `title` varchar(255) NOT NULL default '', `align` varchar(255) NOT NULL default '', `show` int(11) NOT NULL default '1', `order2` int(11) NOT NULL default '0', `custblock_id` int(11) NOT NULL default '0', PRIMARY KEY (id) ) TYPE=MyISAM AUTO_INCREMENT=1 ;

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 'TYPE=MyISAM AUTO_INCREMENT=1' at line 10
· CREATE TABLE ipb_up_custblocks ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `html` text NOT NULL, PRIMARY KEY (id) ) TYPE=MyISAM AUTO_INCREMENT=1 ;

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 'TYPE=MyISAM AUTO_INCREMENT=1' at line 6
· CREATE TABLE ipb_up_custcontent ( `id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `html` text NOT NULL, PRIMARY KEY (id) ) TYPE=MyISAM AUTO_INCREMENT=1 ;

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 'TYPE=MyISAM AUTO_INCREMENT=1' at line 6
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('loginbox', 'Login Box', 'left', '0', 1);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('stats', 'Statistics', 'left', '0', 2);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('new_members', 'New Members', 'left', '0', 3);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('top_posters', 'Top Posters', 'left', '0', 4);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('calendar', 'Calendar', 'left', '0', 5);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('custom_content', 'Custom Content', 'left', '0', 6);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('welcomepanel', 'Welcome Panel', 'middle', '0', 7);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('latest_posts_big', 'Latest Posts (Big)', 'middle', '0', 8);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('new_posts_big', 'New Posts (Big)', 'middle', '0', 9);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('latest_news', 'Latest News', 'middle', '0', 10);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('news', 'News', 'middle', '0', 11);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('poll', 'Poll', 'right', '0', 12);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('old_news', 'Old News', 'right', '0', 13);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('latest_posts', 'Latest Posts', 'right', '0', 14);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('top_forums', 'Top Forums', 'right', '0', 15);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('site_search', 'Site Search', 'right', '0', 16);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('websearch', 'Web Search', 'right', '0', 17);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_unrealportal (`name` , `title` , `align`, `show`, `order2` ) VALUES ('jokes', 'Jokes', 'right', '0', 18);

Table 'h0010202_drag.ipb_unrealportal' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('activemembers', '1');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('calendar_events', '1');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('post_stats', '1');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('poll', '0');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('left', '25%');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('leftcustom', '25%');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('middle', '50%');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('middlecustom', '50%');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('right', '25%');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('rightcustom', '25%');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('num_top_forums', '5');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('num_newposts', '5');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('num_latestposts_big', '5');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('num_newmembers', '5');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('num_topposters', '5');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('num_latestposts', '5');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('newsforum', '2');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('newsforum_expert', '');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('newsforum_height', '0');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('newsforum_height_limit', '200px');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('newsforum_width', '0');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('newsposts', '5');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('num_old_news', '5');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('tease_news', '0');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('tease_length', '');

Table 'h0010202_drag.ipb_up_settings' doesn't exist
· INSERT INTO ipb_up_settings (`name`, `value`) VALUES ('num_latest_news', '5');

Table 'h0010202_drag.ipb_up_settings' doesn't exist

Вот так вот,как исправить?

comment_47131

в теме поддержки самого файла пишите, того, который скачивали. 

Последние посетители 0

  • No registered users viewing this page.