我安裝後回復文章后會出現\r
Error retrieving groups data
DEBUG MODE
SELECT * FROM phpbb_cash_groups WHERE cash_id = 1
\nLine : 973
File : functions_cash.php
論壇版本phpBB-2.0.18
請問這是什麼問題
使用CashMod223回覆文章的問題
版主: 版主管理群
message_die(GENERAL_ERROR, 'Error retrieving groups data', '', __LINE__, __FILE__, $sql);
}
while ( $row = $db->sql_fetchrow($result) )
{
$type = $row['group_type'];
$group = $row['group_id'];
if ( !isset($this->groups[$type][$group]) )
{
$this->groups[$type][$group] = array();
$this->groups_ordered_list[$type][] = $group;
}
$this->groups[$type][$group][] = new cash_group($row);
}
比照了半天好像還是找不到錯再哪裡
}
while ( $row = $db->sql_fetchrow($result) )
{
$type = $row['group_type'];
$group = $row['group_id'];
if ( !isset($this->groups[$type][$group]) )
{
$this->groups[$type][$group] = array();
$this->groups_ordered_list[$type][] = $group;
}
$this->groups[$type][$group][] = new cash_group($row);
}
比照了半天好像還是找不到錯再哪裡



::