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

white130489

Користувачі
  
  • Публікації

    145
  • З нами

  • Відвідування

Усі публікації користувача white130489

  1. это я тоже уже решил. Осталось только ?page=2 убрать знак вопроса в переходе в следующую категорию
  2. это уже сделал. Нужно убрать ndex.php?route=common/home
  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 +FollowSymlinks # 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] ### 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 # php -- BEGIN cPanel-generated handler, do not edit # Set the “ea-php72” package as the default “PHP” programming language. <IfModule mime_module> AddHandler application/x-httpd-ea-php72 .php .php7 .phtml </IfModule> # php -- END cPanel-generated handler, do not edit # BEGIN cPanel-generated php ini directives, do not edit # Manual editing of this file may result in unexpected behavior. # To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) # For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) <IfModule php7_module> php_value default_charset "UTF-8;" php_value memory_limit 512M php_value max_execution_time 36000 php_value upload_max_filesize 999M php_value mysql.connect_timeout 20 php_flag session.auto_start Off php_flag session.use_only_cookies On php_flag session.use_cookies On php_flag session.use_trans_sid Off php_value session.cookie_httponly "On;" php_value session.gc_maxlifetime 3600 php_flag display_errors On php_value max_input_time 60 php_value max_input_vars 3000 php_value post_max_size 100M php_value session.save_path "/var/cpanel/php/sessions/ea-php72" php_flag zlib.output_compression On </IfModule> <IfModule lsapi_module> php_value default_charset "UTF-8;" php_value memory_limit 512M php_value max_execution_time 36000 php_value upload_max_filesize 999M php_value mysql.connect_timeout 20 php_flag session.auto_start Off php_flag session.use_only_cookies On php_flag session.use_cookies On php_flag session.use_trans_sid Off php_value session.cookie_httponly "On;" php_value session.gc_maxlifetime 3600 php_flag display_errors On php_value max_input_time 60 php_value max_input_vars 3000 php_value post_max_size 100M php_value session.save_path "/var/cpanel/php/sessions/ea-php72" php_flag zlib.output_compression On </IfModule> # END cPanel-generated php ini directives, do not edit Я ничего не менял
  4. Можно как-то сделать что-бы клиент мог указать комментарий при оформлении заказа к каждому товару (но только из определенной категории товаров)?
  5. При изменении файла htacces для создания редиректов с www и чтобы убрать ndex.php?route=common/home выскакивает ошибка циклическое перенаправление ссылкок. Как это решить? Перерыл уже весь форум. Ничего не помогает. Возможно ошибка из-за того что не коректно перенеслось с localhost на хостинг?
  6. Хочу понять в чем проблема и как ее исправить, но сам не разберусь
  7. долго переводить , нет времени, нужно запустить сайт
  8. После переноса с локального сервера на хостинг стало выдавать следующую ошибку: Warning: htmlentities(): charset `UTF-8;' not supported, assuming utf-8 in /home/driptipc/smolam.net/admin/controller/marketplace/modification.php on line 756 Как это устронить?
  9. у меня наименования товаров повторяются. Как сделать, чтобы генерировал с учетом этого, что seo url создавался оригинальный?
  10. добрый день купил ваш модуль при установке Local copy OCMOD by iSenseLabs выдает ошибку Неправильный тип файла!
  11. Как изменить письмо администратору о заказе? Нужно добавить добавить: Имя и фамилию покупателя, номер телефона адрес доставки и метод оплаты
  12. Добрый день! Помогите, пожалуйста, устранить ошибки: PHP Notice: Undefined variable: customer_name in /home/smolamne/public_html/vqmod/vqcache/vq2-catalog_view_theme_default2_template_product_product.tpl on line 313 PHP Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /home/smolamne/public_html/system/database/mysql.php on line 58 PHP Notice: Undefined variable: category_id in /home/smolamne/public_html/catalog/view/theme/default2/template/product/search.tpl on line 20
  13. Подскажите, что значат данные ошибки и как их устранить? PHP Notice: Undefined variable: customer_name in /home/smolamne/public_html/vqmod/vqcache/vq2-catalog_view_theme_default2_template_product_product.tpl on line 313 PHP Warning: mysql_real_escape_string() expects parameter 1 to be string, array given in /home/smolamne/public_html/system/database/mysql.php on line 58 Сайт: smolam.net
  14. Удалил вк мод, прописал в ручную и заработало. Если можете, посмотрите, может не заметил еще какую-то ошибку критичную
×
×
  • Створити...

Important Information

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