Thank you Linum. I changed it manually and come up with different error message:
Could not insert data into blocks table
DEBUG MODE
SQL Error : 1054 Unknown column 'border' in 'field list'
INSERT INTO phpbb_cms_blocks (bid, title, content, bposition, weight, active, type, blockfile, view, layout, layout_special, border, titlebar, background, local, groups) VALUES ('36', 'Welcome', '', 'c', '1', '1', '0', 'blocks_imp_recent_topics_wide', '', '1', '0', '0', '0', '0', '0', '')
Line : 798
File : cms.php
fyi: Just in case someone don't want to change it mannual.
ALTER TABLE `ip_cms_blocks` CHANGE `border_explain` `border_explain` TINYINT NOT NULL DEFAULT '1'
ALTER TABLE `ip_cms_blocks` CHANGE `titlebar_explain` `titlebar_explain` TINYINT NOT NULL DEFAULT '1'