captcha img和avatar img没有显示出来

时间:2012-09-19 22:00:25

标签: image captcha

我正在尝试在我的网站上运行评级和审核软件。我无法显示头像或验证码图像。如何在运行Windows IIS的服务器上调整此项?

extension=php_gd2.dll

<label class="xcFormLabel" for="idRegAvatar">
  Avatar - images will be resized to 80px x 80px (100k):
</label>
<div class="xcDivClear">
</div>
<input type="file" name="avatar" id="idRegAvatar" value="" class="xcRegInputText" />
<br /><br />
<img class="xcRegCaptchaImg" src="../xcommentpro/Captcha.php?type=reg">
<br /><br />
<label class="xcFormLabel" for="idRegCaptcha">
  Enter the code above:
</label>
<br />
<input type="text" name="captcha" id="idRegCaptcha" class="xcRegInputText" />
<br /><br />

出现以下错误:

  

致命错误:在第64行的C:\ www \ recipes4cakes \ xcommentpro \ fileupload.php中调用未定义的函数imagecreatefromjpeg()

1 个答案:

答案 0 :(得分:0)

错误来自GD库的问题。您需要在phpinfo()(GD部分)中检查JPEG支持,否则imagecreatefromjpeg()函数将无效。