[問題] 使用Attach_Mod建立縮圖出現問題

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
stars
星球普通子民
星球普通子民
文章: 1
註冊時間: 2004-12-26 20:15

[問題] 使用Attach_Mod建立縮圖出現問題

文章 stars »

附加檔案模組版本 2.3.11
phpBB 2.0.11
在使用Imagick 縮圖程式建立縮圖出現問題如下問題

Warning: passthru(): Unable to fork [c:/imagemagick/convert.exe -quality 85 -antialias -sample 400x300 "C:/PHP/uploadtemp/php1A3.tmp" +profile "*" "C:/phpbb/files/thumbs/t_15_162.jpg"] in C:\phpbb\attach_mod\includes\functions_thumbs.php on line 169

Warning: passthru(): Unable to fork [c:/imagemagick/convert.exe -quality 85 -antialias -sample 400x300 "C:/phpbb/files/15_162.jpg" +profile "*" "C:/phpbb/files/thumbs/t_15_162.jpg"] in C:\phpbb\attach_mod\includes\functions_thumbs.php on line 169

Warning: Cannot modify header information - headers already sent by (output started at C:\phpbb\attach_mod\includes\functions_thumbs.php:169) in C:\phpbb\includes\page_header.php on line 475

Warning: Cannot modify header information - headers already sent by (output started at C:\phpbb\attach_mod\includes\functions_thumbs.php:169) in C:\phpbb\includes\page_header.php on line 477

Warning: Cannot modify header information - headers already sent by (output started at C:\phpbb\attach_mod\includes\functions_thumbs.php:169) in C:\phpbb\includes\page_header.php on line 478
請問一下那裡出錯?
謝謝各位幫忙
yungyeh
星球普通子民
星球普通子民
文章: 8
註冊時間: 2005-08-04 04:16

文章 yungyeh »

正確的解答是
因為convert.exe這個檔是在命令列模式下工作
而你的網路使用者並沒有使用這個檔案的權利....
所以就會傳回錯誤的報告
解決的方法有兩種:
第一種:把CMD.EXE (在\WINDOWS\SYSTEM32)的權限開放給網路使用者
第二種:從WINDOWS下複製一個CMD.EXE到你的PHP的安裝目錄下(我就是用這個方法)
這樣應該可以解決你的問題
頭像
chris6688
星球普通子民
星球普通子民
文章: 10
註冊時間: 2002-03-08 00:28

文章 chris6688 »

太感謝yungyeh大大了,這問題也困擾我好久
真幸運看到這篇文章,問題解決了,感覺真棒!! :-D
主題已鎖定

回到「外掛問題討論」