It gives error on rename subdomain, actually I was able to fix in constructor of RenameSubdomain Replace $this->params['id'] = $info['id']; with $this->default_params['id'] = $info['id']; $this->default_params['name'] = $info['name'];