請問
我使用Imagepicker這個模組都會出現下面的訊息
Function exif_imagetype does not exist. Advanced image manipulation cannot be done.
Please make sure that you are running PHP 4.3 or higher,
or that you (or your hosting provider) enable the GD library and exif in your PHP installation.
請問應該怎麼解決 謝謝
您在這裡
使用者登入
最新文章
回應
3 年 5 個月 之前
6 年 5 個月 之前
6 年 5 個月 之前
6 年 5 個月 之前
6 年 5 個月 之前
6 年 5 個月 之前
6 年 6 個月 之前
6 年 6 個月 之前
6 年 6 個月 之前
6 年 6 個月 之前
Re: magepicker模組
1. 檢查一下你的 php 版本是否高於 PHP 4.3.
如果未來有升級到 D7 的打算,建議你升到 php 5.2.x 或更高
2. 檢查你 PHP 的 GD library and exif 是否有安裝。
修改 php.ini 打開這兩個 dll :php_mbstring.dll 以及 php_exif.dll,
php_mbstring.dll 必須要在 php_exif.dll 之前被載入。
像這樣:
extension=php_mbstring.dll
extension=php_exif.dll
Re: magepicker模組
你好~
1.我目前php版本 php5.2.9-2
2.修改php.ini 如下圖
http://drupaltaiwan.org/files/2011-02-15_165646.jpg
但還是會顯示下面的文字
Function exif_imagetype does not exist. Advanced image manipulation cannot be done. Please make sure that you are running
PHP 4.3 or higher, or that you (or your hosting provider) enable the GD library and exif in your PHP installation.
Re: magepicker模組
前面的分號 (;) 要記得拿掉喔