[問題]Attachment Mod2.3.7無法執行
發表於 : 2003-06-02 03:03
問題外掛: File Attachment Mod v2 2.3.7
使用版本:PHPbb2.04
Mysql已經安裝完成了,所有file也修改好,當一執行網站就會發生以下問題:
Fatal error: Cannot redeclare attach_sql_query() (previously declared in /usr/local/apache2/htdocs/phpbb/attach_mod/includes/functions_includes.php:31) in /usr/local/apache2/htdocs/phpbb/attach_mod/includes/functions_includes.php on line 31
---------------------------以下是從第31行開始以下5行的內容
//
// This function is used to count the queries executed by the Attachment Mod
//
function attach_sql_query($query)
{
global $db, $dbms, $attach_num_queries;
$attach_num_queries++;
if ( defined('ATTACH_QUERY_DEBUG') )
---------------------------
使用版本:PHPbb2.04
Mysql已經安裝完成了,所有file也修改好,當一執行網站就會發生以下問題:
Fatal error: Cannot redeclare attach_sql_query() (previously declared in /usr/local/apache2/htdocs/phpbb/attach_mod/includes/functions_includes.php:31) in /usr/local/apache2/htdocs/phpbb/attach_mod/includes/functions_includes.php on line 31
---------------------------以下是從第31行開始以下5行的內容
//
// This function is used to count the queries executed by the Attachment Mod
//
function attach_sql_query($query)
{
global $db, $dbms, $attach_num_queries;
$attach_num_queries++;
if ( defined('ATTACH_QUERY_DEBUG') )
---------------------------