參考連結:http://phpbb-tw.net/phpbb/viewtopic.php?t=27163
使用版本:phpbb 2.0.10
網站位置:http://www.freepgs.com/fallonkind/phpBB2/index.php
狀況描述:
安好了 付費隱藏+插件+Cash Mod 2.2.1
以隱藏文章發文時,正常
但當要收費時卻出現\r
代碼: 選擇全部
Fatal error: Call to a member function on a non-object in /drive2/fpgshttpd/fallonkind/phpBB2/includes/functions_hide.php on line 53代碼: 選擇全部
47case CASH_TYPE_CASHMOD2:
48
49 if (!$board_config['cash_disabled'])
50
51 {
52
53 while ( $c_cur = &$cash->currency_next($cm_i,CURRENCY_ENABLED) )
54
55 {
56
57 $c_cur = $cash->currency($cash_id);
58
59 $cash_name = $c_cur->name();先謝
