LegendYou whispered Whispered to you FeedsAtomRSS2Text-only mode is OFF (turn on) Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support. Installed Add-ons. Help keep Vanilla free:
General Support & Troubleshooting: Known Bug List (read before reporting bugs)Bottom of Page 1 to 24 of 24
Found a bug in which the "GetRequestUri()" function adds an additional "://" before the host name.
The following files (version 1.1.8) seem to be the key in tracking down this bug:
- "/library/Framework/Framework.Functions.php" on line 582 the "GetRequestUri()" function adds "://" to the "HTTP_METHOD" configuration variable although this variable already has the full http method defined ("/conf/settings.php" line 13).
- "/setup/installer.php" on line 115 and 327 where the installer defines the "HTTP_METHOD" variable for the settings file. Perhaps the variable should only be set as "http" or "https" without the trailing colon and slashes.
This could have an effect on the "BASE_URL" and "FORWARD_VALIDATED_USER_URL" variables, which can be easily corrected by modifying the "$BaseUrl" variable in the installer file on line 116 to add the "://" there.
Comments
Whispered to you
FeedsAtomRSS2Text-only mode is OFF (turn on)
Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support. Installed Add-ons.
Help keep Vanilla free:
General Support & Troubleshooting: Known Bug List (read before reporting bugs)Bottom of Page
1 to 24 of 24
Found a bug in which the "GetRequestUri()" function adds an additional "://" before the host name.
The following files (version 1.1.8) seem to be the key in tracking down this bug:
- "/library/Framework/Framework.Functions.php" on line 582 the "GetRequestUri()" function adds "://" to the "HTTP_METHOD" configuration variable although this variable already has the full http method defined ("/conf/settings.php" line 13).
It has been suggested in the forums [http://vanillaforums.org/discussion/comment/95879/#Comment_95879] that the "HTTP_METHOD" variable be corrected in the settings file, in my experience, and apparently others' as well, this corrects the problem.
- "/setup/installer.php" on line 115 and 327 where the installer defines the "HTTP_METHOD" variable for the settings file. Perhaps the variable should only be set as "http" or "https" without the trailing colon and slashes.
This could have an effect on the "BASE_URL" and "FORWARD_VALIDATED_USER_URL" variables, which can be easily corrected by modifying the "$BaseUrl" variable in the installer file on line 116 to add the "://" there.