XFileSharing Pro - Captcha not shown

Message
Author
rosad
Posts: 1
Joined: Jul 04, 2008 11:09 am

Captcha not shown

#1 Postby rosad » Jul 05, 2008 4:17 am

I have problem with captcha image in user registration not shown please tell me how to resolve
Thanks

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Jul 07, 2008 7:27 am

Check captchas folder - is it chmoded 777? Do you get any images there?
Also try this hack: in Modules/SecImage.pm replace

Code: Select all

force => 'png' , compress => 1
with

Code: Select all

force => 'jpeg',compress =>30
cause some servers don't have libpng support.