到ecshop install文件夹下找到includes文件夹中的lib_installer.php文件并且打开该文件找到第98行代码,讲 $jpeg_enabled = ($gd_info['JPG Support'] === true) ? $_LANG['support'] : $_LANG['not_support'];改为 $jpeg_enabled = ($gd_info['JPEG Support'] === true) ? $_LANG['support']
: $_LANG['not_support'];就ok啦