Joomla! Version: Joomla! 1.0.12 Stable
MySQL Version: 4.1.14-standard
PHP Version: 4.3.10-19
ChronoForms Version: 2.3.4
Whatever I enter 'Sorry, You have entered a wrong verification code' even correct code.
I've added $chrono_verification, md5($chrono_verfication) and $_SESSION['chrono_verfication'] at the end of showErrorMessage to debug and found the last one, $_SESSION['chrono_verfication'], is null value.
There is session file created in defined directory in php.ini.
Session Support enabled
Registered save handlers files user
Directive Local Value
session.auto_start Off
session.bug_compat_42 On
session.bug_compat_warn On
session.cache_expire 180
session.cache_limiter nocache
session.cookie_domain no value
session.cookie_lifetime 0
session.cookie_path /
session.cookie_secure Off
session.entropy_file no value
session.entropy_length 0
session.gc_divisor 100
session.gc_maxlifetime 1440
session.gc_probability 0
session.name PHPSESSID
session.referer_check no value
session.save_handler files
session.save_path /home/2/e/9/8575/8575/tmp
session.serialize_handler php
session.use_cookies On
session.use_only_cookies Off
session.use_trans_sid Off
There are only two (session) values in configuration.php
$mosConfig_session_life_admin = '1800';
$mosConfig_session_type = '0';
What could be the reason $_SESSION['chrono_verfication'] doesn't have any value?
Thanks in advance,
Post edited by: sswithjs1, at: 2007/10/10 09:32<br><br>Post edited by: sswithjs1, at: 2007/10/10 10:52
MySQL Version: 4.1.14-standard
PHP Version: 4.3.10-19
ChronoForms Version: 2.3.4
Whatever I enter 'Sorry, You have entered a wrong verification code' even correct code.
I've added $chrono_verification, md5($chrono_verfication) and $_SESSION['chrono_verfication'] at the end of showErrorMessage to debug and found the last one, $_SESSION['chrono_verfication'], is null value.
There is session file created in defined directory in php.ini.
Session Support enabled
Registered save handlers files user
Directive Local Value
session.auto_start Off
session.bug_compat_42 On
session.bug_compat_warn On
session.cache_expire 180
session.cache_limiter nocache
session.cookie_domain no value
session.cookie_lifetime 0
session.cookie_path /
session.cookie_secure Off
session.entropy_file no value
session.entropy_length 0
session.gc_divisor 100
session.gc_maxlifetime 1440
session.gc_probability 0
session.name PHPSESSID
session.referer_check no value
session.save_handler files
session.save_path /home/2/e/9/8575/8575/tmp
session.serialize_handler php
session.use_cookies On
session.use_only_cookies Off
session.use_trans_sid Off
There are only two (session) values in configuration.php
$mosConfig_session_life_admin = '1800';
$mosConfig_session_type = '0';
What could be the reason $_SESSION['chrono_verfication'] doesn't have any value?
Thanks in advance,
Post edited by: sswithjs1, at: 2007/10/10 09:32<br><br>Post edited by: sswithjs1, at: 2007/10/10 10:52