您在這裡

magepicker模組

joyce's 的頭像
joyce 在 2011-02-10 (四) 18:30 發表

請問
我使用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.
請問應該怎麼解決 謝謝

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