歡迎光臨, 訪客. 請先 登入註冊一個帳號.
四月 28, 2024, 12:23:23 上午
19595 文章 在 3865 主題 由 4580 會員
最新註冊會員: aa123aa1
LifeType 中文開發論壇  |  支援  |  安裝與設定  |  再請教個上傳圖片錯誤的問題 « 上篇主題 下篇主題 »
頁: [1]
作者 主題: 再請教個上傳圖片錯誤的問題  (閱讀 11251 次)
Andy
訪客
« 於: 五月 26, 2005, 01:13:21 上午 »

Exception message: Trying to generate a thumbnail of an unsupported format!
Error code: 0
-- Backtrace --
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/gallery/resizers/gallerygdresizer.class.php(90): throw
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/gallery/resizers/gallerygdresizer.class.php(44): gallerygdresizer.thumbnail
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/gallery/resizers/galleryresizer.class.php(151): gallerygdresizer.generate
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/gallery/dao/galleryresources.class.php(385): galleryresizer.generate
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/gallery/dao/galleryresources.class.php(498): galleryresources.generateresourcethumbnail
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/action/admin/adminaddresourceaction.class.php(78): galleryresources.addresource
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/controller/controller.class.php(305): adminaddresourceaction.perform
/home/andy14/domains/andy14.1314club.com/public_html/plog/admin.php(39): admincontroller.process

Exception message: Trying to generate a thumbnail of an unsupported format!
Error code: 0
-- Backtrace --
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/gallery/resizers/gallerygdresizer.class.php(90): throw
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/gallery/resizers/gallerygdresizer.class.php(44): gallerygdresizer.thumbnail
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/gallery/resizers/galleryresizer.class.php(151): gallerygdresizer.generate
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/gallery/dao/galleryresources.class.php(417): galleryresizer.generate
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/gallery/dao/galleryresources.class.php(499): galleryresources.generateresourcemediumsizethumbnail
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/action/admin/adminaddresourceaction.class.php(78): galleryresources.addresource
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/controller/controller.class.php(305): adminaddresourceaction.perform
/home/andy14/domains/andy14.1314club.com/public_html/plog/admin.php(39): admincontroller.process

Exception message: Cannot modify header information - headers already sent by (output started at /home/andy14/domains/andy14.1314club.com/public_html/plog/class/object/exception.class.php:37)
Error code: 2
-- Backtrace --
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/view/view.class.php(172): header
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/view/view.class.php(309): adminresourceslistview.sendcontenttype
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/view/admin/adminview.class.php(106): view.render
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/view/admin/admintemplatedview.class.php(36): adminview.render
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/view/admin/adminresourceslistview.class.php(104): admintemplatedview.render
/home/andy14/domains/andy14.1314club.com/public_html/plog/class/controller/controller.class.php(325): adminresourceslistview.render
/home/andy14/domains/andy14.1314club.com/public_html/plog/admin.php(39): admincontroller.process


上面就是錯誤的訊息
我的圖片上傳完後看不到縮圖
GD庫是2.0.28
請問這大概是發生了什麼事@@?
已記錄
lss
我不是被~拉~~出來的,不要叫我大大!
總版主
超級會員
*****
文章: 1511



檢視個人資料 個人網站
« 回覆文章 #1 於: 五月 26, 2005, 07:15:03 上午 »

引用自: Andy
Exception message: Trying to generate a thumbnail of an unsupported format!
Error code: 0
...........

這表示要產生的縮圖是不支援的格式。請問你要產生的縮圖副檔名是什麼?pLog 只支援 jpg、gif、png 三種。如果是其中一種仍然有錯誤,那應該是 GD 的安裝或設定有問題。

引用自: Andy
我的圖片上傳完後看不到縮圖
GD庫是2.0.28

要使用的 GD ,是指 php-gd 模組或 compile 在 php 裡內建的,而不是系統的 gdlib。

另外,全部站台管控 >> 檔案中心設定 的 thumbnail_method 選項要設成 PHP's GD library。

如果仍有問題,請提供系統的詳細資訊。
已記錄

沒找過 常見問題集或不知道 如何在 LifeType 中文開發論壇發問的人,恕不回答問題
puweni
新手見習
*
文章: 10


檢視個人資料
« 回覆文章 #2 於: 十一月 15, 2005, 05:12:19 下午 »

gd
GD Support  enabled 
GD Version  bundled (2.0.15 compatible) 
FreeType Support  enabled 
FreeType Linkage  with freetype 
GIF Read Support  enabled 
JPG Support  enabled 
PNG Support  enabled 
WBMP Support  enabled 
XBM Support  enabled 

這是我顯示出來的資料  為什麼我沒有縮圖呢  煩請指教  卸卸
已記錄
markwu
系統管理員
超級會員
*****
文章: 3928


Mark Wu


檢視個人資料 個人網站
« 回覆文章 #3 於: 十一月 15, 2005, 06:08:40 下午 »

傷心 你的問題跟他一樣嗎?你不詳述你的問題,我們要怎麼幫你呢?

Mark
已記錄

puweni
新手見習
*
文章: 10


檢視個人資料
« 回覆文章 #4 於: 十一月 16, 2005, 06:02:58 上午 »

傷心 你的問題跟他一樣嗎?你不詳述你的問題,我們要怎麼幫你呢?

Mark

不好意思  因為我也不知道怎麼敘述問題  只是我有照著上面的方法去稍作修改
可是上傳的照片  也都沒有縮圖
本來想請問是不是GD的問題
所以才把我的GD潑出來  我的GD有問題嗎?
只要先幫我回答這問題就好
已記錄
markwu
系統管理員
超級會員
*****
文章: 3928


Mark Wu


檢視個人資料 個人網站
« 回覆文章 #5 於: 十一月 16, 2005, 08:01:26 上午 »

傷心 你的問題跟他一樣嗎?你不詳述你的問題,我們要怎麼幫你呢?

Mark

只要先幫我回答這問題就好

GD 看來沒問題。

Mark
已記錄

puweni
新手見習
*
文章: 10


檢視個人資料
« 回覆文章 #6 於: 十一月 16, 2005, 09:23:04 上午 »

傷心 你的問題跟他一樣嗎?你不詳述你的問題,我們要怎麼幫你呢?

Mark

只要先幫我回答這問題就好

GD 看來沒問題。

Mark
謝謝  我再找找看是什麼問題
已記錄
頁: [1]
LifeType 中文開發論壇  |  支援  |  安裝與設定  |  再請教個上傳圖片錯誤的問題 « 上篇主題 下篇主題 »
    前往: