RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

AJAX upload progress bar

File sharing script

Newsletter script
(Captcha mode) GD error "Security Image" at line 1

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro
View previous topic :: View next topic  
Author Message
Joseph



Joined: 26 Jan 2007
Posts: 16

PostPosted: Nov 03, 2008 9:08 pm    Post subject: (Captcha mode) GD error "Security Image" at line 1 Reply with quote

I set the captcha to Image (GD). I had someone install the PHP GD feature on my server but I guess they missed something? Can you tell me how to fix this problem so I can get the Captcha "GD" working?

Below is a screen capture of the error message received when attempting to use the captcha as a regular downloader.

[img]Click Here to See Image[/img]
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 1901
Location: UFO Lab

PostPosted: Nov 05, 2008 7:06 am    Post subject: Reply with quote

Try this: in Modules/SecImage.pm replace
Code:
eval {require GD::SecurityImage;};
die"Can't init GD::SecurityImage" if $@;

with
Code:
use GD::SecurityImage;
Back to top
View user's profile Send private message Visit poster's website
Joseph



Joined: 26 Jan 2007
Posts: 16

PostPosted: Nov 08, 2008 9:13 pm    Post subject: Reply with quote

Thank you. It worked. Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XFileSharing Pro All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

Powered by phpBB © 2001, 2005 phpBB Group