I have this error in my system error logs can someone help me with it? I have no idea what is could be. I'm currently using version 1.5.2.1
PHP Notice: Undefined index: zone_id in /home3/superwe5/public_html/aquariusfountainsnmore/catalog/controller/account/register.php on line 322
Make sure that you are using isset. It will do away with the error:
if (isset($this->request->post['zone_id'])) {
$this->data['zone_id'] = $this->request->post['zone_id'];
} else {
$this->data['zone_id'] = '';
}
if (isset($this->request->post['zone_id'])) {
$this->data['zone_id'] = $this->request->post['zone_id'];
} else {
$this->data['zone_id'] = '';
}
Who is online
Users browsing this forum: Amazon [Bot] and 28 guests