Попался мне в руки модуль Purpletree Multivendor Запустил на рабочем магазине С бубнами но стал. Теперь стал вопрос как подружить его с сео про. В изготовителя дал инструкцию что вроде все должно сработать. но вот слова вроде тут больше сыграло роль. Так по сайту то работает. Но в панеле "логин продавца" делает киллометровые ссылки. У кого какие мысли где смотреть? Если кто возьметься, можно и не бесплатно) --- Добавлено, 5 май 2021 --- С ошибок 2021-05-05 0:46:52 - PHP Notice: Undefined variable: multivendor_status in modification/catalog/view/theme/newstore/template/extension/module/bestseller.tpl on line 214 (но это потому что надо товару проставить продавца) 2021-05-05 0:42:03 - PHP Notice: Undefined variable: text_home_ns catalog/view/theme/newstore/template/agootemplates/record/record.tpl on line 9 (что-то с сеоцмс про после обновления) 2021-05-05 0:39:07 - PHP Notice: Undefined variable: text_home_ns catalog/view/theme/newstore/template/agootemplates/blog/blog.tpl on line 9 (что-то с сеоцмс про после обновления) 2021-05-05 0:39:13 - PHP Notice: Undefined variable: text_home_ns public_html/catalog/view/theme/newstore/template/agootemplates/record/record.tpl on line 9 (что-то с сеоцмс про после обновления) 2021-05-05 0:29:55 - PHP Notice: Undefined variable: setdivclass in catalog/view/theme/default/template/account/purpletree_multivendor/sellerregister.tpl on line 6 В логе апачи ошибка только с мультиязыком (также сегодня обновил) (32)Broken pipe: mod_fcgid: ap_pass_brigade failed in handle_request_ipc function, referer:
Возможно проблема в .htaccess Они пишут что-бы он был штатный, но как он может быть штатный?) --- Добавлено, 5 май 2021 --- Разница в оригинале Код: RewriteBase / RewriteRule ^sitemap.xml$ index.php?route=extension/feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L] RewriteRule ^system/download/(.*) index.php?route=error/not_found [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css) RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA] У меня Код: RewriteBase / RewriteCond %{HTTPS} off RewriteCond %{HTTP:X-Forwarded-Proto} !https RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] RewriteCond %{HTTP_HOST} ^www.setka24\.com$ [NC] RewriteRule ^(.*)$ https://setka24.com/$1 [R=301,L] RewriteRule ^sitemap.xml$ index.php?route=feed/neoseo_fast_sitemap [L] RewriteRule ^sitemap([^\.]+).xml$ index.php?route=feed/neoseo_fast_sitemap&path=$1 [L] RewriteRule ^googlebase.xml$ index.php?route=extension/feed/google_base [L] RewriteRule ^system/download/(.*) index.php?route=error/not_found [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !.*\.(ico|gif|jpg|jpeg|png|js|css) RewriteRule ^([^?]*) index.php?_route_=$1 [L,QSA] --- Добавлено, 5 май 2021 --- Что тут может смущать не понятно.