OpenCart 2.1.0.2 suddenly crashed
Posted: Fri Jul 01, 2016 3:57 pm
Just today my site suddenly crashed, To be prudent, I began to check any error messages, I will be the original files the are error message listed in this, I hope you can help assist, thank you!
catalog/controller/account/wishlist.php on line 115
catalog/controller/api/order.php on line 767
If you have the same problem, also welcome!
Code: Select all
2016-06-29 15:52:04 - PHP Notice: Undefined variable: product_id in /home/tyleetw/public_html/catalog/controller/account/wishlist.php on line 115
Code: Select all
$this->model_account_wishlist->deleteWishlist($product_id);
Code: Select all
2016-06-29 16:24:40 - PHP Notice: Undefined index: override in /home/tyleetw/public_html/catalog/controller/api/order.php on line 767
Code: Select all
$this->model_checkout_order->addOrderHistory($order_id, $this->request->post['order_status_id'], $this->request->post['comment'], $this->request->post['notify'], $this->request->post['override']);