Loading...
 
Skip to main content
Testing several commands



Tiki Dynamic variable usage


Copy to clipboard
{$user}


{$user}



1.2. Parsing html code


Copy to clipboard
{R()}cat("<b>hello</b>"){R}


 Plugin R/RR: …R… command unavailable
The path to the R command could not be found on your system. Maybe this file is inaccessible due to safe mode restrictions.
See requirements on https://doc.tiki.org/PluginR.



1.3. Wikisyntax param

Attempt parsing with different values for wikisyntax param

1.3.1. no wikisyntax set

Copy to clipboard
{R()}cat("__hello__"){R}


 Plugin R/RR: …R… command unavailable
The path to the R command could not be found on your system. Maybe this file is inaccessible due to safe mode restrictions.
See requirements on https://doc.tiki.org/PluginR.



1.3.2. wikisyntax set to 0

Copy to clipboard
{R(wikisyntax=>0)}cat("__hello__"){R}


 Plugin R/RR: …R… command unavailable
The path to the R command could not be found on your system. Maybe this file is inaccessible due to safe mode restrictions.
See requirements on https://doc.tiki.org/PluginR.



1.3.3. wikisyntax set to 1

Copy to clipboard
{R(wikisyntax=>1)}cat("__hello__"){R}


 Plugin R/RR: …R… command unavailable
The path to the R command could not be found on your system. Maybe this file is inaccessible due to safe mode restrictions.
See requirements on https://doc.tiki.org/PluginR.



Show PHP error messages