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

mobilan

Newbie
  
  • Posts

    10
  • Joined

  • Last visited

Everything posted by mobilan

  1. Notice: Undefined offset: -1 in /home/admin/web/555mebel.by/storage/modification/catalog/controller/common/home.php on line 21
  2. 555mebel.by/catalog/controller/common/home.php - ничего не меняется. 555mebel.by/storage/modification/catalog/controller/common/home.php - выдает следующую ошибку - Notice: Undefined offset: -1 in /home/admin/web/555mebel.by/storage/modification/catalog/controller/common/home.php on line 21
  3. когда нажимаем "очистить модификаторы" ошибка пропадает, после того, когда нажимаем "обновить модификаторы" ошибка снова появляется. Попробую сейчас код изменить. файл отсюда - 555mebel.by/storage/modification/catalog/controller/common/home.php
  4. <?php class ControllerCommonHome extends Controller { public function index() { $this->document->setTitle($this->config->get('config_meta_title')); $this->document->setDescription($this->config->get('config_meta_description')); $this->document->setKeywords($this->config->get('config_meta_keyword')); if (isset($this->request->get['route'])) { $this->document->addLink($this->config->get('config_url'), 'canonical'); } $data['column_left'] = $this->load->controller('common/column_left'); $data['column_right'] = $this->load->controller('common/column_right'); $data['content_top'] = $this->load->controller('common/content_top'); $data['content_bottom'] = $this->load->controller('common/content_bottom'); $data['footer'] = $this->load->controller('common/footer'); $data['header'] = $this->load->controller('common/header'); // mf theme $last_breadcrumbs = $data['breadcrumbs'][count($data['breadcrumbs']) - 1]; $data['breadcrumbs_title'] = $last_breadcrumbs['text']; $data['section_breadcrumb'] = $this->load->controller('common/ela_breadcrumbs', $data); $this->response->setOutput($this->load->view('common/home', $data)); } }
  5. Поменяли версию, осталось одна ошибка )) Notice: Undefined index: breadcrumbs in /home/admin/web/555mebel.by/storage/modification/catalog/controller/common/home.php on line 20Notice: Undefined index: breadcrumbs in /home/admin/web/555mebel.by/storage/modification/catalog/controller/common/home.php on line 20
  6. Здравствуйте, Mobel - Furniture OpenCart Theme. Notice: Undefined index: breadcrumbs in /home/admin/web/555mebel.by/storage/modification/catalog/controller/common/home.php on line 20Warning: count(): Parameter must be an array or an object that implements Countable in /home/admin/web/555mebel.by/storage/modification/catalog/controller/common/home.php on line 20Notice: Undefined index: breadcrumbs in /home/admin/web/555mebel.by/storage/modification/catalog/controller/common/home.php on line 20Notice: Trying to access array offset on value of type null in /home/admin/web/555mebel.by/storage/modification/catalog/controller/common/home.php on line 20Notice: Trying to access array offset on value of type null in /home/admin/web/555mebel.by/storage/modification/catalog/controller/common/home.php on line 21
×
×
  • 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.