|
|
|
Environment:
|
FC6/Apache 2.2.3
unicode is required to be installed/enabled. OK
database mysql version 4.1.16 is required and you are running 5.0.27 OK
php version 4.3.0 is required and you are running 5.1.6 OK
php_extension iconv is recommended to be installed/enabled OK
php_extension mbstring is recommended to be installed/enabled OK
php_extension curl is recommended to be installed/enabled OK
php_extension openssl is recommended to be installed/enabled OK
php_extension tokenizer is recommended to be installed/enabled OK
FC6/Apache 2.2.3
unicode is required to be installed/enabled. OK
database mysql version 4.1.16 is required and you are running 5.0.27 OK
php version 4.3.0 is required and you are running 5.1.6 OK
php_extension iconv is recommended to be installed/enabled OK
php_extension mbstring is recommended to be installed/enabled OK
php_extension curl is recommended to be installed/enabled OK
php_extension openssl is recommended to be installed/enabled OK
php_extension tokenizer is recommended to be installed/enabled OK
|
|
| Database: |
MySQL
|
| Participants: |
Ethem Evlice, Mike Lieman and Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
16/Jun/07
|
| Affected Branches: |
MOODLE_18_STABLE
|
| Fixed Branches: |
MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
|
|
Selecting "Settings" on Authorize.Net on admin/enrol.php brings up a page describing Authorize Net settings, then a link "Go to the secure page to configure this plugin."
Clicking it, and/or using a https URL does NOT get access to the settings, but instead LOOPS right back to the same page.
looks like the evaluation of:
elseif (empty($_SERVER['HTTPS']) || $_SERVER['HTTPS'] == 'off') {
is returning with "empty", when the Location Bar displays a URL leading w/ https:
|
|
Description
|
Selecting "Settings" on Authorize.Net on admin/enrol.php brings up a page describing Authorize Net settings, then a link "Go to the secure page to configure this plugin."
Clicking it, and/or using a https URL does NOT get access to the settings, but instead LOOPS right back to the same page.
looks like the evaluation of:
elseif (empty($_SERVER['HTTPS']) || $_SERVER['HTTPS'] == 'off') {
is returning with "empty", when the Location Bar displays a URL leading w/ https: |
Show » |
|
Please review fixes.