歡迎光臨, 訪客. 請先 登入註冊一個帳號.
十一月 01, 2024, 11:32:08 上午
19595 文章 在 3865 主題 由 4579 會員
最新註冊會員: aa123aa1
  列出文章
頁: [1]
1  支援 / 安裝與設定 / 添加资源的时候出现错误信息 於: 八月 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');
}
}
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

不过资源到是添加进去了。只不过每次都出现这样的错误信息。
頁: [1]