I have problem with captcha image in user registration not shown please tell me how to resolve
Thanks
XFileSharing Pro - Captcha not shown
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Check captchas folder - is it chmoded 777? Do you get any images there?
Also try this hack: in Modules/SecImage.pm replace
with
cause some servers don't have libpng support.
Also try this hack: in Modules/SecImage.pm replace
Code: Select all
force => 'png' , compress => 1
Code: Select all
force => 'jpeg',compress =>30