主題: 錯誤訊息請幫幫忙! 作者: acer351te 於 三月 21, 2006, 07:55:38 下午 作業系統:Windows 2000 Server
MYSQL:5.0.18 PHP:5.1.2 LifeType位置:在lifetype目錄下 安裝時未發生錯誤,但是一進去就看到錯誤訊息! 錯誤訊息大致分為兩類: 1. Notice: Object of class SessionInfo could not be converted to int in C:\Inetpub\wwwroot\blog\class\net\http\session\sessionmanager.class.php on line 47 2. Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\blog\class\net\http\session\sessionmanager.class.php:47) in C:\Inetpub\wwwroot\blog\class\view\view.class.php on line 316 請各位幫幫忙, 我找了很久都沒發現相同的錯誤訊息~ 先謝謝大家囉! 主題: Re: 錯誤訊息請幫幫忙! 作者: markwu 於 三月 21, 2006, 08:42:34 下午 把 php.ini 中的 error_reporting 改為 E_ALL & ~E_NOTICE。
如果你沒辦法修改 php.ini, 那麼在 index.php 與 admin.php, rss.php 中的第二行加入 error_reporting(E_ALL ^ E_NOTICE); 這是因為 PHP5 的部分 syntax 改變,造成 這些 notice 。在 1.1 會修正。 Mark 主題: Re: 錯誤訊息請幫幫忙! 作者: acer351te 於 三月 29, 2006, 08:29:56 上午 感謝~
已解決了!!! |