-
Публикаций
144 -
Зарегистрирован
-
Посещение
Тип публикации
Профили
Форум
Дополнения
Статьи
FAQ
Наши новости
Наши услуги
Блоги
module__dplus_manager
Все публикации пользователя 77777
-
Проблема с настройкой ЧПУ . Версия ocStore 2.1.0.2
77777 ответил в теме пользователя 77777 в Opencart 2.x: Настройка и оптимизация
В корневой папке файл .htaccess.txt переименован - убирана в конце приставка .txt -
Здравствуйте! Помогите пожалуйста решить проблему! не отображаются категории товаров (пропали после включения SEO URL) Итак по-порядку: 1.В настройках магазина-сервер-включить SEO URL(ставлю "ДА") 2.Тип ЧПУ(выбираю "SEO PRO" ) 3.ЧПУ товаров с категориями(ставлю "ДА") 4.Окончание ЧПУ(.html) 5.Во всех разделах SEO URL уникальное, проверил. 6 На хостинге файл .htaccess.txt поменял на .htaccess 7 При заходе в категории товаров на локальный хостинг open server вижу такое: Object not found!The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error. If you think this is a server error, please contact the webmaster. Error 404 файл htaccess # 1.To use URL Alias you need to be running apache with mod_rewrite enabled. # 2. In your opencart directory rename htaccess.txt to .htaccess. # For any support issues please visit: http://www.opencart.com Options +FollowSymLinks # Prevent Directoy listing Options -Indexes # Prevent Direct Access to files <FilesMatch "(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))"> Order deny,allow Deny from all </FilesMatch> # SEO URL Settings RewriteEngine On # If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ RewriteBase / RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=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] ### Additional Settings that may need to be enabled for some servers ### Uncomment the commands by removing the # sign in front of it. ### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that. # 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it: # php_flag register_globals off # 2. If your cart has magic quotes enabled, This may work to disable it: # php_flag magic_quotes_gpc Off # 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try # php_value upload_max_filesize 999M # 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value post_max_size 999M # 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value max_execution_time 200 # 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value max_input_time 200 # 7. disable open_basedir limitations # php_admin_value open_basedir none !!! пожалуйста помогите решить вопрос. Заранее большое спасибо!!!
-
Помогите плиз с настройкой ЧПУ.Версия ocStore 2.1.0.2
77777 ответил в теме пользователя odessa30 в SEO-вопросы (оптимизация и продвижение магазина)
вот такой имеет вид # 1.To use URL Alias you need to be running apache with mod_rewrite enabled. # 2. In your opencart directory rename htaccess.txt to .htaccess. # For any support issues please visit: http://www.opencart.com Options +SymLinksIfOwnerMatch # Prevent Directoy listing Options -Indexes # Prevent Direct Access to files <FilesMatch "(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))"> Order deny,allow Deny from all </FilesMatch> # SEO URL Settings RewriteEngine On # If your opencart installation does not run on the main web folder make sure you folder it does run in ie. / becomes /shop/ RewriteBase / RewriteRule ^sitemap.xml$ index.php?route=feed/google_sitemap [L] RewriteRule ^googlebase.xml$ index.php?route=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] ### Additional Settings that may need to be enabled for some servers ### Uncomment the commands by removing the # sign in front of it. ### If you get an "Internal Server Error 500" after enabling any of the following settings, restore the # as this means your host doesn't allow that. # 1. If your cart only allows you to add one item at a time, it is possible register_globals is on. This may work to disable it: # php_flag register_globals off # 2. If your cart has magic quotes enabled, This may work to disable it: # php_flag magic_quotes_gpc Off # 3. Set max upload file size. Most hosts will limit this and not allow it to be overridden but you can try # php_value upload_max_filesize 999M # 4. set max post size. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value post_max_size 999M # 5. set max time script can take. uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value max_execution_time 200 # 6. set max time for input to be recieved. Uncomment this line if you have a lot of product options or are getting errors where forms are not saving all fields # php_value max_input_time 200 # 7. disable open_basedir limitations # php_admin_value open_basedir none -
Помогите плиз с настройкой ЧПУ.Версия ocStore 2.1.0.2
77777 ответил в теме пользователя odessa30 в SEO-вопросы (оптимизация и продвижение магазина)
спасибо вам за ответ - но указанный Вами файл уже по умолчанию переименован! в .htaccess не знаю где копать!!! -
Помогите плиз с настройкой ЧПУ.Версия ocStore 2.1.0.2
77777 ответил в теме пользователя odessa30 в SEO-вопросы (оптимизация и продвижение магазина)
Помогите пожалуйста с такой же проблемой но на локальном сервере open server доступна только главная страница сайта. в остальном по категориям и товарам выбивает ошибку 404 Object not found!The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error. If you think this is a server error, please contact the webmaster. Error 404 -
Помогите плиз с настройкой ЧПУ.Версия ocStore 2.1.0.2
77777 ответил в теме пользователя odessa30 в SEO-вопросы (оптимизация и продвижение магазина)
Помогите пожалуйста с такой же проблемой но на локальном сервере open server доступна только главная страница сайта. в остальном по категориям и товарам выбивает ошибку 404 Object not found!The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error. If you think this is a server error, please contact the webmaster. Error 404 -
Помогите плиз с настройкой ЧПУ.Версия ocStore 2.1.0.2
77777 ответил в теме пользователя odessa30 в SEO-вопросы (оптимизация и продвижение магазина)
Помогите пожалуйста с такой же проблемой но на локальном сервере open server доступна только главная страница сайта. в остальном по категориям и товарам выбивает ошибку 404 Object not found!The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error. If you think this is a server error, please contact the webmaster. Error 404 -
Вы на скайп админу напишите, я тоже не мог дописаться в личку. А когда списался по скайпу - через 5 мин. получил возврат денег за ошибочно заказанный модуль. 8-)
-
[Поддержка] Многоуровневая партнёрская программа
77777 ответил в теме пользователя NeitrinoZull в Модули и дополнения
и еще : будут ли ваши модули работать на максисто 2.0.1.1 ? -
[Поддержка] Многоуровневая партнёрская программа
77777 ответил в теме пользователя NeitrinoZull в Модули и дополнения
Здравствуйте! какой из Ваших модулей партнерки поддерживает функцию, чтобы клиент получил скидку на товар через партнера + партнер свои комисионные с продажи? (то есть чтобы клиенту было выгоднее заказать через партнера и получить доп скидку на товар. Спасибо жду ответ! -
sitemap [Поддержка] Sitemap.pro + Sitemap.XXL(Cron)
77777 ответил в теме пользователя snastik в SEO, карта сайта, оптимизация
установил фаст мап на МаксиСто 2.0.1.1 - работает без ошибок, товаров у меня чуть больше 1к. Закинул в Яшу и Гугл - никаких ошибок, все гуд. Спасибо автору. Единственный вопрос - как ее совместить с модулем CMS PRO от MARKIMAX чтобы записи отображались?- 266 ответов
-
- sitemap pro
- google sitemap
- (и ещё 5)
-
[Поддержка] Показать еще (showmore)
77777 ответил в теме пользователя freelancer в Модули и дополнения
Здравствуйте! скачал и установил ваш скрипт showmore на maxystore Версия 2.0.1.1 - ничего не работает - модуль нигде не появился, соответствующие изменение в файл catalog\controller\product\category.php после строки внес - толку ноль. Может что не так сделал или для maxystore Версия 2.0.1.1 ваш скрипт не подходит? Пожалуйста подскажите или можно что сделать? :( Спасибо -
[Поддержка] SEO CMS TOP - Блог | Новости | Отзывы | Галерея
77777 ответил в теме пользователя markimax в Блоги, новости, статьи
так я пробовал поверх переписать и ничего не получается. в самом модуле я ничего не менял -
[Поддержка] SEO CMS TOP - Блог | Новости | Отзывы | Галерея
77777 ответил в теме пользователя markimax в Блоги, новости, статьи
откатился назад на SEO CMS: Блог | Новости | Статьи | Отзывы | Галерея | FAQ ver.: 5.18.1 (Professional) и еще вот такая ошибка вылезла в виджете ЧПУ для модуля, и в сам виджет нельзя зайти : Fatal error: require(): Failed opening required '/home/foryoupr/ovgel.com/www/admin/view/template/' (include_path='.:/usr/local/pear') in/home/foryoupr/ovgel.com/www/system/engine/controller.php on line 62 -
[Поддержка] SEO CMS TOP - Блог | Новости | Отзывы | Галерея
77777 ответил в теме пользователя markimax в Блоги, новости, статьи
удалил по фтп папку /admin/model/agoo админка работает а фронт выбивает вот такую ошибку Fatal error: Class 'ModelToolImage' not found in /home/foryoupr/ovgel.com/www/catalog/model/agoo/tool/image.php on line 18 ниже привожу сам файл :ugeek: class agooModelToolImage extends Controller { protected $Layout_; public function __call($name, array $params) { $object = 'ModelToolImage'; $data = false; //$loader_new = $this->registry->get('load'); //$loader_old = $this->registry->get('load_old'); //$this->registry->set('load', $loader_old); $this->load->model('tool/image'); //$this->registry->set('load', $loader_new); $this->Layout_ = new $object($this->registry); if ($this->config->get('blog_resize') && $name == 'resize') { if (isset($params[3])) { $data = $this->resizeme($params[0], $params[1], $params[2], $params[3]); } else { $data = $this->resizeme($params[0], $params[1], $params[2]); } } else { $data = call_user_func_array(array($this->Layout_ , $name), $params); } return $data; } public function resizeme($filename, $width, $height, $type = true, $copy = true) { if (!class_exists('PhpThumbFactory')) { require_once(DIR_SYSTEM . 'library/image/ThumbLib.php'); } $ok = false; if (!file_exists(DIR_IMAGE . $filename) || !is_file(DIR_IMAGE . $filename)) { return $ok; } $info = pathinfo($filename); $extension = $info['extension']; $old_image = $filename; $new_image = 'cache/' . utf8_substr($filename, 0, utf8_strrpos($filename, '.')) . '-' . $width . 'x' . $height . '.' . $extension; if (!file_exists(DIR_IMAGE . $new_image) || (filemtime(DIR_IMAGE . $old_image) > filemtime(DIR_IMAGE . $new_image))) { $path = ''; $directories = explode('/', dirname(str_replace('../', '', $new_image))); foreach ($directories as $directory) { $path = $path . '/' . $directory; if (!file_exists(DIR_IMAGE . $path)) { @mkdir(DIR_IMAGE . $path, 0777); } } list($width_orig, $height_orig) = getimagesize(DIR_IMAGE . $old_image); if (($width_orig != $width || $height_orig != $height) || !$copy) { //********* code ************* $thumb = PhpThumbFactory::create(DIR_IMAGE . $old_image, Array('resizeUp'=> true)); if ($type) { $ok = $thumb->adaptiveResize($width, $height)->save(DIR_IMAGE . $new_image); } else { $ok = $thumb->resize($width, $height)->save(DIR_IMAGE . $new_image); } //********* code ************* } else { $ok = copy(DIR_IMAGE . $old_image, DIR_IMAGE . $new_image); } if ($ok) return $this->getHttpImage().$new_image; else return ''; } else { return $this->getHttpImage().$new_image; } } public function resizeavatar($filename, $filename_original, $width, $height, $type = true, $copy = true) { if (!class_exists('PhpThumbFactory')) { require_once(DIR_SYSTEM . 'library/image/ThumbLib.php'); } $ok = false; if (!file_exists(DIR_IMAGE . $filename) || !is_file(DIR_IMAGE . $filename)) { return $ok; } $info = pathinfo($filename_original); $extension = $info['extension']; $old_image = $filename; $new_image = $filename_original; if (!file_exists(DIR_IMAGE . $new_image) || (filemtime(DIR_IMAGE . $old_image) > filemtime(DIR_IMAGE . $new_image))) { $path = ''; $directories = explode('/', dirname(str_replace('../', '', $new_image))); foreach ($directories as $directory) { $path = $path . '/' . $directory; if (!file_exists(DIR_IMAGE . $path)) { @mkdir(DIR_IMAGE . $path, 0777); } } list($width_orig, $height_orig) = getimagesize(DIR_IMAGE . $old_image); if (($width_orig != $width || $height_orig != $height) || !$copy) { //********* code ************* $thumb = PhpThumbFactory::create(DIR_IMAGE . $old_image, Array('resizeUp'=> true)); if ($type) $ok = $thumb->adaptiveResize($width, $height)->save(DIR_IMAGE . $new_image); else $ok = $thumb->resize($width, $height)->save(DIR_IMAGE . $new_image); //********* code ************* } else { copy(DIR_IMAGE . $old_image, DIR_IMAGE . $new_image); $ok = true; } if ($ok) return $this->getHttpImage().$new_image; else return ''; } } public function getHttpImage() { $array_dir_image = str_split(DIR_IMAGE); $array_dir_app = str_split(DIR_APPLICATION); $i = 0; $dir_root = ''; while ($array_dir_image[$i] == $array_dir_app[$i]) { $dir_root .= $array_dir_image[$i]; $i++; } $dir_image = str_replace($dir_root, '', DIR_IMAGE); if (isset($this->request->server['HTTPS']) && (($this->request->server['HTTPS'] == 'on') || ($this->request->server['HTTPS'] == '1'))) { $http_image = HTTPS_SERVER . $dir_image; } else { $http_image = HTTP_SERVER . $dir_image; } return $http_image; } } ?> -
[Поддержка] SEO CMS TOP - Блог | Новости | Отзывы | Галерея
77777 ответил в теме пользователя markimax в Блоги, новости, статьи
я несколько раз пробовал удалить по фтп папка /admin/model/agoo у себя на старой версии перед обновлением и выбивает ошибку в админке Fatal error: Class 'agooModeldesignlayout' not found in /home/foryoupr/ovgel.com/www/system/library/agoo/loader.php on line а во фронте вот такая ошибка Fatal error: Class 'ModelToolImage' not found in /home/foryoupr/ovgel.com/www/catalog/model/agoo/tool/image.php on line 18 и белый экран. :( -
[Поддержка] SEO CMS TOP - Блог | Новости | Отзывы | Галерея
77777 ответил в теме пользователя markimax в Блоги, новости, статьи
а удалить у себя на старой версии или с нового архива? :( папка /admin/model/agoo -
[Поддержка] SEO CMS TOP - Блог | Новости | Отзывы | Галерея
77777 ответил в теме пользователя markimax в Блоги, новости, статьи
блин я все так сделал по написанному :( и глюк такой вот -
[Поддержка] SEO CMS TOP - Блог | Новости | Отзывы | Галерея
77777 ответил в теме пользователя markimax в Блоги, новости, статьи
извиняюсь версия установлена SEO CMS: Блог | Новости | Статьи | Отзывы | Галерея | FAQ ver.: 5.18.1 (Professional) -
[Поддержка] SEO CMS TOP - Блог | Новости | Отзывы | Галерея
77777 ответил в теме пользователя markimax в Блоги, новости, статьи
Здравствуйте! Вот пытаюсь обновиться с 5.018 и выбивает ошибку в админке Fatal error: Class 'agooModeldesignlayout' not found in /home/foryoupr/ovgel.com/www/system/library/agoo/loader.php on line а во фронте вот такая ошибка Fatal error: Class 'ModelToolImage' not found in /home/foryoupr/ovgel.com/www/catalog/model/agoo/tool/image.php on line 18 и белый экран. обновлялся по правилам и папку admin/model/agoo удалил по фтп до обновления -
[Поддержка] SEO CMS TOP - Блог | Новости | Отзывы | Галерея
77777 ответил в теме пользователя markimax в Блоги, новости, статьи
хорошо :ugeek: -
[Поддержка] SEO CMS TOP - Блог | Новости | Отзывы | Галерея
77777 ответил в теме пользователя markimax в Блоги, новости, статьи
ок -
[Поддержка] SEO CMS TOP - Блог | Новости | Отзывы | Галерея
77777 ответил в теме пользователя markimax в Блоги, новости, статьи
ок -
[РЕШЕНО] Как поменять цвет нисходящего меню
77777 ответил в теме пользователя Alex51508 в Шаблоны, дизайн и оформление магазина
спасибо. цвет поменял -
Требуется дороботка дизайна и функционала ИМ,
77777 ответил в теме пользователя 77777 в Design, layout and templates
хорошо хоть не $10000000000000000000000000000000000000000000000 :ugeek: шутник блин