首頁
新聞
功能
下載
開發
支援
論壇
文件
搜尋
關於我們
歡迎光臨,
訪客
. 請先
登入
或
註冊一個帳號
.
十一月 23, 2024, 01:42:43 上午
19595
文章 在
3865
主題 由
4579
會員
最新註冊會員:
aa123aa1
首頁
說明
搜尋
登入
註冊
LifeType 中文開發論壇
|
支援
|
使用與操作
|
请问各位大哥这个要怎么处理?
« 上篇主題
下篇主題 »
頁:
[
1
]
列印
作者
主題: 请问各位大哥这个要怎么处理? (閱讀 10574 次)
robin
新手見習
文章: 35
请问各位大哥这个要怎么处理?
«
於:
七月 25, 2007, 12:20:32 下午 »
Warning: Cannot modify header information - headers already sent by (output started at D:\www\www\lifetype\class\summary\action\askquestionaction.class.php:1) in D:\www\www\lifetype\class\summary\view\summarycachedview.class.php on line 145
Warning: Cannot modify header information - headers already sent by (output started at D:\www\www\lifetype\class\summary\action\askquestionaction.class.php:1) in D:\www\www\lifetype\class\view\view.class.php on line 321
Warning: Cannot modify header information - headers already sent by (output started at D:\www\www\lifetype\class\summary\action\askquestionaction.class.php:1) in D:\www\www\lifetype\class\view\view.class.php on line 175
已記錄
markwu
系統管理員
超級會員
文章: 3928
Mark Wu
Re: 请问各位大哥这个要怎么处理?
«
回覆文章 #1 於:
七月 25, 2007, 01:13:36 下午 »
你要 po 出你的程式 askquestionaction.class.php ,我才有辦法幫你!
Mark
已記錄
問問題前,麻煩請先參考
LifeType 中文文件計畫
與
如何在 LifeType 中文開發論壇發問
。
robin
新手見習
文章: 35
Re: 请问各位大哥这个要怎么处理?
«
回覆文章 #2 於:
七月 25, 2007, 01:20:05 下午 »
我现在就算以原来的程序的ACTION,VIEW,TEMPLATE一套,统一改成一个名字,然后再加一个OP,还是报这样的错误,我在另一个台电脑好像又没有问题,不过好像那个是1.2.3,我现在这台是1.2.2版本,因为我想在SUMMARY里再加一些功能,而SUMMARY又不能用插件,所以就只好想到新增OP了,
已記錄
robin
新手見習
文章: 35
Re: 请问各位大哥这个要怎么处理?
«
回覆文章 #3 於:
七月 25, 2007, 01:43:23 下午 »
我只改名字的这个:
<?php
lt_include( PLOG_CLASS_PATH."class/summary/action/summaryaction.class.php" );
lt_include( PLOG_CLASS_PATH."class/summary/view/summaryaskquestionview.class.php" );
/**
* shows a list with all the users, pager included
*/
class AskQuestionAction extends SummaryAction
{
function AskQuestionAction( $actionInfo, $request )
{
$this->SummaryAction( $actionInfo, $request );
}
/**
* Loads the posts and shows them.
*/
function perform()
{
$page = View::getCurrentPageFromRequest();
$this->_view = new SummaryAskQuestionView( Array( "summary" => "AskQuestion",
"page" => $page,
"locale" => $this->_locale->getLocaleCode()));
if( $this->_view->isCached()) {
// nothing to do, the view is cached
$this->setCommonData();
return true;
}
$this->setCommonData();
return true;
}
}
?>
已記錄
markwu
系統管理員
超級會員
文章: 3928
Mark Wu
Re: 请问各位大哥这个要怎么处理?
«
回覆文章 #4 於:
七月 25, 2007, 02:15:24 下午 »
程式看起來沒問題,但是確有:
output started at D:\www\www\lifetype\class\summary\action\askquestionaction.class.php:1
這樣的錯誤,看起來是你的 askquestionaction.class.php 程式第一行有字元先輸出到 header,所以才會出錯。
你可能要檢查看看是不是你存成了 utf-8,但是把 bom 也 include 進去。
Mark
已記錄
問問題前,麻煩請先參考
LifeType 中文文件計畫
與
如何在 LifeType 中文開發論壇發問
。
頁:
[
1
]
列印
LifeType 中文開發論壇
|
支援
|
使用與操作
|
请问各位大哥这个要怎么处理?
« 上篇主題
下篇主題 »
前往:
請選擇目的地:
-----------------------------
站務
-----------------------------
=> 站務公告
=> 站務建議
=> 帳號與文章刪除
-----------------------------
支援
-----------------------------
=> 安裝與設定
=> 使用與操作
=> 虛擬主機討論
=> Instant LifeType 專區
===> 安裝與設定精華區
===> 使用與操作精華區
===> 虛擬主機討論精華區
===> 虛擬主機商自我推薦區
===> Instant LifeType 精華區
-----------------------------
開發
-----------------------------
=> 外掛程式
=> 模版設計
=> 核心補強
=> 手冊文件
=> 中文相關
===> 外掛程式精華區
===> 模版發表
===> 模版設計精華區
===> 核心補強精華區
===> 手冊文件精華區
===> 中文相關精華區
-----------------------------
測試
-----------------------------
=> LifeType 1.0 測試
=> LifeType 1.1 測試
-----------------------------
部落格應用
-----------------------------
=> 教育部落格
-----------------------------
建議
-----------------------------
=> 要求與建議
=> 發表與交流
=> 網誌文化與業界動態
Powered by SMF 1.1.6
|
SMF © 2006-2008, Simple Machines LLC
載入...