但是卻突然出現下面的錯誤訊息\r

我進去資料庫卻找不到phpbb_attachments_config這個資料表\r
可能被我誤刪了吧\r
是因為這個原因嗎
但是上面為何網站標題都不見了
請問除了重灌還有沒有補救方法
救命啊
資料庫備份真的很重要....
版主: 版主管理群

代碼: 選擇全部
DROP TABLE IF EXISTS `phpbb_attachments_config`;
CREATE TABLE `phpbb_attachments_config` (
`config_name` varchar(255) NOT NULL default '',
`config_value` varchar(255) NOT NULL default '',
PRIMARY KEY (`config_name`)
) TYPE=MyISAM;代碼: 選擇全部
INSERT INTO `phpbb_attachments_config` VALUES ('upload_dir', 'files');
INSERT INTO `phpbb_attachments_config` VALUES ('upload_img', 'images/icon_clip.gif');
INSERT INTO `phpbb_attachments_config` VALUES ('topic_icon', 'images/icon_clip.gif');
INSERT INTO `phpbb_attachments_config` VALUES ('display_order', '0');
INSERT INTO `phpbb_attachments_config` VALUES ('max_filesize', '2097152');
INSERT INTO `phpbb_attachments_config` VALUES ('attachment_quota', '52428800');
INSERT INTO `phpbb_attachments_config` VALUES ('max_filesize_pm', '262144');
INSERT INTO `phpbb_attachments_config` VALUES ('max_attachments', '3');
INSERT INTO `phpbb_attachments_config` VALUES ('max_attachments_pm', '1');
INSERT INTO `phpbb_attachments_config` VALUES ('disable_mod', '0');
INSERT INTO `phpbb_attachments_config` VALUES ('allow_pm_attach', '1');
INSERT INTO `phpbb_attachments_config` VALUES ('attachment_topic_review', '0');
INSERT INTO `phpbb_attachments_config` VALUES ('allow_ftp_upload', '0');
INSERT INTO `phpbb_attachments_config` VALUES ('show_apcp', '1');
INSERT INTO `phpbb_attachments_config` VALUES ('attach_version', '2.3.11');
INSERT INTO `phpbb_attachments_config` VALUES ('default_upload_quota', '5');
INSERT INTO `phpbb_attachments_config` VALUES ('default_pm_quota', '7');
INSERT INTO `phpbb_attachments_config` VALUES ('ftp_server', '');
INSERT INTO `phpbb_attachments_config` VALUES ('ftp_path', '');
INSERT INTO `phpbb_attachments_config` VALUES ('download_path', '');
INSERT INTO `phpbb_attachments_config` VALUES ('ftp_user', '');
INSERT INTO `phpbb_attachments_config` VALUES ('ftp_pass', '');
INSERT INTO `phpbb_attachments_config` VALUES ('ftp_pasv_mode', '1');
INSERT INTO `phpbb_attachments_config` VALUES ('img_display_inlined', '1');
INSERT INTO `phpbb_attachments_config` VALUES ('img_max_width', '300');
INSERT INTO `phpbb_attachments_config` VALUES ('img_max_height', '300');
INSERT INTO `phpbb_attachments_config` VALUES ('img_link_width', '0');
INSERT INTO `phpbb_attachments_config` VALUES ('img_link_height', '0');
INSERT INTO `phpbb_attachments_config` VALUES ('img_create_thumbnail', '1');
INSERT INTO `phpbb_attachments_config` VALUES ('img_min_thumb_filesize', '12000');
INSERT INTO `phpbb_attachments_config` VALUES ('img_imagick', '');
INSERT INTO `phpbb_attachments_config` VALUES ('use_gd2', '1');
INSERT INTO `phpbb_attachments_config` VALUES ('wma_autoplay', '0');
INSERT INTO `phpbb_attachments_config` VALUES ('flash_autoplay', '0');
這個應該是跑馬燈公告動機不明 寫:phpbb_announce
你有裝過公告之類的外掛嗎?