Lawrence Cramer
Lawrence Cramer

Reputation: 21

Securimage works locally but not on server

Securimage is working as expected when tested locally, but when uploaded to the server it is not displaying the image and does not seem to be resetting the text. Look here for an example: http://www.localtel.net/zz_Contact.php

Any suggestions on what may need to be set differently or changed on the server. All files have been uploaded and the mappings seem to be fine.

Thank you for your help!

Upvotes: 2

Views: 341

Answers (1)

Jamie Bicknell
Jamie Bicknell

Reputation: 2326

When accessing the captcha image directly it shows this error:

Fatal error: Call to undefined function imagecreate() in C:\inetpub\wwwroot\securimage\securimage.php on line 1418

It appears your server hasn't got the GD module installed, which is used to generate images on the fly.

Upvotes: 1

Related Questions