LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: taiwanliu 於 七月 16, 2006, 12:35:37 下午



主題: 安裝完之後顯示錯誤訊息
作者: taiwanliu七月 16, 2006, 12:35:37 下午
程式碼:
Notice: Object of class SessionInfo could not be converted to int in C:\Apache2\htdocs\lifetype\class\net\http\session\sessionmanager.class.php on line 47

Notice: Object of class UserInfo could not be converted to int in C:\Apache2\htdocs\lifetype\class\action\admin\adminaction.class.php on line 57

Notice: Object of class BlogSettings could not be converted to int in C:\Apache2\htdocs\lifetype\class\dao\bloginfo.class.php on line 55

Notice: Object of class BlogSettings could not be converted to int in C:\Apache2\htdocs\lifetype\class\dao\bloginfo.class.php on line 55

Notice: Object of class UserInfo could not be converted to int in C:\Apache2\htdocs\lifetype\class\action\admin\adminaction.class.php on line 57

Notice: Object of class BlogInfo could not be converted to int in C:\Apache2\htdocs\lifetype\class\action\admin\adminaction.class.php on line 65

Notice: Object of class BlogInfo could not be converted to int in C:\Apache2\htdocs\lifetype\class\action\admin\adminaction.class.php on line 113

Notice: Object of class BlogSettings could not be converted to int in C:\Apache2\htdocs\lifetype\class\dao\bloginfo.class.php on line 55

Notice: Object of class BlogSettings could not be converted to int in C:\Apache2\htdocs\lifetype\class\dao\bloginfo.class.php on line 55

Notice: Undefined index: comments_enabled in C:\Apache2\htdocs\lifetype\class\dao\article.class.php on line 382

Warning: Cannot modify header information - headers already sent by (output started at C:\Apache2\htdocs\lifetype\class\net\http\session\sessionmanager.class.php:47) in C:\Apache2\htdocs\lifetype\class\view\view.class.php on line 316

Warning: Cannot modify header information - headers already sent by (output started at C:\Apache2\htdocs\lifetype\class\net\http\session\sessionmanager.class.php:47) in C:\Apache2\htdocs\lifetype\class\view\view.class.php on line 177

我的架設環境
win2003
apache 2.0.46
php 5.1.4
mysql 4.0.26


主題: Re: 安裝完之後顯示錯誤訊息
作者: markwu七月 17, 2006, 11:49:31 下午
你是裝 lifetype 1.0.6 嗎?

請把 .htaccess 打開,然後把

引用
#php_value error_reporting E_ALL&~E_NOTICE

前面的井號拿掉。

Mark


主題: Re: 安裝完之後顯示錯誤訊息
作者: taiwanliu七月 19, 2006, 09:03:08 上午
謝謝囉...
以解決了..