$cfg1 = $this->cfg->get("cfg1"); $cfg1->set("Arena", "Enable"); Error = Call to a member function set() in string Helpme please
$config = $this->cfg; $config->setNested("Arena", "Enable"); $config->save(); Try that. It might work.