bestlong 怕失憶論壇
標題:
進入 OSCommerce 後台碰到 Fatal error: Cannot re-assign $this
[打印本頁]
作者:
bestlong
時間:
2010-9-19 02:24
標題:
進入 OSCommerce 後台碰到 Fatal error: Cannot re-assign $this
幫朋友將 osc 購物車系統移轉到虛擬主機上所碰到的錯誤訊息如下
Fatal error: Cannot re-assign $this in /var/www/html/osc/admin/includes/classes/upload.php on line 31
if ( ($this->parse() == true) && ($this->save() == true) ) {
return true;
} else {
// self destruct
$this = null;
return false;
}
複製代碼
Line 31 就是 $this = null 這一行,改成
//$this = null;
unset($this);
複製代碼
這樣就過關了
歡迎光臨 bestlong 怕失憶論壇 (http://www.bestlong.idv.tw/)
Powered by Discuz! X1.5