Question Nhờ giúp file data bị lỗi

Thảo luận trong 'Troubleshoot & Other Questions' bắt đầu bởi zoom360, 20/3/14.

1votes
5/5, 1 vote

  1. zoom360

    zoom360 Member

    Bài viết:
    392
    Likes :
    113
    Các pro xem giúp em đoạn sql này bị lỗi gì mà ko thể upload được nó toàn báo lỗi ở chổ đó
    Mã:
    Table structure for table `EWRporta_blocks`
    --
    
    CREATE TABLE IF NOT EXISTS `EWRporta_blocks` (
      `block_id` varchar(25) NOT NULL,
      `title` varchar(75) NOT NULL,
      `version_string` varchar(30) NOT NULL,
      `version_id` int(10) unsigned NOT NULL DEFAULT '0',
      `url` varchar(100) NOT NULL,
      `install_callback_class` varchar(75) NOT NULL,
      `install_callback_method` varchar(75) NOT NULL,
      `uninstall_callback_class` varchar(75) NOT NULL,
      `uninstall_callback_method` varchar(75) NOT NULL,
      `cache` varchar(255) NOT NULL DEFAULT '+10 minutes',
      `display` enum('show','hide') NOT NULL,
      `groups` varchar(255) NOT NULL,
      `locked` tinyint(3) unsigned NOT NULL DEFAULT '0',
      `active` tinyint(3) unsigned NOT NULL DEFAULT '1',
      PRIMARY KEY (`block_id`),
      KEY `title` (`title`)
    ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
    
    --
    -- Dumping data for table `EWRporta_blocks`
    --
    
    INSERT INTO `EWRporta_blocks` (`block_id`, `title`, `version_string`, `version_id`, `url`, `install_callback_class`, `install_callback_method`, `uninstall_callback_class`, `uninstall_callback_method`, `cache`, `display`, `groups`, `locked`, `active`) VALUES
    ('RecentThreads', 'Recently Active Threads', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', 'now', 'show', '', 0, 1),
    ('OnlineUsers', 'Members Online Now', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', 'now', 'show', '', 0, 1),
    ('RecentNews', 'Recent News Article', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 hours', 'show', '', 0, 1),
    ('FaceBook', 'Facebook FanBox', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 days', 'show', '', 0, 1),
    ('Twitter', 'Twitter Social Search', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 days', 'show', '', 0, 1),
    ('SharePage', 'Share This Page', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 days', 'show', '', 0, 1),
    ('StatusUpdates', 'Member Status Updates', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 hours', 'show', '', 0, 1),
    ('BoardTotals', 'Forum Statistics', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 hours', 'show', '', 0, 1),
    ('RecentNews1', 'Recent News Article', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 hours', 'show', '', 0, 1),
    ('RecentNews2', 'Recent News Article', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 hours', 'show', '', 0, 1),
    ('RecentNews3', 'Recent News Article', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 hours', 'show', '', 0, 1),
    ('RecentNews4', 'Recent News Article', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 hours', 'show', '', 0, 1),
    ('RecentNews5', 'Recent News Article', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 hours', 'show', '', 0, 1),
    ('RecentNews6', 'Recent News Article', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 hours', 'show', '', 0, 1),
    ('RecentNews7', 'Recent News Article', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 hours', 'show', '', 0, 1),
    ('RecentNews8', 'Recent News Article', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 hours', 'show', '', 0, 1),
    ('slider', 'Portal Slider', '1.0.0', 1, '/', '', '', '', '', '+1 minutes', 'show', '', 0, 1),
    ('RecentNews9', 'Recent News Article', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 hours', 'show', '', 0, 1),
    ('RecentNews11', 'Recent News Article', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 hours', 'show', '', 0, 1),
    ('RecentNews10', 'Recent News Article', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 hours', 'show', '', 0, 1),
    ('RecentFeatures', 'Recent Feature Slider', '1.0.0', 1, 'http://8wayrun.com/', '', '', '', '', '+1 minutes', 'show', '', 0, 1);
    
    -- --------------------------------------------------------
    Thanks mấy pro nha!
     
    Đang tải...
comments powered by Disqus

Chia sẻ trang này

Đang tải...