主題: Authimahe plugin ? 作者: liber 於 十二月 20, 2005, 08:54:15 下午 Hi
不好意思我下載了 Authimage 的 plugin 因為實在不堪機器人的 spam 我的系統 RedHat 9.0 httpd-manual-2.0.40-21.11 httpd-2.0.40-21.11 php-mysql-4.2.2-17.2 php-odbc-4.2.2-17.2 php-4.2.2-17.2 php-ldap-4.2.2-17.2 php-imap-4.2.2-17.2 mod_auth_mysql-1.11-12 php-mysql-4.2.2-17.2 mysql-3.23.58-1.9 mysql-server-3.23.58-1.9 gd-1.8.4-11 Plog 1.0 Autoimage 1.0 系統一直告訴我 GD 沒有成功 但是我 echo phpoinfo 出來其實是有的 gd GD Support enabled GD Version 1.6.2 or higher FreeType Support enabled FreeType Linkage with freetype JPG Support enabled PNG Support enabled WBMP Support enabled 在站上翻了一些討論其實發現可能有朋友跟我一樣的狀況 原本我懷疑因為 GD 2.0 的問題 但是有討論中提到其實並不需要 也利用建議的測試方法再檔案中心中建立一個檔案匣 在傳檔案上去如果 GD work 是可以看到縮圖的 我的測試結果是會有 error 的 Exception message: imagecreatetruecolor(): requires GD 2.0 or later Error code: 2 Stack trace is not available Exception message: imagecreatetruecolor(): requires GD 2.0 or later Error code: 2 Stack trace is not available Exception message: Cannot add header information - headers already sent by (output started at /var/www/html/plog/class/object/exception.class.php:37) Error code: 2 Stack trace is not available 所以請問我的方法有錯誤嗎? 不好意思因為有人說我題問錯區域,所以我刪掉原本的貼文 重新貼一次問題 真是抱歉 主題: Re: Authimahe plugin ? 作者: lss 於 十二月 20, 2005, 09:13:59 下午 你可以更新 LifeType 到 1.0.2 beta 2 嗎?我記得有過討論是 getid3 程式庫出問題,已經在新版本裡修復了。
lss 主題: Re: Authimahe plugin ? 作者: liber 於 十二月 20, 2005, 09:27:20 下午 感謝您的回覆
弟已經先升級到 1.01 等等測試一下 Thanks. 主題: Re: Authimahe plugin ? 作者: liber 於 十二月 20, 2005, 09:48:17 下午 您好....
弟已經昇到 1.0.2 的版本 在 authimage 的 plugin 還是顯示 GD 不支援 另外在檔案中心的時候也是無法顯示縮圖 error cord Exception message: imagecreatetruecolor(): requires GD 2.0 or later Error code: 2 Stack trace is not available Exception message: imagecreatetruecolor(): requires GD 2.0 or later Error code: 2 Stack trace is not available Exception message: Cannot add header information - headers already sent by (output started at /var/www/html/plog/class/object/exception.class.php:37) Error code: 2 Stack trace is not available Exception message: Cannot add header information - headers already sent by (output started at /var/www/html/plog/class/object/exception.class.php:37) Error code: 2 Stack trace is not available 是否還有其他方面弟還未參考的 還請多多指教 Thanks. 主題: Re: Authimahe plugin ? 作者: markwu 於 十二月 20, 2005, 10:25:17 下午 引用 Exception message: imagecreatetruecolor(): requires GD 2.0 or late 他的錯誤訊息應該很清楚阿!在 LifeType 中的 GD 是需要 GD 2.0 以上的版本。 如果這是虛擬主機,那麼就要請你廠商幫你裝。如果這是你得機器,哪麼請透過 RMP 安裝 GD2 library,並且在 php.ini 中 enable。 Mark 主題: Re: Authimahe plugin ? 作者: liber 於 十二月 21, 2005, 08:16:20 上午 感謝您的回答
因為在爬文中許多的回答提到不管是 GD 1.X 或是 2.X 版都會 work 所以我想澄清一下是否正確 Exception message: imagecreatetruecolor(): requires GD 2.0 or late 這個例外訊息是提到需要 GD 2.0 沒錯的 感謝您的回應 Thanks. |