Перейти до вмісту
Пошук в
  • Детальніше...
Шукати результати, які ...
Шукати результати в ...

[Решено] Проблема с SeoPro: Undefined variable: entry_seo_url_type in /.../setting.tpl


movnum

Recommended Posts

Всем доброго дня!

На Opencart 2.1.0.1 установил модуль SeoPro, скачанный с сайта OpencartJazz. Во вкладке "Сервер" настроек магазина показывает ошибки. Подскажите, пожалуйста, в чём проблема.

1) Рядом с выбором SeoUrl или SeoPro:

Notice: Undefined variable: entry_seo_url_type in /home/users1/m/movnum/domains/maximcoinshop.com/system/storage/modification/admin/view/template/setting/setting.tpl on line 1419

2) Рядом с выбором ссылки товара с путём категории или без:

Notice: Undefined variable: entry_seo_url_include_path in /home/users1/m/movnum/domains/maximcoinshop.com/system/storage/modification/admin/view/template/setting/setting.tpl on line 1434

3) Рядом с полем установки окончания ссылки товара:

Notice: Undefined variable: entry_seo_url_postfix in /home/users1/m/movnum/domains/maximcoinshop.com/system/storage/modification/admin/view/template/setting/setting.tpl on line 1447
Надіслати
Поділитися на інших сайтах


https://opencartforum.com/files/file/2577-seo-pro-%D0%B4%D0%BB%D1%8F-opencart/

 

Ставится намного проще.....

 

В вашем случае можно сверить строки в ocmod и в файлах.

Надіслати
Поділитися на інших сайтах

Переустановил движок, поставил этот SeoPro, теперь ошибки имеют вид:

2015-10-26 15:43:45 - PHP Notice:  Undefined variable: entry_seo_url_type in /home/users1/m/movnum/domains/maximcoinshop.com/system/storage/modification/admin/view/template/setting/setting.tpl on line 1515
2015-10-26 15:43:45 - PHP Notice:  Undefined variable: entry_seo_url_include_path_help in /home/users1/m/movnum/domains/maximcoinshop.com/system/storage/modification/admin/view/template/setting/setting.tpl on line 1530
2015-10-26 15:43:45 - PHP Notice:  Undefined variable: entry_seo_url_include_path in /home/users1/m/movnum/domains/maximcoinshop.com/system/storage/modification/admin/view/template/setting/setting.tpl on line 1530
2015-10-26 15:43:45 - PHP Notice:  Undefined variable: entry_seo_url_postfix_help in /home/users1/m/movnum/domains/maximcoinshop.com/system/storage/modification/admin/view/template/setting/setting.tpl on line 1555
2015-10-26 15:43:45 - PHP Notice:  Undefined variable: entry_seo_url_postfix in /home/users1/m/movnum/domains/maximcoinshop.com/system/storage/modification/admin/view/template/setting/setting.tpl on line 1555
Надіслати
Поділитися на інших сайтах


Можно.Требуется тот кто залезит и исправит.Потому как я уже несколько раз назвал причину.

Надіслати
Поділитися на інших сайтах

  • 2 weeks later...

Кому актуально исправить надписи в меню Undefined variable: entry_seo_url_type

вносим правки в два файла

 

..\admin\controller\setting\setting.php

после строки

$data['entry_seo_url'] = $this->language->get('entry_seo_url');

добавляем

$data['entry_seo_url_type'] = $this->language->get('entry_seo_url_type');
$data['entry_seo_url_include_path'] = $this->language->get('entry_seo_url_include_path');
$data['entry_seo_url_postfix'] = $this->language->get('entry_seo_url_postfix');
$data['help_seo_url_include_path'] = $this->language->get('help_seo_url_include_path');
$data['help_seo_url_postfix'] = $this->language->get('help_seo_url_postfix');

 

..\admin\language\english\setting\setting.php

после строки

$_['entry_seo_url']                    = 'Use SEO URLs';

добавляем

$_['entry_seo_url_type']               = 'SEO URLs type';
$_['entry_seo_url_include_path']       = 'SEO URLs type';
$_['entry_seo_url_postfix']            = 'SEO URLs postfix';
$_['help_seo_url_include_path']        = 'SEO URLs type';
$_['help_seo_url_postfix']             = 'SEO URLs postfix';
 
  • +1 4
Надіслати
Поділитися на інших сайтах


  • 5 weeks later...

 

Кому актуально исправить надписи в меню Undefined variable: entry_seo_url_type

вносим правки в два файла

 

..\admin\controller\setting\setting.php

после строки

$data['entry_seo_url'] = $this->language->get('entry_seo_url');

добавляем

$data['entry_seo_url_type'] = $this->language->get('entry_seo_url_type');
$data['entry_seo_url_include_path'] = $this->language->get('entry_seo_url_include_path');
$data['entry_seo_url_postfix'] = $this->language->get('entry_seo_url_postfix');
$data['help_seo_url_include_path'] = $this->language->get('help_seo_url_include_path');
$data['help_seo_url_postfix'] = $this->language->get('help_seo_url_postfix');

 

..\admin\language\english\setting\setting.php

после строки

$_['entry_seo_url']                    = 'Use SEO URLs';

добавляем

$_['entry_seo_url_type']               = 'SEO URLs type';
$_['entry_seo_url_include_path']       = 'SEO URLs type';
$_['entry_seo_url_postfix']            = 'SEO URLs postfix';
$_['help_seo_url_include_path']        = 'SEO URLs type';
$_['help_seo_url_postfix']             = 'SEO URLs postfix';

 

Спасибо за решение. Помогло. Главное не путать - maximcoinshop.com/system/storage/modification/admin/view/template/setting/setting.tpl

В modification

  • +1 1
Надіслати
Поділитися на інших сайтах

Гість
Ця тема закрита для публікації повідомлень.

×
×
  • Створити...

Important Information

На нашому сайті використовуються файли cookie і відбувається обробка деяких персональних даних користувачів, щоб поліпшити користувальницький інтерфейс. Щоб дізнатися для чого і які персональні дані ми обробляємо перейдіть за посиланням . Якщо Ви натиснете «Я даю згоду», це означає, що Ви розумієте і приймаєте всі умови, зазначені в цьому Повідомленні про конфіденційність.