LifeType 中文開發論壇

支援 => 安裝與設定 => 主題作者是: weiqi 於 八月 12, 2005, 08:12:31 上午



主題: 添加资源的时候出现错误信息
作者: weiqi八月 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八月 15, 2005, 01:32:57 下午
請看如何在 pLog 中文開發論壇發問 (http://forum.lifetype.org.tw/index.php?topic=2.0)。

在我的 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八月 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八月 15, 2005, 02:48:01 下午
請看如何在 pLog 中文開發論壇發問 (http://forum.lifetype.org.tw/index.php?topic=2.0)。

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

Mark