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
  1.         if ( ($this->parse() == true) && ($this->save() == true) ) {
  2.           return true;
  3.         } else {
  4. // self destruct
  5.           $this = null;

  6.           return false;
  7.         }
複製代碼
Line 31 就是 $this = null 這一行,改成
  1. //$this = null;
  2. unset($this);
複製代碼
這樣就過關了




歡迎光臨 bestlong 怕失憶論壇 (http://www.bestlong.idv.tw/) Powered by Discuz! X1.5