پارس جوم ::  انجمن های تخصصی جوملا
خطا هنگام نصب - نسخه‌ی قابل چاپ

+- پارس جوم :: انجمن های تخصصی جوملا (https://forums.parsjoom.ir)
+-- انجمن: پشتیبانی (/forum-70.html)
+--- انجمن: مباحث و مشکلات عمومی (/forum-33.html)
+--- موضوع: خطا هنگام نصب (/thread-19602.html)



خطا هنگام نصب - nazi1368 - ۱۰-۲-۱۳۹۵ ۰۳:۳۷ صبح

با سلام

هنگام نصب این خطا را میده

کد:
SQL=CREATE TABLE `runpack_k2_items` (   `id` int(11) NOT NULL AUTO_INCREMENT,   `title` varchar(255) NOT NULL,   `alias` varchar(255) DEFAULT NULL,   `catid` int(11) NOT NULL,   `published` smallint(6) NOT NULL DEFAULT '0',   `introtext` mediumtext NOT NULL,   `fulltext` mediumtext NOT NULL,   `video` text,   `gallery` varchar(255) DEFAULT NULL,   `extra_fields` text CHARACTER SET utf8 COLLATE utf8_unicode_ci,   `extra_fields_search` text NOT NULL,   `created` datetime NOT NULL,   `created_by` int(11) NOT NULL DEFAULT '0',   `created_by_alias` varchar(255) NOT NULL,   `checked_out` int(10) unsigned NOT NULL,   `checked_out_time` datetime NOT NULL,   `modified` datetime NOT NULL,   `modified_by` int(11) NOT NULL DEFAULT '0',   `publish_up` datetime NOT NULL,   `publish_down` datetime NOT NULL,   `trash` smallint(6) NOT NULL DEFAULT '0',   `access` int(11) NOT NULL DEFAULT '0',   `ordering` int(11) NOT NULL DEFAULT '0',   `featured` smallint(6) NOT NULL DEFAULT '0',   `featured_ordering` int(11) NOT NULL DEFAULT '0',   `image_caption` text NOT NULL,   `image_credits` varchar(255) NOT NULL,   `video_caption` text NOT NULL,   `video_credits` varchar(255) NOT NULL,   `hits` int(10) unsigned NOT NULL,   `params` text NOT NULL,   `metadesc` text NOT NULL,   `metadata` text NOT NULL,   `metakey` text NOT NULL,   `plugins` text NOT NULL,   `language` char(7) NOT NULL,   PRIMARY KEY (`id`),   KEY `item` (`published`,`publish_up`,`publish_down`,`trash`,`access`),   KEY `catid` (`catid`),   KEY `created_by` (`created_by`),   KEY `ordering` (`ordering`),   KEY `featured` (`featured`),   KEY `featured_ordering` (`featured_ordering`),   KEY `hits` (`hits`),   KEY `created` (`created`),   KEY `language` (`language`),   FULLTEXT KEY `search` (`title`,`introtext`,`fulltext`,`extra_fields_search`,`image_caption`,`image_cre​dits`,`video_caption`,`video_credits`,`metadesc`,`metakey`),   FULLTEXT KEY `title` (`title`) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8


لطفا اگه میشه راهنمایی کنید

با تشکر


RE: خطا هنگام نصب - mostafa272 - ۱۰-۲-۱۳۹۵ ۰۵:۳۸ عصر

خب این کدی کد قرار دادید کد sql ایجاد جدولی با نام runpack_k2_items هست. ببینید تو دیتابیس همچین جدولی آیا وجود داره که برای ساختنش خطا میده یا نه.