Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

qvaro

Users
  
  • Posts

    78
  • Joined

  • Last visited

Everything posted by qvaro

  1. Подскажите, пожалуйста, какой-нибудь модуль для обратной связи Желательно с настраиваемыми полями. Примерно, как тут https://nastenkacleaning.ru/ Версия ocStore 2.3.0.2.3
  2. Подскажите, как можно ускорить этот процесс? Есть какие-то бесплатные дополнения для решения такой задачи? На компе побыстрее, на моб дольше Пример страницы https://crystal-klining.ru/foto
  3. Я имел ввиду блоки поехали в тексте)) За меню спасибо, сделаю)) А вот блоки почему едут? В хроме все ровно
  4. Подскажите, почему? В хроме все ок. До этого было ок. Пример - https://crystal-klining.ru/kliningovye-uslugi/uborka-kvartir/
  5. Всё понял. Спасибо за помощь. На хостинге обещали все восстановить, хотя писали про обновление php.
  6. А как могли? )) Доступы первым делом поменял. Поменял пароли к хостингу, к фтп, пароли на базу. Пароли поменяли в обоих config
  7. https://crystal-klining.ru/ Пароли не могли. Но, ушли от сеошника и отказались от сео услуг самого хостинга
  8. Подскажите, пожалуйста, как решить? В поддержке написали, что обновили php. Я думал версию. Оказывается саму php. Первый раз с таким сталкиваюсь. Я даже не представляю куда лезть. Сайтами как любитель давно занимаюсь, и именно с такой фигней первый раз столкнулся. Поэтому, даже не знаю куда копать. Админка открывается, но там уже не дает никуда перейти, 500 ошибка. Сайт сразу 500 Это в логе. [Tue Feb 16 10:46:45.134813 2021] [proxy_fcgi:error] [pid 39788:tid 139727013369600] [client 213.180.203.183:48246] AH01071: Got error 'PHP message: PHP Fatal error: Uncaught exception 'Exception' with message 'Error: Table 'crystalk_new.oc_category' doesn't exist<br />Error No: 1146<br />SELECT DISTINCT * FROM oc_category c LEFT JOIN oc_category_description cd ON (c.category_id = cd.category_id) LEFT JOIN oc_category_to_store c2s ON (c.category_id = c2s.category_id) WHERE c.category_id = '2' AND cd.language_id = '1' AND c2s.store_id = '0' AND c.status = '1'' in /home/crystalk/public_html/system/library/db/mysqli.php:40\nStack trace:\n#0 /home/crystalk/public_html/system/library/db.php(16): DB\\MySQLi->query('SELECT DISTINCT...', Array)\n#1 /home/crystalk/public_html/catalog/model/catalog/category.php(4): DB->query('SELECT DISTINCT...')\n#2 [internal function]: ModelCatalogCategory->getCategory('2')\n#3
  9. Сложно сказать, но 301 на https делал так RewriteCond %{REQUEST_URI} !^/robots\.txt$ RewriteCond %{HTTP:X-Forwarded-proto} !^https$ RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
  10. Подскажите, пожалуйста, как сделать 301 с оной страницы на другую - https://crystal-klining.ru/css/112.html на главную нужно Так не работает RewriteCond %{QUERY_STRING} ^_route_=css/112.html$ RewriteRule ^(.*)$ https://crystal-klining.ru/? [R=301,L] и так не работает: Redirect 301 /css/112.htm https://crystal-klining.ru/ Или только запрет через роботс
  11. Решение нашел. Заметил только сейчас. Вчера перерыл разные варианты. Сайт всегда ломался.
  12. Добавил RewriteCond %{HTTPS} !=on RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] Сайт сломался
  13. Так вроде же написал, что ошибся, и указал другой! Пробовал разные варианты, сразу сайт ломается. Вы не подскажите, правильный вариант, чтобы тему не засорять неправильными.
  14. А с чем может быть связано? Вроде все правильно настроено? Делал не я. Но проверил по инструкции, везде указано https
  15. Но тема актуально. Не работает у сайта на ocStore
  16. Случайно приложил, прошу прощения))) Меня просили его посмотреть)) Он как раз на ВП))
  17. # 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 # Prevent Directoy listing Options -Indexes # Prevent Direct Access to files <FilesMatch "(?i)((\.tpl|\.ini|\.log|(?<!robots)\.txt))"> Require all denied ## For apache 2.2 and older, replace "Require all denied" with these two lines : # 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=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] RewriteCond %{QUERY_STRING} ^_route_=kliningovye-uslugi/kalkulyator-uslug(.*)$ RewriteRule ^(.*)$ ceny? [R=301,L] ### 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 ### Display PHP errors ### Uncomment the commands by removing the # sign in front of it. # php_flag display_startup_errors on # php_flag display_errors on # php_flag html_errors on # php_flag track_errors on # php_value error_reporting "E_ALL"
  18. Всем привет)) Подскажите, пожалуйста, не работает 301 с http на https Точнее как-то странно работает. В браузеру все работает норм. Но проверяя ответ сервера через вебмастер или 2ip, http отдает 200 стоит Версия ocStore 2.3.0.2.3 В админке стоит https В config.php и admin/config.php указано https Такое ощущение, что дело в кеше. Стоит NewStore шаблон. С похожей ситуацией на WP встречал, там из-за кеша было.
×
×
  • 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.