Các Bác Hướng Dẫn Em Cài Cái Này Vào Với Huhu

Thảo luận trong 'Mới sử dụng Joomla' bắt đầu bởi monotran, 17/4/13.

  1. monotran

    monotran Mới tham gia

    Bài viết:
    15
    Likes :
    0
    các bác ơi, em mới kiếm được cái rao vat bằng joomla này
    link: http://www.mediafire.com/?yyj680zks6ghsrj
    ,mà ko thể cài được
    nó toàn bị lỗi thế này thôi,[​IMG]
    các bác giúp e với.. em dùng host linus của thằng BKNS
     
  2. thiendru

    thiendru Rất tích cực

    Bài viết:
    40
    Likes :
    11
    Bạn copy nguyên cái đoạn lỗi đó rồi paste ra đây xem sao. Cho luôn thông tin server xem có ok không
     
  3. monotran

    monotran Mới tham gia

    Bài viết:
    15
    Likes :
    0
    lỗi nó bào thế này bạn ơi
    SQL=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 23 SQL=# $Id: joomla.sql 6072 2006-12-20 02:09:09Z robs $\n\n# Table structure for table `jos_banner`\n\nCREATE TABLE `jos_banner` (\n `bid` int(11) NOT NULL auto_increment,\n `cid` int(11) NOT NULL default \'0\',\n `type` varchar(10) NOT NULL default \'banner\',\n `name` varchar(50) NOT NULL default \'\',\n `imptotal` int(11) NOT NULL default \'0\',\n `impmade` int(11) NOT NULL default \'0\',\n `clicks` int(11) NOT NULL default \'0\',\n `imageurl` varchar(100) NOT NULL default \'\',\n `clickurl` varchar(200) NOT NULL default \'\',\n `date` datetime default NULL,\n `showBanner` tinyint(1) NOT NULL default \'0\',\n `checked_out` tinyint(1) NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `editor` varchar(50) default NULL,\n `custombannercode` text,\n PRIMARY KEY (`bid`),\n KEY `viewbanner` (`showBanner`)\n) TYPE=MyISAM AUTO_INCREMENT=1:
    - - - - - - - - - -
     
  4. monotran

    monotran Mới tham gia

    Bài viết:
    15
    Likes :
    0
    # $Id: joomla.sql 6072 2006-12-20 02:09:09Z robs $
    # Table structure for table `#__banner`
    CREATE TABLE `#__banner` (
    `bid` int(11) NOT NULL auto_increment,
    `cid` int(11) NOT NULL default '0',
    `type` varchar(10) NOT NULL default 'banner',
    `name` varchar(50) NOT NULL default '',
    `imptotal` int(11) NOT NULL default '0',
    `impmade` int(11) NOT NULL default '0',
    `clicks` int(11) NOT NULL default '0',
    `imageurl` varchar(100) NOT NULL default '',
    `clickurl` varchar(200) NOT NULL default '',
    `date` datetime default NULL,
    `showBanner` tinyint(1) NOT NULL default '0',
    `checked_out` tinyint(1) NOT NULL default '0',
    `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
    `editor` varchar(50) default NULL,
    `custombannercode` text,
    PRIMARY KEY (`bid`),
    KEY `viewbanner` (`showBanner`)
    ) TYPE=MyISAM AUTO_INCREMENT=1
     
  5. monotran

    monotran Mới tham gia

    Bài viết:
    15
    Likes :
    0
    SQL=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\' at line 13 SQL=# Table structure for table `jos_bannerclient`\n\nCREATE TABLE `jos_bannerclient` (\n `cid` int(11) NOT NULL auto_increment,\n `name` varchar(60) NOT NULL default \'\',\n `contact` varchar(60) NOT NULL default \'\',\n `email` varchar(60) NOT NULL default \'\',\n `extrainfo` text NOT NULL,\n `checked_out` tinyint(1) NOT NULL default \'0\',\n `checked_out_time` time default NULL,\n `editor` varchar(50) default NULL,\n PRIMARY KEY (`cid`)\n) TYPE=MyISAM:
    - - - - - - - - - -
    # Table structure for table `#__bannerclient`
    CREATE TABLE `#__bannerclient` (
    `cid` int(11) NOT NULL auto_increment,
    `name` varchar(60) NOT NULL default '',
    `contact` varchar(60) NOT NULL default '',
    `email` varchar(60) NOT NULL default '',
    `extrainfo` text NOT NULL,
    `checked_out` tinyint(1) NOT NULL default '0',
    `checked_out_time` time default NULL,
    `editor` varchar(50) default NULL,
    PRIMARY KEY (`cid`)
    ) TYPE=MyISAM
    = = = = = = = = = =
     
  6. monotran

    monotran Mới tham gia

    Bài viết:
    15
    Likes :
    0
    SQL=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\' at line 14 SQL=# Table structure for table `jos_bannerfinish`\n\nCREATE TABLE `jos_bannerfinish` (\n `bid` int(11) NOT NULL auto_increment,\n `cid` int(11) NOT NULL default \'0\',\n `type` varchar(10) NOT NULL default \'\',\n `name` varchar(50) NOT NULL default \'\',\n `impressions` int(11) NOT NULL default \'0\',\n `clicks` int(11) NOT NULL default \'0\',\n `imageurl` varchar(50) NOT NULL default \'\',\n `datestart` datetime default NULL,\n `dateend` datetime default NULL,\n PRIMARY KEY (`bid`)\n) TYPE=MyISAM:
    - - - - - - - - - -
    # Table structure for table `#__bannerfinish`
    CREATE TABLE `#__bannerfinish` (
    `bid` int(11) NOT NULL auto_increment,
    `cid` int(11) NOT NULL default '0',
    `type` varchar(10) NOT NULL default '',
    `name` varchar(50) NOT NULL default '',
    `impressions` int(11) NOT NULL default '0',
    `clicks` int(11) NOT NULL default '0',
    `imageurl` varchar(50) NOT NULL default '',
    `datestart` datetime default NULL,
    `dateend` datetime default NULL,
    PRIMARY KEY (`bid`)
    ) TYPE=MyISAM
    = = = = = = = = = =
    SQL=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\' at line 25 SQL=# Table structure for table `jos_categories`\n\nCREATE TABLE `jos_categories` (\n `id` int(11) NOT NULL auto_increment,\n `parent_id` int(11) NOT NULL default 0,\n `title` varchar(50) NOT NULL default \'\',\n `name` varchar(255) NOT NULL default \'\',\n `image` varchar(100) NOT NULL default \'\',\n `section` varchar(50) NOT NULL default \'\',\n `image_position` varchar(10) NOT NULL default \'\',\n `description` text NOT NULL,\n `published` tinyint(1) NOT NULL default \'0\',\n `checked_out` int(11) unsigned NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `editor` varchar(50) default NULL,\n `ordering` int(11) NOT NULL default \'0\',\n `access` tinyint(3) unsigned NOT NULL default \'0\',\n `count` int(11) NOT NULL default \'0\',\n `params` text NOT NULL,\n PRIMARY KEY (`id`),\n KEY `cat_idx` (`section`,`published`,`access`),\n KEY `idx_section` (`section`),\n KEY `idx_access` (`access`),\n KEY `idx_checkout` (`checked_out`)\n) TYPE=MyISAM:
    - - - - - - - - - -
    # Table structure for table `#__categories`
    CREATE TABLE `#__categories` (
    `id` int(11) NOT NULL auto_increment,
    `parent_id` int(11) NOT NULL default 0,
    `title` varchar(50) NOT NULL default '',
    `name` varchar(255) NOT NULL default '',
    `image` varchar(100) NOT NULL default '',
    `section` varchar(50) NOT NULL default '',
    `image_position` varchar(10) NOT NULL default '',
    `description` text NOT NULL,
    `published` tinyint(1) NOT NULL default '0',
    `checked_out` int(11) unsigned NOT NULL default '0',
    `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
    `editor` varchar(50) default NULL,
    `ordering` int(11) NOT NULL default '0',
    `access` tinyint(3) unsigned NOT NULL default '0',
    `count` int(11) NOT NULL default '0',
    `params` text NOT NULL,
    PRIMARY KEY (`id`),
    KEY `cat_idx` (`section`,`published`,`access`),
    KEY `idx_section` (`section`),
    KEY `idx_access` (`access`),
    KEY `idx_checkout` (`checked_out`)
    ) TYPE=MyISAM
    = = = = = = = = = =
     
  7. monotran

    monotran Mới tham gia

    Bài viết:
    15
    Likes :
    0
    SQL=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\' at line 17 SQL=# Table structure for table `jos_components`\n\nCREATE TABLE `jos_components` (\n `id` int(11) NOT NULL auto_increment,\n `name` varchar(50) NOT NULL default \'\',\n `link` varchar(255) NOT NULL default \'\',\n `menuid` int(11) unsigned NOT NULL default \'0\',\n `parent` int(11) unsigned NOT NULL default \'0\',\n `admin_menu_link` varchar(255) NOT NULL default \'\',\n `admin_menu_alt` varchar(255) NOT NULL default \'\',\n `option` varchar(50) NOT NULL default \'\',\n `ordering` int(11) NOT NULL default \'0\',\n `admin_menu_img` varchar(255) NOT NULL default \'\',\n `iscore` tinyint(4) NOT NULL default \'0\',\n `params` text NOT NULL,\n PRIMARY KEY (`id`)\n) TYPE=MyISAM:
    - - - - - - - - - -
    # Table structure for table `#__components`
    CREATE TABLE `#__components` (
    `id` int(11) NOT NULL auto_increment,
    `name` varchar(50) NOT NULL default '',
    `link` varchar(255) NOT NULL default '',
    `menuid` int(11) unsigned NOT NULL default '0',
    `parent` int(11) unsigned NOT NULL default '0',
    `admin_menu_link` varchar(255) NOT NULL default '',
    `admin_menu_alt` varchar(255) NOT NULL default '',
    `option` varchar(50) NOT NULL default '',
    `ordering` int(11) NOT NULL default '0',
    `admin_menu_img` varchar(255) NOT NULL default '',
    `iscore` tinyint(4) NOT NULL default '0',
    `params` text NOT NULL,
    PRIMARY KEY (`id`)
    ) TYPE=MyISAM
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=# Dumping data for table `jos_components`\n\nINSERT INTO `jos_components` VALUES (1, \'Banners\', \'\', 0, 0, \'\', \'Banner Management\', \'com_banners\', 0, \'js/ThemeOffice/component.png\', 0, \'\'):
    - - - - - - - - - -
    # Dumping data for table `#__components`
    INSERT INTO `#__components` VALUES (1, 'Banners', '', 0, 0, '', 'Banner Management', 'com_banners', 0, 'js/ThemeOffice/component.png', 0, '')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (2, \'Manage Banners\', \'\', 0, 1, \'option=com_banners\', \'Active Banners\', \'com_banners\', 1, \'js/ThemeOffice/edit.png\', 0, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (2, 'Manage Banners', '', 0, 1, 'option=com_banners', 'Active Banners', 'com_banners', 1, 'js/ThemeOffice/edit.png', 0, '')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (3, \'Manage Clients\', \'\', 0, 1, \'option=com_banners&task=listclients\', \'Manage Clients\', \'com_banners\', 2, \'js/ThemeOffice/categories.png\', 0, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (3, 'Manage Clients', '', 0, 1, 'option=com_banners&task=listclients', 'Manage Clients', 'com_banners', 2, 'js/ThemeOffice/categories.png', 0, '')
    = = = = = = = = = =
     
  8. monotran

    monotran Mới tham gia

    Bài viết:
    15
    Likes :
    0
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (4, \'Web Links\', \'option=com_weblinks\', 0, 0, \'\', \'Manage Weblinks\', \'com_weblinks\', 0, \'js/ThemeOffice/globe2.png\', 0, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (4, 'Web Links', 'option=com_weblinks', 0, 0, '', 'Manage Weblinks', 'com_weblinks', 0, 'js/ThemeOffice/globe2.png', 0, '')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (5, \'Web Link Items\', \'\', 0, 4, \'option=com_weblinks\', \'View existing weblinks\', \'com_weblinks\', 1, \'js/ThemeOffice/edit.png\', 0, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (5, 'Web Link Items', '', 0, 4, 'option=com_weblinks', 'View existing weblinks', 'com_weblinks', 1, 'js/ThemeOffice/edit.png', 0, '')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (6, \'Web Link Categories\', \'\', 0, 4, \'option=categories§ion=com_weblinks\', \'Manage weblink categories\', \'\', 2, \'js/ThemeOffice/categories.png\', 0, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (6, 'Web Link Categories', '', 0, 4, 'option=categories§ion=com_weblinks', 'Manage weblink categories', '', 2, 'js/ThemeOffice/categories.png', 0, '')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (7, \'Contacts\', \'option=com_contact\', 0, 0, \'\', \'Edit contact details\', \'com_contact\', 0, \'js/ThemeOffice/user.png\', 1, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (7, 'Contacts', 'option=com_contact', 0, 0, '', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/user.png', 1, '')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (8, \'Manage Contacts\', \'\', 0, 7, \'option=com_contact\', \'Edit contact details\', \'com_contact\', 0, \'js/ThemeOffice/edit.png\', 1, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (8, 'Manage Contacts', '', 0, 7, 'option=com_contact', 'Edit contact details', 'com_contact', 0, 'js/ThemeOffice/edit.png', 1, '')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (9, \'Contact Categories\', \'\', 0, 7, \'option=categories§ion=com_contact_details\', \'Manage contact categories\', \'\', 2, \'js/ThemeOffice/categories.png\', 1, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (9, 'Contact Categories', '', 0, 7, 'option=categories§ion=com_contact_details', 'Manage contact categories', '', 2, 'js/ThemeOffice/categories.png', 1, '')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (10, \'Front Page\', \'option=com_frontpage\', 0, 0, \'\', \'Manage Front Page Items\', \'com_frontpage\', 0, \'js/ThemeOffice/component.png\', 1, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (10, 'Front Page', 'option=com_frontpage', 0, 0, '', 'Manage Front Page Items', 'com_frontpage', 0, 'js/ThemeOffice/component.png', 1, '')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (11, \'Polls\', \'option=com_poll\', 0, 0, \'option=com_poll\', \'Manage Polls\', \'com_poll\', 0, \'js/ThemeOffice/component.png\', 0, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (11, 'Polls', 'option=com_poll', 0, 0, 'option=com_poll', 'Manage Polls', 'com_poll', 0, 'js/ThemeOffice/component.png', 0, '')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (12, \'News Feeds\', \'option=com_newsfeeds\', 0, 0, \'\', \'News Feeds Management\', \'com_newsfeeds\', 0, \'js/ThemeOffice/component.png\', 0, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (12, 'News Feeds', 'option=com_newsfeeds', 0, 0, '', 'News Feeds Management', 'com_newsfeeds', 0, 'js/ThemeOffice/component.png', 0, '')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (13, \'Manage News Feeds\', \'\', 0, 12, \'option=com_newsfeeds\', \'Manage News Feeds\', \'com_newsfeeds\', 1, \'js/ThemeOffice/edit.png\', 0, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (13, 'Manage News Feeds', '', 0, 12, 'option=com_newsfeeds', 'Manage News Feeds', 'com_newsfeeds', 1, 'js/ThemeOffice/edit.png', 0, '')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (14, \'Manage Categories\', \'\', 0, 12, \'option=com_categories§ion=com_newsfeeds\', \'Manage Categories\', \'\', 2, \'js/ThemeOffice/categories.png\', 0, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (14, 'Manage Categories', '', 0, 12, 'option=com_categories§ion=com_newsfeeds', 'Manage Categories', '', 2, 'js/ThemeOffice/categories.png', 0, '')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (15, \'Login\', \'option=com_login\', 0, 0, \'\', \'\', \'com_login\', 0, \'\', 1, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (15, 'Login', 'option=com_login', 0, 0, '', '', 'com_login', 0, '', 1, '')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (16, \'Search\', \'option=com_search\', 0, 0, \'\', \'\', \'com_search\', 0, \'\', 1, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (16, 'Search', 'option=com_search', 0, 0, '', '', 'com_search', 0, '', 1, '')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (17, \'Syndicate\',\'\',0,0,\'option=com_syndicate&hidemainmenu=1\',\'Manage Syndication Settings\',\'com_syndicate\',0,\'js/ThemeOffice/component.png\',0,\'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (17, 'Syndicate','',0,0,'option=com_syndicate&hidemainmenu=1','Manage Syndication Settings','com_syndicate',0,'js/ThemeOffice/component.png',0,'')
    = = = = = = = = = =
    SQL=Table \'ipceiojf_raovat.jos_components\' doesn\'t exist SQL=INSERT INTO `jos_components` VALUES (18, \'Mass Mail\', \'\', 0, 0, \'option=com_massmail&hidemainmenu=1\', \'Send Mass Mail\', \'com_massmail\', 0, \'js/ThemeOffice/mass_email.png\', 0, \'\'):
    - - - - - - - - - -
    INSERT INTO `#__components` VALUES (18, 'Mass Mail', '', 0, 0, 'option=com_massmail&hidemainmenu=1', 'Send Mass Mail', 'com_massmail', 0, 'js/ThemeOffice/mass_email.png', 0, '')
    = = = = = = = = = =
     
  9. monotran

    monotran Mới tham gia

    Bài viết:
    15
    Likes :
    0
    SQL=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\' at line 28 SQL=# Table structure for table `jos_contact_details`\n\nCREATE TABLE `jos_contact_details` (\n `id` int(11) NOT NULL auto_increment,\n `name` varchar(100) NOT NULL default \'\',\n `con_position` varchar(50) default NULL,\n `address` text,\n `suburb` varchar(50) default NULL,\n `state` varchar(20) default NULL,\n `country` varchar(50) default NULL,\n `postcode` varchar(10) default NULL,\n `telephone` varchar(25) default NULL,\n `fax` varchar(25) default NULL,\n `misc` mediumtext,\n `image` varchar(100) default NULL,\n `imagepos` varchar(20) default NULL,\n `email_to` varchar(100) default NULL,\n `default_con` tinyint(1) unsigned NOT NULL default \'0\',\n `published` tinyint(1) unsigned NOT NULL default \'0\',\n `checked_out` int(11) unsigned NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `ordering` int(11) NOT NULL default \'0\',\n `params` text NOT NULL,\n `user_id` int(11) NOT NULL default \'0\',\n `catid` int(11) NOT NULL default \'0\',\n `access` tinyint(3) unsigned NOT NULL default \'0\',\n PRIMARY KEY (`id`)\n) TYPE=MyISAM:
    - - - - - - - - - -
    # Table structure for table `#__contact_details`
    CREATE TABLE `#__contact_details` (
    `id` int(11) NOT NULL auto_increment,
    `name` varchar(100) NOT NULL default '',
    `con_position` varchar(50) default NULL,
    `address` text,
    `suburb` varchar(50) default NULL,
    `state` varchar(20) default NULL,
    `country` varchar(50) default NULL,
    `postcode` varchar(10) default NULL,
    `telephone` varchar(25) default NULL,
    `fax` varchar(25) default NULL,
    `misc` mediumtext,
    `image` varchar(100) default NULL,
    `imagepos` varchar(20) default NULL,
    `email_to` varchar(100) default NULL,
    `default_con` tinyint(1) unsigned NOT NULL default '0',
    `published` tinyint(1) unsigned NOT NULL default '0',
    `checked_out` int(11) unsigned NOT NULL default '0',
    `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
    `ordering` int(11) NOT NULL default '0',
    `params` text NOT NULL,
    `user_id` int(11) NOT NULL default '0',
    `catid` int(11) NOT NULL default '0',
    `access` tinyint(3) unsigned NOT NULL default '0',
    PRIMARY KEY (`id`)
    ) TYPE=MyISAM
    = = = = = = = = = =
    SQL=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\' at line 39 SQL=# Table structure for table `jos_content`\n\nCREATE TABLE `jos_content` (\n `id` int(11) unsigned NOT NULL auto_increment,\n `title` varchar(100) NOT NULL default \'\',\n `title_alias` varchar(100) NOT NULL default \'\',\n `introtext` mediumtext NOT NULL,\n `fulltext` mediumtext NOT NULL,\n `state` tinyint(3) NOT NULL default \'0\',\n `sectionid` int(11) unsigned NOT NULL default \'0\',\n `mask` int(11) unsigned NOT NULL default \'0\',\n `catid` int(11) unsigned NOT NULL default \'0\',\n `created` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `created_by` int(11) unsigned NOT NULL default \'0\',\n `created_by_alias` varchar(100) NOT NULL default \'\',\n `modified` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `modified_by` int(11) unsigned NOT NULL default \'0\',\n `checked_out` int(11) unsigned NOT NULL default \'0\',\n `checked_out_time` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `publish_up` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `publish_down` datetime NOT NULL default \'0000-00-00 00:00:00\',\n `images` text NOT NULL,\n `urls` text NOT NULL,\n `attribs` text NOT NULL,\n `version` int(11) unsigned NOT NULL default \'1\',\n `parentid` int(11) unsigned NOT NULL default \'0\',\n `ordering` int(11) NOT NULL default \'0\',\n `metakey` text NOT NULL,\n `metadesc` text NOT NULL,\n `access` int(11) unsigned NOT NULL default \'0\',\n `hits` int(11) unsigned NOT NULL default \'0\',\n PRIMARY KEY (`id`),\n KEY `idx_section` (`sectionid`),\n KEY `idx_access` (`access`),\n KEY `idx_checkout` (`checked_out`),\n KEY `idx_state` (`state`),\n KEY `idx_catid` (`catid`),\n KEY `idx_mask` (`mask`)\n) TYPE=MyISAM:
    - - - - - - - - - -
    # Table structure for table `#__content`
    CREATE TABLE `#__content` (
    `id` int(11) unsigned NOT NULL auto_increment,
    `title` varchar(100) NOT NULL default '',
    `title_alias` varchar(100) NOT NULL default '',
    `introtext` mediumtext NOT NULL,
    `fulltext` mediumtext NOT NULL,
    `state` tinyint(3) NOT NULL default '0',
    `sectionid` int(11) unsigned NOT NULL default '0',
    `mask` int(11) unsigned NOT NULL default '0',
    `catid` int(11) unsigned NOT NULL default '0',
    `created` datetime NOT NULL default '0000-00-00 00:00:00',
    `created_by` int(11) unsigned NOT NULL default '0',
    `created_by_alias` varchar(100) NOT NULL default '',
    `modified` datetime NOT NULL default '0000-00-00 00:00:00',
    `modified_by` int(11) unsigned NOT NULL default '0',
    `checked_out` int(11) unsigned NOT NULL default '0',
    `checked_out_time` datetime NOT NULL default '0000-00-00 00:00:00',
    `publish_up` datetime NOT NULL default '0000-00-00 00:00:00',
    `publish_down` datetime NOT NULL default '0000-00-00 00:00:00',
    `images` text NOT NULL,
    `urls` text NOT NULL,
    `attribs` text NOT NULL,
    `version` int(11) unsigned NOT NULL default '1',
    `parentid` int(11) unsigned NOT NULL default '0',
    `ordering` int(11) NOT NULL default '0',
    `metakey` text NOT NULL,
    `metadesc` text NOT NULL,
    `access` int(11) unsigned NOT NULL default '0',
    `hits` int(11) unsigned NOT NULL default '0',
    PRIMARY KEY (`id`),
    KEY `idx_section` (`sectionid`),
    KEY `idx_access` (`access`),
    KEY `idx_checkout` (`checked_out`),
    KEY `idx_state` (`state`),
    KEY `idx_catid` (`catid`),
    KEY `idx_mask` (`mask`)
    ) TYPE=MyISAM
    = = = = = = = = = =
    SQL=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\' at line 7 SQL=# Table structure for table `jos_content_frontpage`\n\nCREATE TABLE `jos_content_frontpage` (\n `content_id` int(11) NOT NULL default \'0\',\n `ordering` int(11) NOT NULL default \'0\',\n PRIMARY KEY (`content_id`)\n) TYPE=MyISAM:
    - - - - - - - - - -
    # Table structure for table `#__content_frontpage`
    CREATE TABLE `#__content_frontpage` (
    `content_id` int(11) NOT NULL default '0',
    `ordering` int(11) NOT NULL default '0',
    PRIMARY KEY (`content_id`)
    ) TYPE=MyISAM
    = = = = = = = = = =
     
  10. monotran

    monotran Mới tham gia

    Bài viết:
    15
    Likes :
    0
    nhiều quá bạn ơi, sơ sơ là như vậy
     
  11. monotran

    monotran Mới tham gia

    Bài viết:
    15
    Likes :
    0
  12. monotran

    monotran Mới tham gia

    Bài viết:
    15
    Likes :
    0
    toàn bộ lỗi mình chép hết vào link mediafire mới post trên nha bạn, giúp mình với :)
     
  13. thiendru

    thiendru Rất tích cực

    Bài viết:
    40
    Likes :
    11
    Okie, bạn mở file sql và thay toàn bộ 'TYPE=MyISAM' thành 'ENGINE = MyISAM' xem sao
     
  14. monotran

    monotran Mới tham gia

    Bài viết:
    15
    Likes :
    0
    bạn test giùm mình xem, chứ mình chào thua rùi :(
     
  15. thiendru

    thiendru Rất tích cực

    Bài viết:
    40
    Likes :
    11
    Okie, mình đã thử.
    Bạn vào thư mục installation\sql\ mở file sample_data.sql và joomla.sql rồi thay toàn bộ 'TYPE=MyISAM' thành 'ENGINE = MyISAM' là ok. Chú ý cả 2 files nhé.

    Chúc thành công!
     
  16. thiendru

    thiendru Rất tích cực

    Bài viết:
    40
    Likes :
    11
    Mà giờ này còn xài Joomla! 1.xx làm chi?
     
  17. monotran

    monotran Mới tham gia

    Bài viết:
    15
    Likes :
    0
    hi.. mình đang làm 1 cái rao vặt, mà ko biết code nên cứ kiếm tùm lum vậy thui, bạn có code rao vat nao hay send mình với :)
     
  18. thiendru

    thiendru Rất tích cực

    Bài viết:
    40
    Likes :
    11
    Đang làm 1 trang tầm cỡ thế mà ngay chuyện setup một gói quickstart còn chưa được thì sau này bạn quản lý sao được? Cứ chuẩn bị kiến thức từ cơ bản đã
     
  19. monotran

    monotran Mới tham gia

    Bài viết:
    15
    Likes :
    0
    hê hê... vậy mới nhờ các tiền bối chỉ đường chứ :)
     
  20. thienhaipt

    thienhaipt Rất nhiệt tình

    Bài viết:
    145
    Likes :
    59
    Có rất nhiều temp hay trên forum. Bạn có thể tham khảo
     
comments powered by Disqus

Chia sẻ trang này