我用Easy Mod來安裝,出現以下問題:
代碼: 選擇全部
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
in here
Installation Failed
EasyMOD encountered the following error(s). A general error could be ABC. A critical error means D and you should do XYZ.
Error Detail
Warning
FIND FAILED: In file [language/lang_chinese_traditional_taiwan/lang_main.php] could not find:
//
// That's all, Folks!
// -------------------------------------------------
MOD script line #52 :: FAQ :: Report
Error Detail
Warning
FIND FAILED: In file [templates/Avalanche/overall_header.tpl] could not find:
<img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
MOD script line #107 :: FAQ :: Report
Error Detail
Critical Error
IN-LINE AFTERADDFAILED: Malformed script. An IN-LINE FIND was not previously performed.
MOD script line #111 :: FAQ :: Report
SQL Notice
SQL not performed: SQL commands are not performed automatically in this version of EM. The MOD you are installing wants to perform an SQL command. You will have to manually execute this the old fashion way. If you do not know how, ask the MOD author, not Nuttzy!
MOD Data
MOD Title: Favorites Mod 1.0.4 install.txt
Author: DanielT mods@danielt.com Daniel Taylor http://www.danielt.com
Processed Themes: subSilver; Avalanche
Processed Languages: english; chinese_traditional_taiwan
Files Edited: 6
Commands Processed: 14
Unprocessed Commands: 1
The following commands were not recognized by EasyMOD and were ignored. The MOD script line number is displayed.
Unprocessed Commands
SQL line #34
CREATE TABLE `phpbb_favorites` (
`fav_id` int(11) NOT NULL auto_increment,
`user_id` int(11) NOT NULL default '0',
`topic_id` int(11) NOT NULL default '0',
PRIMARY KEY (`fav_id`)
)
EasyMOD successfully processed the following commands:
Commands Processed
COPY line #43
copy favorites.php TO favorites.php
copy fav_body.tpl TO templates/subSilver/fav_body.tpl
OPEN line #48
language/lang_english/lang_main.php
FIND line #52
//
// That's all, Folks!
// -------------------------------------------------
BEFOREADD line #59
//Fav Mod
$lang['remove_fav_data'] = 'Could not remove data from favorites table';
$lang['insert_fav_data'] = 'Could not insert data into favorites table';
$lang['no_fav_topic'] = 'No topic to set as favorite was set';
$lang['favorites'] = 'Favorites';
$lang['add_fav'] = 'Add To Favorites';
OPEN line #68
viewtopic.php
FIND line #72
'S_WATCH_TOPIC_IMG' => $s_watching_topic_img,
AFTERADD line #76
\n 'U_FAV' => append_sid("favorites.$phpEx?t=" . $topic_id . "&mode=add"),
'L_FAV' => $lang['add_fav'],
OPEN line #81
includes/page_header.php
FIND line #85
'L_WHOSONLINE_MOD' => sprintf($lang['Mod_online_color'], '<span style="color:#' . $theme['fontcolor2'] . '">', '</span>'),
AFTERADD line #90
'L_FAV' => $lang['favorites'],
FIND line #94
'U_GROUP_CP' => append_sid('groupcp.'.$phpEx),
AFTERADD line #99
'U_FAV' => append_sid('favorites.'.$phpEx),
OPEN line #103
templates/subSilver/overall_header.tpl
FIND line #107
<img src="templates/subSilver/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
