Hi All,

I am getting this error message on the browser if I use this link: https://www.outdoorking-forum.com.au/

Parse error: syntax error, unexpected token "[" in /home/xxxx/public_html/libs/smarty/sysplugins/smarty_internal_template.php on line 196

From file lines 194-203

// checks if template exists
if (!$this->source->exists) {
throw new SmartyException(
"Unable to load template '{$this->source->type}:{$this->source->name}'" .
($this->_isSubTpl() ? " in '{$this->parent->template_resource}'" : '')
);
}
// disable caching for evaluated code
if ($this->source->handler->recompiled) {
$this->caching = Smarty::CACHING_OFF;

Any assisttance on how to correct this would be great.