It seems store_id variable is not defined in google_analytics.php
$this->request->get['store_id'] is calling in the google_analytics.php
Replace
$this->model_setting_setting->editSetting('google_analytics', $this->request->post, $this->request->get['store_id']);
with
$this->model_setting_setting->editSetting('google_analytics', $this->request->post);
[source:
OpenCart Forum]