網(LieHuo.Net)教程 今天我將新改好的模板上傳到虛擬主機,在沒有安裝站內新聞時,一切正常,但是當我安裝了站內新聞后,更新不了主頁和欄目,出現以下提示:
以下為引用的內容: Fatal error: Using $this when not in object context in E:**************webinclude aglibmynews.lib.php on line 16 |
星號是我自己省略了的真實路徑.但是我在用這個模板做本地測試的時候,沒有出現以上問題。
解決方法如下:(適用于5.3/5.5版本):
進入include aglibmynews.lib.php修改第16行把原內容:
if($envs['typeid'] > 0) $idsql = " where typeid='".GetTopid($this->TypeID)."' ";
替換為:
if($envs['typeid'] > 0) $idsql = " where typeid=''";