[eluser]javer[/eluser]
Its not working, still same error
Code:
var $context = array();
function __construct()
{
parent::Controller();
require_once ('smf/SSI.php');
$this->context = $context;
}
error:
Code:
Undefined variable: context
on this line $this->context = $context;
UPDATE:
Its working now. I have downloaded new smf 2 RC4 instead of 1.1.2. Maybe it was not because of old version of smf, but its working now.

Thank you very much rlindauer