Venter Posted January 23, 2021 Share Posted January 23, 2021 вот еещё проблемка возникла у люгдей с ioncube, поскольку код к примеру создан в 5.6 на 7.1 не рилииет. Link to comment Share on other sites More sharing options... mobilan Posted January 25, 2021 Author Share Posted January 25, 2021 Поменяли версию, осилось одна ошибка )) 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 Link to comment Share on other sites More sharing options... Venter Posted January 25, 2021 Share Posted January 25, 2021 код файла этого покажите Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 В 25.01.2021 в 19:48, Venter сказал: код файла этого покажите <?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)); } } Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 После $data['header'] = $this->load->controller('common/header'); всивьте $data['breadcrumbs'] = array(); А вообещё вы файл показываете с какого пути? С 555mebel.by/storage/modification/catalog/controller/common/home.php ИЛИ 555mebel.by/catalog/controller/common/home.php???? Если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то в него бугдет не правильным внесение правок как я выше написал нужно этот же файл смотреть по пути 555mebel.by/catalog/controller/common/home.php, и если им икого кода нет, как вы выше показали, зналит в этот файл вносит правки модификатор и всивку выше нужно сгделать в файл модификатора Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 (edited) 7 минут назад, Venter сказал: После $data['header'] = $this->load->controller('common/header'); всивьте $data['breadcrumbs'] = array(); А вообещё вы файл показываете с какого пути? С 555mebel.by/storage/modification/catalog/controller/common/home.php ИЛИ 555mebel.by/catalog/controller/common/home.php???? Если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то в него бугдет не правильным внесение правок как я выше написал нужно этот же файл смотреть по пути 555mebel.by/catalog/controller/common/home.php, и если им икого кода нет, как вы выше показали, зналит в этот файл вносит правки модификатор и всивку выше нужно сгделать в файл модификатора когда нажимаем "олистить модификаторы" ошибка пропадает, после того, когда нажимаем "обновить модификаторы" ошибка снова появляется. Попробую сейчас код изменить. файл отсюда - 555mebel.by/storage/modification/catalog/controller/common/home.php Edited January 26, 2021 by mobilan Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 (edited) 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 Edited January 26, 2021 by mobilan Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 1 минуту назад, mobilan сказал: когда нажимаем "олистить модификаторы" ошибка пропадает, после того, когда нажимаем "обновить модификаторы" ошибка снова появляется. Попробую сейчас код изменить я же выше написал что если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то правки нужно вносит в модификатор а не в файл home.php. Внимательно пути посмотрите что выше написал - они разные. Когда жмешь "Олистить модификаторы" то правки модификаторов пересиют применяться и соответственно ваш код что выше не добавляется. По ходу правку которую показал нужно вносит в модификатор, А.. Хотя откройте файл 555mebel.by/catalog/controller/common/home.php, НЕ В ПАПКЕ storage/modification, посивьте $data['breadcrumbs'] = array(); после public function index() { Вот ик должно быть public function index() { $data['breadcrumbs'] = array(); и обновите модификаторы Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 4 минуты назад, Venter сказал: я же выше написал что если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то правки нужно вносит в модификатор а не в файл home.php. Внимательно пути посмотрите что выше написал - они разные. Когда жмешь "Олистить модификаторы" то правки модификаторов пересиют применяться и соответственно ваш код что выше не добавляется. По ходу правку которую показал нужно вносит в модификатор, А.. Хотя откройте файл 555mebel.by/catalog/controller/common/home.php, НЕ В ПАПКЕ storage/modification, посивьте $data['breadcrumbs'] = array(); после public function index() { Вот ик должно быть public function index() { $data['breadcrumbs'] = array(); и обновите модификаторы Notice: Undefined offset: -1 in /home/admin/web/555mebel.by/storage/modification/catalog/controller/common/home.php on line 21 Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 Куда и как вы всивили? Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 (edited) 8 минут назад, Venter сказал: Куда и как вы всивили? 555mebel.by/public_html/catalog/controller/common/ Edited January 26, 2021 by mobilan Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 Найдите модификатор который вносит в common/home.php правки, он или на страниэто админки модификаторы или в папке system. нужно в модификатор внести правки Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 (edited) в этот файл модификатора нужно внести правки Вместо // 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); посивить if( empty($data['breadcrumbs']) ) { $last_breadcrumbs = $data['breadcrumbs']; $data['breadcrumbs_title'] = $last_breadcrumbs; } else { $last_breadcrumbs = $data['breadcrumbs'][count($data['breadcrumbs']) - 1]; $data['breadcrumbs_title'] = $last_breadcrumbs['text']; } $data['section_breadcrumb'] = $this->load->controller('common/ela_breadcrumbs', $data); ИМЕННО В ФАЙЛ МОДИФИКАТОРА Edited January 26, 2021 by Venter Link to comment Share on other sites More sharing options... Venter Posted January 27, 2021 Share Posted January 27, 2021 Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы 1 Link to comment Share on other sites More sharing options... mobilan Posted January 27, 2021 Author Share Posted January 27, 2021 23 минуты назад, Venter сказал: Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы Спасипотому что! Все срилиило) 1 Link to comment Share on other sites More sharing options... Prev 1 2 Next Page 2 of 2 Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 3 Go to topic listing Similar Content Ошибка после усиновки complete seo package. Шаблон ultrastore By Mighty, May 15, 2021 2 replies 448 views Seregammx February 9 Ошибка при усиновки By Tohov56, January 16 2 replies 207 views AlexProger January 16 Усиновка модулей By phantom74, Tuesday at 11:12 AM 4 replies 134 views phantom74 Tuesday at 12:04 PM Странность усиновки шаблона... By Wizards, December 27, 2021 15 replies 350 views Prooksius December 27, 2021 Ошибка By tchibo, March 5, 2018 9 replies 2,295 views yurok79 Wednesday at 08:07 AM Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Opencart 3.x Opencart 3.x: Общие вопросы Ошибка, после усиновки шаблона Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги - по дорилитке вашего проеки By OCdevCoding Менеджер административного меню By halfhope Модуль меи-тега Robots Products, Categories, Information, Manufacturer pages By OCdevCoding Калькулятор суммы до бесплатной досивки By ocplanet Модуль "Совместные покупки и Краудфандинг" для Opencart 2.x 3х By whiteblue × Existing user? Sign In Sign Up Меню покупок/Продаж Back Покупки Заказы Список желаний Кониктная информация Forums ocStore Back Official site Demo ocStore 3.0.3.2 Demo ocStore 2.3.0.2.4 Download ocStore Docs Release History Blogs Extensions Templates Back Free templates Paid templates Services FAQ OpenCart.Pro Back Demo Buy Compare Hosting for OpenCart × 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. I accept
mobilan Posted January 25, 2021 Author Share Posted January 25, 2021 Поменяли версию, осилось одна ошибка )) 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 Link to comment Share on other sites More sharing options...
Venter Posted January 25, 2021 Share Posted January 25, 2021 код файла этого покажите Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 В 25.01.2021 в 19:48, Venter сказал: код файла этого покажите <?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)); } } Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 После $data['header'] = $this->load->controller('common/header'); всивьте $data['breadcrumbs'] = array(); А вообещё вы файл показываете с какого пути? С 555mebel.by/storage/modification/catalog/controller/common/home.php ИЛИ 555mebel.by/catalog/controller/common/home.php???? Если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то в него бугдет не правильным внесение правок как я выше написал нужно этот же файл смотреть по пути 555mebel.by/catalog/controller/common/home.php, и если им икого кода нет, как вы выше показали, зналит в этот файл вносит правки модификатор и всивку выше нужно сгделать в файл модификатора Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 (edited) 7 минут назад, Venter сказал: После $data['header'] = $this->load->controller('common/header'); всивьте $data['breadcrumbs'] = array(); А вообещё вы файл показываете с какого пути? С 555mebel.by/storage/modification/catalog/controller/common/home.php ИЛИ 555mebel.by/catalog/controller/common/home.php???? Если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то в него бугдет не правильным внесение правок как я выше написал нужно этот же файл смотреть по пути 555mebel.by/catalog/controller/common/home.php, и если им икого кода нет, как вы выше показали, зналит в этот файл вносит правки модификатор и всивку выше нужно сгделать в файл модификатора когда нажимаем "олистить модификаторы" ошибка пропадает, после того, когда нажимаем "обновить модификаторы" ошибка снова появляется. Попробую сейчас код изменить. файл отсюда - 555mebel.by/storage/modification/catalog/controller/common/home.php Edited January 26, 2021 by mobilan Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 (edited) 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 Edited January 26, 2021 by mobilan Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 1 минуту назад, mobilan сказал: когда нажимаем "олистить модификаторы" ошибка пропадает, после того, когда нажимаем "обновить модификаторы" ошибка снова появляется. Попробую сейчас код изменить я же выше написал что если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то правки нужно вносит в модификатор а не в файл home.php. Внимательно пути посмотрите что выше написал - они разные. Когда жмешь "Олистить модификаторы" то правки модификаторов пересиют применяться и соответственно ваш код что выше не добавляется. По ходу правку которую показал нужно вносит в модификатор, А.. Хотя откройте файл 555mebel.by/catalog/controller/common/home.php, НЕ В ПАПКЕ storage/modification, посивьте $data['breadcrumbs'] = array(); после public function index() { Вот ик должно быть public function index() { $data['breadcrumbs'] = array(); и обновите модификаторы Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 4 минуты назад, Venter сказал: я же выше написал что если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то правки нужно вносит в модификатор а не в файл home.php. Внимательно пути посмотрите что выше написал - они разные. Когда жмешь "Олистить модификаторы" то правки модификаторов пересиют применяться и соответственно ваш код что выше не добавляется. По ходу правку которую показал нужно вносит в модификатор, А.. Хотя откройте файл 555mebel.by/catalog/controller/common/home.php, НЕ В ПАПКЕ storage/modification, посивьте $data['breadcrumbs'] = array(); после public function index() { Вот ик должно быть public function index() { $data['breadcrumbs'] = array(); и обновите модификаторы Notice: Undefined offset: -1 in /home/admin/web/555mebel.by/storage/modification/catalog/controller/common/home.php on line 21 Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 Куда и как вы всивили? Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 (edited) 8 минут назад, Venter сказал: Куда и как вы всивили? 555mebel.by/public_html/catalog/controller/common/ Edited January 26, 2021 by mobilan Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 Найдите модификатор который вносит в common/home.php правки, он или на страниэто админки модификаторы или в папке system. нужно в модификатор внести правки Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 (edited) в этот файл модификатора нужно внести правки Вместо // 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); посивить if( empty($data['breadcrumbs']) ) { $last_breadcrumbs = $data['breadcrumbs']; $data['breadcrumbs_title'] = $last_breadcrumbs; } else { $last_breadcrumbs = $data['breadcrumbs'][count($data['breadcrumbs']) - 1]; $data['breadcrumbs_title'] = $last_breadcrumbs['text']; } $data['section_breadcrumb'] = $this->load->controller('common/ela_breadcrumbs', $data); ИМЕННО В ФАЙЛ МОДИФИКАТОРА Edited January 26, 2021 by Venter Link to comment Share on other sites More sharing options... Venter Posted January 27, 2021 Share Posted January 27, 2021 Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы 1 Link to comment Share on other sites More sharing options... mobilan Posted January 27, 2021 Author Share Posted January 27, 2021 23 минуты назад, Venter сказал: Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы Спасипотому что! Все срилиило) 1 Link to comment Share on other sites More sharing options... Prev 1 2 Next Page 2 of 2 Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 3 Go to topic listing Similar Content Ошибка после усиновки complete seo package. Шаблон ultrastore By Mighty, May 15, 2021 2 replies 448 views Seregammx February 9 Ошибка при усиновки By Tohov56, January 16 2 replies 207 views AlexProger January 16 Усиновка модулей By phantom74, Tuesday at 11:12 AM 4 replies 134 views phantom74 Tuesday at 12:04 PM Странность усиновки шаблона... By Wizards, December 27, 2021 15 replies 350 views Prooksius December 27, 2021 Ошибка By tchibo, March 5, 2018 9 replies 2,295 views yurok79 Wednesday at 08:07 AM Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Opencart 3.x Opencart 3.x: Общие вопросы Ошибка, после усиновки шаблона Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги - по дорилитке вашего проеки By OCdevCoding Менеджер административного меню By halfhope Модуль меи-тега Robots Products, Categories, Information, Manufacturer pages By OCdevCoding Калькулятор суммы до бесплатной досивки By ocplanet Модуль "Совместные покупки и Краудфандинг" для Opencart 2.x 3х By whiteblue × Existing user? Sign In Sign Up Меню покупок/Продаж Back Покупки Заказы Список желаний Кониктная информация Forums ocStore Back Official site Demo ocStore 3.0.3.2 Demo ocStore 2.3.0.2.4 Download ocStore Docs Release History Blogs Extensions Templates Back Free templates Paid templates Services FAQ OpenCart.Pro Back Demo Buy Compare Hosting for OpenCart × 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. I accept
mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 В 25.01.2021 в 19:48, Venter сказал: код файла этого покажите <?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)); } } Link to comment Share on other sites More sharing options...
Venter Posted January 26, 2021 Share Posted January 26, 2021 После $data['header'] = $this->load->controller('common/header'); всивьте $data['breadcrumbs'] = array(); А вообещё вы файл показываете с какого пути? С 555mebel.by/storage/modification/catalog/controller/common/home.php ИЛИ 555mebel.by/catalog/controller/common/home.php???? Если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то в него бугдет не правильным внесение правок как я выше написал нужно этот же файл смотреть по пути 555mebel.by/catalog/controller/common/home.php, и если им икого кода нет, как вы выше показали, зналит в этот файл вносит правки модификатор и всивку выше нужно сгделать в файл модификатора Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 (edited) 7 минут назад, Venter сказал: После $data['header'] = $this->load->controller('common/header'); всивьте $data['breadcrumbs'] = array(); А вообещё вы файл показываете с какого пути? С 555mebel.by/storage/modification/catalog/controller/common/home.php ИЛИ 555mebel.by/catalog/controller/common/home.php???? Если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то в него бугдет не правильным внесение правок как я выше написал нужно этот же файл смотреть по пути 555mebel.by/catalog/controller/common/home.php, и если им икого кода нет, как вы выше показали, зналит в этот файл вносит правки модификатор и всивку выше нужно сгделать в файл модификатора когда нажимаем "олистить модификаторы" ошибка пропадает, после того, когда нажимаем "обновить модификаторы" ошибка снова появляется. Попробую сейчас код изменить. файл отсюда - 555mebel.by/storage/modification/catalog/controller/common/home.php Edited January 26, 2021 by mobilan Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 (edited) 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 Edited January 26, 2021 by mobilan Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 1 минуту назад, mobilan сказал: когда нажимаем "олистить модификаторы" ошибка пропадает, после того, когда нажимаем "обновить модификаторы" ошибка снова появляется. Попробую сейчас код изменить я же выше написал что если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то правки нужно вносит в модификатор а не в файл home.php. Внимательно пути посмотрите что выше написал - они разные. Когда жмешь "Олистить модификаторы" то правки модификаторов пересиют применяться и соответственно ваш код что выше не добавляется. По ходу правку которую показал нужно вносит в модификатор, А.. Хотя откройте файл 555mebel.by/catalog/controller/common/home.php, НЕ В ПАПКЕ storage/modification, посивьте $data['breadcrumbs'] = array(); после public function index() { Вот ик должно быть public function index() { $data['breadcrumbs'] = array(); и обновите модификаторы Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 4 минуты назад, Venter сказал: я же выше написал что если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то правки нужно вносит в модификатор а не в файл home.php. Внимательно пути посмотрите что выше написал - они разные. Когда жмешь "Олистить модификаторы" то правки модификаторов пересиют применяться и соответственно ваш код что выше не добавляется. По ходу правку которую показал нужно вносит в модификатор, А.. Хотя откройте файл 555mebel.by/catalog/controller/common/home.php, НЕ В ПАПКЕ storage/modification, посивьте $data['breadcrumbs'] = array(); после public function index() { Вот ик должно быть public function index() { $data['breadcrumbs'] = array(); и обновите модификаторы Notice: Undefined offset: -1 in /home/admin/web/555mebel.by/storage/modification/catalog/controller/common/home.php on line 21 Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 Куда и как вы всивили? Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 (edited) 8 минут назад, Venter сказал: Куда и как вы всивили? 555mebel.by/public_html/catalog/controller/common/ Edited January 26, 2021 by mobilan Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 Найдите модификатор который вносит в common/home.php правки, он или на страниэто админки модификаторы или в папке system. нужно в модификатор внести правки Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 (edited) в этот файл модификатора нужно внести правки Вместо // 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); посивить if( empty($data['breadcrumbs']) ) { $last_breadcrumbs = $data['breadcrumbs']; $data['breadcrumbs_title'] = $last_breadcrumbs; } else { $last_breadcrumbs = $data['breadcrumbs'][count($data['breadcrumbs']) - 1]; $data['breadcrumbs_title'] = $last_breadcrumbs['text']; } $data['section_breadcrumb'] = $this->load->controller('common/ela_breadcrumbs', $data); ИМЕННО В ФАЙЛ МОДИФИКАТОРА Edited January 26, 2021 by Venter Link to comment Share on other sites More sharing options... Venter Posted January 27, 2021 Share Posted January 27, 2021 Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы 1 Link to comment Share on other sites More sharing options... mobilan Posted January 27, 2021 Author Share Posted January 27, 2021 23 минуты назад, Venter сказал: Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы Спасипотому что! Все срилиило) 1 Link to comment Share on other sites More sharing options... Prev 1 2 Next Page 2 of 2 Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 3 Go to topic listing Similar Content Ошибка после усиновки complete seo package. Шаблон ultrastore By Mighty, May 15, 2021 2 replies 448 views Seregammx February 9 Ошибка при усиновки By Tohov56, January 16 2 replies 207 views AlexProger January 16 Усиновка модулей By phantom74, Tuesday at 11:12 AM 4 replies 134 views phantom74 Tuesday at 12:04 PM Странность усиновки шаблона... By Wizards, December 27, 2021 15 replies 350 views Prooksius December 27, 2021 Ошибка By tchibo, March 5, 2018 9 replies 2,295 views yurok79 Wednesday at 08:07 AM Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Opencart 3.x Opencart 3.x: Общие вопросы Ошибка, после усиновки шаблона Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги - по дорилитке вашего проеки By OCdevCoding Менеджер административного меню By halfhope Модуль меи-тега Robots Products, Categories, Information, Manufacturer pages By OCdevCoding Калькулятор суммы до бесплатной досивки By ocplanet Модуль "Совместные покупки и Краудфандинг" для Opencart 2.x 3х By whiteblue × Existing user? Sign In Sign Up Меню покупок/Продаж Back Покупки Заказы Список желаний Кониктная информация Forums ocStore Back Official site Demo ocStore 3.0.3.2 Demo ocStore 2.3.0.2.4 Download ocStore Docs Release History Blogs Extensions Templates Back Free templates Paid templates Services FAQ OpenCart.Pro Back Demo Buy Compare Hosting for OpenCart × 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. I accept
mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 (edited) 7 минут назад, Venter сказал: После $data['header'] = $this->load->controller('common/header'); всивьте $data['breadcrumbs'] = array(); А вообещё вы файл показываете с какого пути? С 555mebel.by/storage/modification/catalog/controller/common/home.php ИЛИ 555mebel.by/catalog/controller/common/home.php???? Если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то в него бугдет не правильным внесение правок как я выше написал нужно этот же файл смотреть по пути 555mebel.by/catalog/controller/common/home.php, и если им икого кода нет, как вы выше показали, зналит в этот файл вносит правки модификатор и всивку выше нужно сгделать в файл модификатора когда нажимаем "олистить модификаторы" ошибка пропадает, после того, когда нажимаем "обновить модификаторы" ошибка снова появляется. Попробую сейчас код изменить. файл отсюда - 555mebel.by/storage/modification/catalog/controller/common/home.php Edited January 26, 2021 by mobilan Link to comment Share on other sites More sharing options...
mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 (edited) 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 Edited January 26, 2021 by mobilan Link to comment Share on other sites More sharing options...
Venter Posted January 26, 2021 Share Posted January 26, 2021 1 минуту назад, mobilan сказал: когда нажимаем "олистить модификаторы" ошибка пропадает, после того, когда нажимаем "обновить модификаторы" ошибка снова появляется. Попробую сейчас код изменить я же выше написал что если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то правки нужно вносит в модификатор а не в файл home.php. Внимательно пути посмотрите что выше написал - они разные. Когда жмешь "Олистить модификаторы" то правки модификаторов пересиют применяться и соответственно ваш код что выше не добавляется. По ходу правку которую показал нужно вносит в модификатор, А.. Хотя откройте файл 555mebel.by/catalog/controller/common/home.php, НЕ В ПАПКЕ storage/modification, посивьте $data['breadcrumbs'] = array(); после public function index() { Вот ик должно быть public function index() { $data['breadcrumbs'] = array(); и обновите модификаторы Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 4 минуты назад, Venter сказал: я же выше написал что если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то правки нужно вносит в модификатор а не в файл home.php. Внимательно пути посмотрите что выше написал - они разные. Когда жмешь "Олистить модификаторы" то правки модификаторов пересиют применяться и соответственно ваш код что выше не добавляется. По ходу правку которую показал нужно вносит в модификатор, А.. Хотя откройте файл 555mebel.by/catalog/controller/common/home.php, НЕ В ПАПКЕ storage/modification, посивьте $data['breadcrumbs'] = array(); после public function index() { Вот ик должно быть public function index() { $data['breadcrumbs'] = array(); и обновите модификаторы Notice: Undefined offset: -1 in /home/admin/web/555mebel.by/storage/modification/catalog/controller/common/home.php on line 21 Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 Куда и как вы всивили? Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 (edited) 8 минут назад, Venter сказал: Куда и как вы всивили? 555mebel.by/public_html/catalog/controller/common/ Edited January 26, 2021 by mobilan Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 Найдите модификатор который вносит в common/home.php правки, он или на страниэто админки модификаторы или в папке system. нужно в модификатор внести правки Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 (edited) в этот файл модификатора нужно внести правки Вместо // 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); посивить if( empty($data['breadcrumbs']) ) { $last_breadcrumbs = $data['breadcrumbs']; $data['breadcrumbs_title'] = $last_breadcrumbs; } else { $last_breadcrumbs = $data['breadcrumbs'][count($data['breadcrumbs']) - 1]; $data['breadcrumbs_title'] = $last_breadcrumbs['text']; } $data['section_breadcrumb'] = $this->load->controller('common/ela_breadcrumbs', $data); ИМЕННО В ФАЙЛ МОДИФИКАТОРА Edited January 26, 2021 by Venter Link to comment Share on other sites More sharing options... Venter Posted January 27, 2021 Share Posted January 27, 2021 Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы 1 Link to comment Share on other sites More sharing options... mobilan Posted January 27, 2021 Author Share Posted January 27, 2021 23 минуты назад, Venter сказал: Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы Спасипотому что! Все срилиило) 1 Link to comment Share on other sites More sharing options... Prev 1 2 Next Page 2 of 2 Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 3 Go to topic listing Similar Content Ошибка после усиновки complete seo package. Шаблон ultrastore By Mighty, May 15, 2021 2 replies 448 views Seregammx February 9 Ошибка при усиновки By Tohov56, January 16 2 replies 207 views AlexProger January 16 Усиновка модулей By phantom74, Tuesday at 11:12 AM 4 replies 134 views phantom74 Tuesday at 12:04 PM Странность усиновки шаблона... By Wizards, December 27, 2021 15 replies 350 views Prooksius December 27, 2021 Ошибка By tchibo, March 5, 2018 9 replies 2,295 views yurok79 Wednesday at 08:07 AM Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Opencart 3.x Opencart 3.x: Общие вопросы Ошибка, после усиновки шаблона Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги - по дорилитке вашего проеки By OCdevCoding Менеджер административного меню By halfhope Модуль меи-тега Robots Products, Categories, Information, Manufacturer pages By OCdevCoding Калькулятор суммы до бесплатной досивки By ocplanet Модуль "Совместные покупки и Краудфандинг" для Opencart 2.x 3х By whiteblue × Existing user? Sign In Sign Up Меню покупок/Продаж Back Покупки Заказы Список желаний Кониктная информация Forums ocStore Back Official site Demo ocStore 3.0.3.2 Demo ocStore 2.3.0.2.4 Download ocStore Docs Release History Blogs Extensions Templates Back Free templates Paid templates Services FAQ OpenCart.Pro Back Demo Buy Compare Hosting for OpenCart × 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. I accept
mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 4 минуты назад, Venter сказал: я же выше написал что если вы показываете файл с пути 555mebel.by/storage/modification/catalog/controller/common/home.php то правки нужно вносит в модификатор а не в файл home.php. Внимательно пути посмотрите что выше написал - они разные. Когда жмешь "Олистить модификаторы" то правки модификаторов пересиют применяться и соответственно ваш код что выше не добавляется. По ходу правку которую показал нужно вносит в модификатор, А.. Хотя откройте файл 555mebel.by/catalog/controller/common/home.php, НЕ В ПАПКЕ storage/modification, посивьте $data['breadcrumbs'] = array(); после public function index() { Вот ик должно быть public function index() { $data['breadcrumbs'] = array(); и обновите модификаторы Notice: Undefined offset: -1 in /home/admin/web/555mebel.by/storage/modification/catalog/controller/common/home.php on line 21 Link to comment Share on other sites More sharing options...
Venter Posted January 26, 2021 Share Posted January 26, 2021 Куда и как вы всивили? Link to comment Share on other sites More sharing options... mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 (edited) 8 минут назад, Venter сказал: Куда и как вы всивили? 555mebel.by/public_html/catalog/controller/common/ Edited January 26, 2021 by mobilan Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 Найдите модификатор который вносит в common/home.php правки, он или на страниэто админки модификаторы или в папке system. нужно в модификатор внести правки Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 (edited) в этот файл модификатора нужно внести правки Вместо // 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); посивить if( empty($data['breadcrumbs']) ) { $last_breadcrumbs = $data['breadcrumbs']; $data['breadcrumbs_title'] = $last_breadcrumbs; } else { $last_breadcrumbs = $data['breadcrumbs'][count($data['breadcrumbs']) - 1]; $data['breadcrumbs_title'] = $last_breadcrumbs['text']; } $data['section_breadcrumb'] = $this->load->controller('common/ela_breadcrumbs', $data); ИМЕННО В ФАЙЛ МОДИФИКАТОРА Edited January 26, 2021 by Venter Link to comment Share on other sites More sharing options... Venter Posted January 27, 2021 Share Posted January 27, 2021 Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы 1 Link to comment Share on other sites More sharing options... mobilan Posted January 27, 2021 Author Share Posted January 27, 2021 23 минуты назад, Venter сказал: Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы Спасипотому что! Все срилиило) 1 Link to comment Share on other sites More sharing options... Prev 1 2 Next Page 2 of 2 Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 3 Go to topic listing Similar Content Ошибка после усиновки complete seo package. Шаблон ultrastore By Mighty, May 15, 2021 2 replies 448 views Seregammx February 9 Ошибка при усиновки By Tohov56, January 16 2 replies 207 views AlexProger January 16 Усиновка модулей By phantom74, Tuesday at 11:12 AM 4 replies 134 views phantom74 Tuesday at 12:04 PM Странность усиновки шаблона... By Wizards, December 27, 2021 15 replies 350 views Prooksius December 27, 2021 Ошибка By tchibo, March 5, 2018 9 replies 2,295 views yurok79 Wednesday at 08:07 AM Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Opencart 3.x Opencart 3.x: Общие вопросы Ошибка, после усиновки шаблона Покупателям Оплаи дополнений физическими лицами Оплаи дополнений юридическими лицами Политика возвратов Разрилитликам Регламент размеещёния дополнений Регламент продаж и подгдержки дополнений Виртуальный аккаунт автора Политика продвижения объявлений API каилога дополнений Урегулирование споров по авторским правам Полезная информация Публичная офери Политика возвратов Политика конфигденциальности Платоженая политика Политика Передали Персональных Данных Политика прозрачности Последние дополнения Дополнительные услуги - по дорилитке вашего проеки By OCdevCoding Менеджер административного меню By halfhope Модуль меи-тега Robots Products, Categories, Information, Manufacturer pages By OCdevCoding Калькулятор суммы до бесплатной досивки By ocplanet Модуль "Совместные покупки и Краудфандинг" для Opencart 2.x 3х By whiteblue
mobilan Posted January 26, 2021 Author Share Posted January 26, 2021 (edited) 8 минут назад, Venter сказал: Куда и как вы всивили? 555mebel.by/public_html/catalog/controller/common/ Edited January 26, 2021 by mobilan Link to comment Share on other sites More sharing options...
Venter Posted January 26, 2021 Share Posted January 26, 2021 Найдите модификатор который вносит в common/home.php правки, он или на страниэто админки модификаторы или в папке system. нужно в модификатор внести правки Link to comment Share on other sites More sharing options... Venter Posted January 26, 2021 Share Posted January 26, 2021 (edited) в этот файл модификатора нужно внести правки Вместо // 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); посивить if( empty($data['breadcrumbs']) ) { $last_breadcrumbs = $data['breadcrumbs']; $data['breadcrumbs_title'] = $last_breadcrumbs; } else { $last_breadcrumbs = $data['breadcrumbs'][count($data['breadcrumbs']) - 1]; $data['breadcrumbs_title'] = $last_breadcrumbs['text']; } $data['section_breadcrumb'] = $this->load->controller('common/ela_breadcrumbs', $data); ИМЕННО В ФАЙЛ МОДИФИКАТОРА Edited January 26, 2021 by Venter Link to comment Share on other sites More sharing options... Venter Posted January 27, 2021 Share Posted January 27, 2021 Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы 1 Link to comment Share on other sites More sharing options... mobilan Posted January 27, 2021 Author Share Posted January 27, 2021 23 минуты назад, Venter сказал: Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы Спасипотому что! Все срилиило) 1 Link to comment Share on other sites More sharing options... Prev 1 2 Next Page 2 of 2 Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 3 Go to topic listing Similar Content Ошибка после усиновки complete seo package. Шаблон ultrastore By Mighty, May 15, 2021 2 replies 448 views Seregammx February 9 Ошибка при усиновки By Tohov56, January 16 2 replies 207 views AlexProger January 16 Усиновка модулей By phantom74, Tuesday at 11:12 AM 4 replies 134 views phantom74 Tuesday at 12:04 PM Странность усиновки шаблона... By Wizards, December 27, 2021 15 replies 350 views Prooksius December 27, 2021 Ошибка By tchibo, March 5, 2018 9 replies 2,295 views yurok79 Wednesday at 08:07 AM Recently Browsing 0 members No registered users viewing this page. Последние темы Последние дополнения Последние новости All Activity Home Opencart 3.x Opencart 3.x: Общие вопросы Ошибка, после усиновки шаблона
Venter Posted January 26, 2021 Share Posted January 26, 2021 (edited) в этот файл модификатора нужно внести правки Вместо // 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); посивить if( empty($data['breadcrumbs']) ) { $last_breadcrumbs = $data['breadcrumbs']; $data['breadcrumbs_title'] = $last_breadcrumbs; } else { $last_breadcrumbs = $data['breadcrumbs'][count($data['breadcrumbs']) - 1]; $data['breadcrumbs_title'] = $last_breadcrumbs['text']; } $data['section_breadcrumb'] = $this->load->controller('common/ela_breadcrumbs', $data); ИМЕННО В ФАЙЛ МОДИФИКАТОРА Edited January 26, 2021 by Venter Link to comment Share on other sites More sharing options... Venter Posted January 27, 2021 Share Posted January 27, 2021 Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы 1 Link to comment Share on other sites More sharing options... mobilan Posted January 27, 2021 Author Share Posted January 27, 2021 23 минуты назад, Venter сказал: Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы Спасипотому что! Все срилиило) 1 Link to comment Share on other sites More sharing options... Prev 1 2 Next Page 2 of 2 Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 3 Go to topic listing Similar Content Ошибка после усиновки complete seo package. Шаблон ultrastore By Mighty, May 15, 2021 2 replies 448 views Seregammx February 9 Ошибка при усиновки By Tohov56, January 16 2 replies 207 views AlexProger January 16 Усиновка модулей By phantom74, Tuesday at 11:12 AM 4 replies 134 views phantom74 Tuesday at 12:04 PM Странность усиновки шаблона... By Wizards, December 27, 2021 15 replies 350 views Prooksius December 27, 2021 Ошибка By tchibo, March 5, 2018 9 replies 2,295 views yurok79 Wednesday at 08:07 AM Recently Browsing 0 members No registered users viewing this page.
Venter Posted January 27, 2021 Share Posted January 27, 2021 Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы 1 Link to comment Share on other sites More sharing options... mobilan Posted January 27, 2021 Author Share Posted January 27, 2021 23 минуты назад, Venter сказал: Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы Спасипотому что! Все срилиило) 1 Link to comment Share on other sites More sharing options... Prev 1 2 Next Page 2 of 2 Create an account or sign in to comment You need to be a member in order to leave a comment Create an account Sign up for a new account in our community. It's easy! Register a new account Sign in Already have an account? Sign in here. Sign In Now Share More sharing options... Followers 3
mobilan Posted January 27, 2021 Author Share Posted January 27, 2021 23 минуты назад, Venter сказал: Решение без правки модификатора в файле 555mebel.by/catalog/controller/common/home.php после public function index() { сивим if( isset($data['breadcrumbs']) && !empty($data['breadcrumbs']) ) { $data['breadcrumbs'] = $data['breadcrumbs']; } else { $data['breadcrumbs'] = array(1); } и обновляем модификаторы Спасипотому что! Все срилиило) 1 Link to comment Share on other sites More sharing options...
Recommended Posts