This:
Copy to clipboard
%userguide%
Renders as:
{PARAM(name="structure")} {ELSE}{redirect page="{{page}}?structure=Tiki+User+Guide"}{PARAM}
And causes PluginDynamicVariablesTest to crash.
Does anyone know who created this dynamic variable? Do we still need it? Any ideas on how to avoid this crash? — Marc
- To avoid the "crash" it needs to have the "&" replaced with "?" (in the past Tiki worked with ¶ms without ? as being the first query separator in the URLs but it was decided it is against some RFC rules/standards) —