1
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.