Перейти к публикации
Поиск в
  • Дополнительно...
Искать результаты, содержащие...
Искать результаты в...

77777

Пользователи
  
  • Публикаций

    144
  • Зарегистрирован

  • Посещение

Все публикации пользователя 77777

  1. В корневой папке файл .htaccess.txt переименован - убирана в конце приставка .txt
  2. Здравствуйте! Помогите пожалуйста решить проблему! не отображаются категории товаров (пропали после включения 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 !!! пожалуйста помогите решить вопрос. Заранее большое спасибо!!!
  3. вот такой имеет вид # 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
  4. спасибо вам за ответ - но указанный Вами файл уже по умолчанию переименован! в .htaccess не знаю где копать!!!
  5. Помогите пожалуйста с такой же проблемой но на локальном сервере 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
  6. Помогите пожалуйста с такой же проблемой но на локальном сервере 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
  7. Помогите пожалуйста с такой же проблемой но на локальном сервере 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
  8. Вы на скайп админу напишите, я тоже не мог дописаться в личку. А когда списался по скайпу - через 5 мин. получил возврат денег за ошибочно заказанный модуль. 8-)
  9. Здравствуйте! какой из Ваших модулей партнерки поддерживает функцию, чтобы клиент получил скидку на товар через партнера + партнер свои комисионные с продажи? (то есть чтобы клиенту было выгоднее заказать через партнера и получить доп скидку на товар. Спасибо жду ответ!
  10. установил фаст мап на МаксиСто 2.0.1.1 - работает без ошибок, товаров у меня чуть больше 1к. Закинул в Яшу и Гугл - никаких ошибок, все гуд. Спасибо автору. Единственный вопрос - как ее совместить с модулем CMS PRO от MARKIMAX чтобы записи отображались?
  11. Здравствуйте! скачал и установил ваш скрипт showmore на maxystore Версия 2.0.1.1 - ничего не работает - модуль нигде не появился, соответствующие изменение в файл catalog\controller\product\category.php после строки внес - толку ноль. Может что не так сделал или для maxystore Версия 2.0.1.1 ваш скрипт не подходит? Пожалуйста подскажите или можно что сделать? :( Спасибо
  12. так я пробовал поверх переписать и ничего не получается. в самом модуле я ничего не менял
  13. откатился назад на 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
  14. удалил по фтп папку /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; } } ?>
  15. я несколько раз пробовал удалить по фтп папка /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 и белый экран. :(
  16. а удалить у себя на старой версии или с нового архива? :( папка /admin/model/agoo
  17. блин я все так сделал по написанному :( и глюк такой вот
  18. извиняюсь версия установлена SEO CMS: Блог | Новости | Статьи | Отзывы | Галерея | FAQ ver.: 5.18.1 (Professional)
  19. Здравствуйте! Вот пытаюсь обновиться с 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 удалил по фтп до обновления
  20. хорошо хоть не $10000000000000000000000000000000000000000000000 :ugeek: шутник блин

×
×
  • Создать...

Важная информация

На нашем сайте используются файлы cookie и происходит обработка некоторых персональных данных пользователей, чтобы улучшить пользовательский интерфейс. Чтобы узнать для чего и какие персональные данные мы обрабатываем перейдите по ссылке. Если Вы нажмете «Я даю согласие», это означает, что Вы понимаете и принимаете все условия, указанные в этом Уведомлении о Конфиденциальности.