LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: herojason 於 五月 11, 2006, 02:51:01 下午



主題: 安裝完成出現的錯誤訊息
作者: herojason五月 11, 2006, 02:51:01 下午
Fatal error: Unknown(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition <b>sessioninfo</b> of the object you are trying to operate on was loaded _before_ the session was started in /opt/alle/lifetype/class/action/admin/admindefaultaction.class.php on line 36


請問這個狀況他是怎麼ㄌ
system  centos4
php  4.X
mysql 4.x


主題: Re: 安裝完成出現的錯誤訊息
作者: lss五月 11, 2006, 03:16:25 下午
找不到 sessioninfo 類別,可能是缺檔造成的。

請試試重新上傳所有檔,除了 config/* ,因為你已安裝完畢。

lss


主題: Re: 安裝完成出現的錯誤訊息
作者: herojason五月 11, 2006, 03:52:54 下午
已重新上傳檔案又出現下列問題
Fatal error: Unknown(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition <b>sessioninfo</b> of the object you are trying to operate on was loaded _before_ the session was started in /opt/alle/lifetype/class/action/admin/adminloginaction.class.php on line 91
 
有什麼分是可以治 ㄇ


主題: Re: 安裝完成出現的錯誤訊息
作者: lss五月 11, 2006, 04:25:38 下午
看來還是相同的問題 :-(

如果你確定你有完整的上傳所有的 LifeType 檔案,那請參考「如何在論壇發問」的說明,給我們 error log 及其他可用的訊息,否則幫不了你。

lss


主題: Re: 安裝完成出現的錯誤訊息
作者: herojason五月 12, 2006, 08:15:50 上午
error 出現訊息
[client 192.168.3.107] PHP Fatal error:  Unknown(): The script tried to execute a method or access a
property of an incomplete object. Please ensure that the class definition <b>sessioninfo</b>
 of the object you are trying to operate on was loaded _before_ the session was started in
 /opt/alle/lifetype/class/action/blogaction.class.php on line 54, referer: http:Message from
 syslogd@www at Fri May 12 08:54:09 2006 ...
 
安裝步驟為
已tar檔上傳解壓縮完之後更改權限為777
進入安裝精靈畫面安裝沒有出現錯誤
安裝完第一次執行網頁的的時候就出現以下訊息
Fatal error: Unknown(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition <b>sessioninfo</b> of the object you are trying to operate on was loaded _before_ the session was started in /opt/alle/lifetype/class/action/blogaction.class.php on line 177

請問這問題有解嗎?



主題: Re: 安裝完成出現的錯誤訊息
作者: markwu五月 12, 2006, 09:31:21 上午
你的 apache 的 session.auto_start 是 on 還是 off?

請把他設定為 session.auto_start = 0 試試看。

Mark


主題: Re: 安裝完成出現的錯誤訊息
作者: herojason五月 14, 2006, 07:45:36 下午
謝謝詳細的解答
此問題已經解決