| Re: Captcha doesn't work in some servers (Image mode) |
| by hal9008 on 2010/3/10 16:07:33 I forgot to say: When captcha is not shown, script takes 100% of one server's processor until it (I suppose) timeouts. If I put some "echo" at the beginning or at the end of the php script, message is not shown until script timeouts, so problem must be on some previous task (syntax comprobation, resource allocation, etc) I will try all that you say and then I will tell you the results. |
| Re: Captcha doesn't work in some servers (Image mode) |
| by frankblack on 2010/3/10 15:48:55 Or follow this thread, although this is not a solution for your problem. Maybe the GD library version differ from local and web. |
| Re: Captcha doesn't work in some servers (Image mode) |
| by deka87 on 2010/3/10 15:39:44 You can try to replace it with reCaptcha. Works perfectly for me. |
| Captcha doesn't work in some servers (Image mode) |
| by hal9008 on 2010/3/10 14:29:03 Hello. I have a big trouble with the captcha image that comes with XOOPS 2.4.4. I have updated my web build in XOOPS 2.0.18. In that version i have installed the module "security image" and everything works fine in my hosting. When I do the update, I see that captcha is in the core of XOOPS 2.4.4 (I think that is based in that module). I updated my web in local and everything works fine, but when I have uploaded the web to my hosting, the captcha didn't works. If I configure captcha in text mode it works, but in graphic mode I can see the captcha image only sometimes. Most times i've tried, I can't see the captcha. But sometimes the captcha is seen. I don't understand why. In local I see the captcha fine. In local I have this configuration. XOOPS 2.4.4 PHP 5.2.11 mySQL 5.1.37 Server API: apache2handler OS Darwin (MAC OS) safe_mode Off register_globals Off magic_quotes_gpc On allow_url_fopen On fsockopen On post_max_size 32M max_input_time 60 output_buffering max_execution_time 30 memory_limit 32M file_uploads On upload_max_filesize 32M 'safe_mode': off 'file_uploads': on 'register_globals': off 'upload_max_filesize': 32M byte 'post_max_size': 32M byte 'open_basedir': nothing This is the configuration of the server: debian 5.0.4 (lenny) Apache 2.2.9 PHP 5.2.6-1+lenny6 mySQL 5.0.51a-24+lenny3-log ServerAPI apache2handler safe_mode Off register_globals Off magic_quotes_gpc On allow_url_fopen On fsockopen On post_max_size 11M max_input_time 90 output_buffering max_execution_time 60 memory_limit 128M file_uploads On upload_max_filesize 11M The master of my hosting, says that the problem is not in the script execution. It may be in the execution and the check of initial syntax. The problems comes by "XoopsCaptchaImageHandled". It seems a XOOPS bug. ¿Is anybody working on that? ¿can anybody help me with this trouble? Thanks. |