Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Smolarchuk

Newbie
  
  • Posts

    48
  • Joined

  • Last visited

Everything posted by Smolarchuk

  1. После установки Вашего модуля при попытке редактирования любого товара вылазит ошибка (адрес сайта и аккаунт скрыл *): Fatal error: Call to undefined method ModelCatalogProduct::getProductMainCategoryId() in /home/*/*/www/vqmod/vqcache/vq2-admin_controller_catalog_product.php on line 1068 а там: $this->data['product_categories'] = array(); if (isset($this->request->post['main_category_id'])) { $this->data['main_category_id'] = $this->request->post['main_category_id']; } elseif (isset($product_info)) { $this->data['main_category_id'] = $this->model_catalog_product->getProductMainCategoryId($this->request->get['product_id']); } else { $this->data['main_category_id'] = 0; }Куда копать?Восстановил сайт из бекапа и поставил модуль: все работает. Видимо где то повредились файлы.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.