歡迎光臨, 訪客. 請先 登入註冊一個帳號.
五月 01, 2024, 05:07:07 上午
19595 文章 在 3865 主題 由 4580 會員
最新註冊會員: aa123aa1
LifeType 中文開發論壇  |  支援  |  安裝與設定  |  添加资源的时候出现错误信息 « 上篇主題 下篇主題 »
頁: [1]
作者 主題: 添加资源的时候出现错误信息  (閱讀 8621 次)
weiqi
新手見習
*
文章: 2


檢視個人資料
« 於: 八月 12, 2005, 08:12:31 上午 »

我这边是win主机,在添加资源的时候出现了如下信息:

Warning: filesize() [function.filesize]: stat failed for C:\WINNT\TEMP\php1CC8.tmp in G:\5iytnet\weiqi\plog\class\gallery\getid3\getid3.php on line 167

Warning: Cannot modify header information - headers already sent by (output started at G:\5iytnet\weiqi\plog\class\gallery\getid3\getid3.php:167) in G:\5iytnet\weiqi\plog\class\view\view.class.php on line 172

不过资源到是添加进去了。只不过每次都出现这样的错误信息。
已記錄
markwu
系統管理員
超級會員
*****
文章: 3928


Mark Wu


檢視個人資料 個人網站
« 回覆文章 #1 於: 八月 15, 2005, 01:32:57 下午 »

請看如何在 pLog 中文開發論壇發問

在我的 class/gallery/getid3/getid3.php 的 167-172 行是

程式碼:
		if ($old_magic_quotes_runtime) {
set_magic_quotes_runtime(0);                        // turn off magic_quotes_runtime
if (get_magic_quotes_runtime()) {
return $this->error('Could not disable magic_quotes_runtime - getID3() cannot work properly with this setting enabled');
}
}


我看不出來為什會錯!除非你的程式沒有上傳完全!

Mark
已記錄

weiqi
新手見習
*
文章: 2


檢視個人資料
« 回覆文章 #2 於: 八月 15, 2005, 02:21:24 下午 »

不会吧,我的getid3.php 167-172怎么是

程式碼:

$this->info['filesize'] = filesize($filename);

// option_max_2gb_check
if ($this->option_max_2gb_check) {
// PHP doesn't support integers larger than 31-bit (~2GB)
// filesize() simply returns (filesize % (pow(2, 32)), no matter the actual filesize


144-150是

程式碼:

if ($old_magic_quotes_runtime) {
set_magic_quotes_runtime(0);                        // turn off magic_quotes_runtime
if (get_magic_quotes_runtime()) {
die('Could not disable magic_quotes_runtime - getID3() cannot work properly with this setting enabled');
}
}
已記錄
markwu
系統管理員
超級會員
*****
文章: 3928


Mark Wu


檢視個人資料 個人網站
« 回覆文章 #3 於: 八月 15, 2005, 02:48:01 下午 »

請看如何在 pLog 中文開發論壇發問

我必須知道你的安裝明細,包含你的 pLog 版本,你的作業系統等資訊,如果都沒有我實在不知如何幫忙。

Mark
已記錄

頁: [1]
LifeType 中文開發論壇  |  支援  |  安裝與設定  |  添加资源的时候出现错误信息 « 上篇主題 下篇主題 »
    前往: