| Аргумент | Возможный тип | Описание |
| У метода нет аргументов | ||
$this->language->load('tool/error_log');
$file = DIR_LOGS . $this->config->get('config_error_filename');
$handle = fopen($file, 'w+');
fclose($handle);
$this->session->data['success'] = $this->language->get('text_success');
$this->redirect($this->url->link('tool/error_log', 'token=' . $this->session->data['token'], 'SSL'));