主題: 請問有人可以為我解釋一下這些PHP的error log嗎? 作者: leochen 於 十月 13, 2007, 09:30:47 上午 雖然只是Warning 不過出現的頻率真的蠻高的.
引用 [client 220.181.19.171] PHP Warning: lt_include(/var/www/html/blog/plugins/badbehavior/index.inc.php) [<a href='function.lt-include'>function.lt-include</a>]: failed to open stream: No such file or directory in /var/www/html/blog/class/object/loader.class.php on line 7 [client 220.181.19.171] PHP Warning: lt_include() [<a href='function.include'>function.include</a>]: Failed opening '/var/www/html/blog/plugins/badbehavior/index.inc.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/blog/class/object/loader.class.php on line 7 [client 66.249.70.242] PHP Warning: lt_include(/var/www/html/blog/plugins/badbehavior/index.inc.php) [<a href='function.lt-include'>function.lt-include</a>]: failed to open stream: No such file or directory in /var/www/html/blog/class/object/loader.class.php on line 7 [client 66.249.70.242] PHP Warning: lt_include() [<a href='function.include'>function.include</a>]: Failed opening '/var/www/html/blog/plugins/badbehavior/index.inc.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/blog/class/object/loader.class.php on line 7 [client 220.181.19.171] PHP Warning: lt_include(/var/www/html/blog/plugins/badbehavior/index.inc.php) [<a href='function.lt-include'>function.lt-include</a>]: failed to open stream: No such file or directory in /var/www/html/blog/class/object/loader.class.php on line 7 [client 220.181.19.171] PHP Warning: lt_include() [<a href='function.include'>function.include</a>]: Failed opening '/var/www/html/blog/plugins/badbehavior/index.inc.php' for inclusion (include_path='.:/usr/share/pear') in /var/www/html/blog/class/object/loader.class.php on line 7 主題: Re: 請問有人可以為我解釋一下這些PHP的error log嗎? 作者: lss 於 十月 13, 2007, 06:14:27 下午 你是不是把 bad behavior 外掛給移除了?或是 bad behavior 外掛程式的權限不會, apache 讀不到?
bad behavior 現在已是標準外掛,用來過濾垃圾回響及引用,模板裡都有相關代碼在。若你堅持不用 bad behavior ,必需要把模版本的相關代碼移除。 若是不小心刪掉了,把他裝回去,進後台啟用他,應該就可以復原了吧。 lss 主題: Re: 請問有人可以為我解釋一下這些PHP的error log嗎? 作者: leochen 於 十月 15, 2007, 07:45:25 上午 可是我使用的版本是 lifetype-1.2.5-beta
在1.2以後 Bad-behavior不是已經整合到核心裡面了嗎? 我在外掛列表中好像也沒看到Bad-behavior了耶... 還是把舊版的裝進去呢? 主題: Re: 請問有人可以為我解釋一下這些PHP的error log嗎? 作者: hlps9999 於 十月 15, 2007, 08:29:08 上午 1.你是全新安裝 lifetype-1.2.5-beta,還是升級到1.2.5-beta呢?
2.假如是升級,是從哪一版升級呢?又是怎麼升級呢? 你這錯誤訊息是因為找不到badbehavior 檢查一下你的plugins裡,是否有badbehavior這目錄 或者看一下權限,是否可以被讀取 主題: Re: 請問有人可以為我解釋一下這些PHP的error log嗎? 作者: lss 於 十月 15, 2007, 01:23:47 下午 可是我使用的版本是 lifetype-1.2.5-beta bad behavior 不是整合到核心裡,而是成為「預設的外掛」程式。在1.2以後 Bad-behavior不是已經整合到核心裡面了嗎? .... 所以,大概是你刪除外掛程式時,一時不小心給一起砍了吧。 裝回去應該就行了,不要用舊版,可以從新版安裝包裡擷取出來用。 lss 主題: Re: 請問有人可以為我解釋一下這些PHP的error log嗎? 作者: leochen 於 十月 16, 2007, 06:52:09 上午 問題解決了~
我將1.2.5-beta裡的badbehavior複製過去就ok了. |