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

smit69

Newbie
  
  • Posts

    25
  • Joined

  • Last visited

smit69's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Здравствуйте ,подскажите почему касперский говорит, что в вашем архиве iCash_202Full.zip есть вирус? Результат\Название: HEUR:Trojan.Win32.Generic
  2. // HTTPS define('HTTPS_SERVER', 'http://tehnomi.ru/'); убрал S тут и все начало работать....
  3. Я понял в чем причина. После нажатия на кнопку "оформить заказ" меня перекидывает на https и при этом сайт не работает, но как только я тыкаю по адресной строке и нажимаю энтер меня перекидывает обратно на http. И страница открывается. Что за прикол?
  4. Здравствуйте. Создаю сайт. И сегодня решил проверить как оформляется заказ. Ложу товар в корзину, жму оформить заказ и бац страница не доступна. Нажимаю обновить страницу и все загружается. И так при каждом заказе Логи на сайте пустые. Логи в апаче не фиксируют ничего. . Не удается получить доступ к сайту Сайт tehnomi.ru не позволяет установить соединение. Попробуйте сделать следующее: Проверьте подключение к Интернету. Проверьте настройки прокси-сервера и брандмауэра. ERR_CONNECTION_REFUSED
  5. я проделал тоже самое, в админке появилось нужное поле, но если что-то там написать, то ни чего не выводится на товаре
  6. Понимаю гора тем подобных..... Но я вообще не шарю в программировании. Можете сказать куда чего добавить чтобы это можно было вывести на главную часы работы, значок скайпа и сам скайп(имя) \catalog\view\theme\mi\template\common\header.tpl - открываем и видим.... Выделил жирным. Наверно это мой телефон который в уже отображается.
  7. нажал в менеджере дополнений "обновить" все исчезло
  8. кэш чистил и ждал 30 минут сколько ждать еще?
  9. захожу в catalog\view\theme\mi\template\common\footer.tpl удаляю <li><a href="<?php echo $voucher; ?>"><?php echo $text_voucher; ?></a></li> <li><a href="<?php echo $affiliate; ?>"><?php echo $text_affiliate; ?></a></li> обновляю страницу сайта.......... все как было, так и остается.... что делать?
  10. спасибо! а вот это сообщение никак не могу найти решения в инете..... [ssl:warn] [pid 4524:tid 520] AH01909: localhost:443:0 server certificate does NOT include an ID which matches the server name какойто сертификат.....
  11. Привет! в логах апача начало спамить такое вот сообщение libpng warning: sRGB: gamma value does not match sRGB libpng warning: gAMA: duplicate libpng warning: gAMA: duplicate libpng warning: sRGB: gamma value does not match sRGB libpng warning: gAMA: duplicate libpng warning: sRGB: gamma value does not match sRGB libpng warning: gAMA: duplicate libpng warning: sRGB: too many profiles куда смотреть? что делать?
  12. у меня версия 2.1.0.2 и не работает :( в методах доставки появляется "Мульти доставка" а когда нажимаешь редактировать.... гора ошибок.... Notice: Indirect modification of overloaded property ControllerShippingMultiflat::$data has no effect in C:\Apache24\htdocs\1\admin\controller\shipping\multiflat.php on line 20Notice: Indirect modification of overloaded property ControllerShippingMultiflat::$data has no effect in C:\Apache24\htdocs\1\admin\controller\shipping\multiflat.php on line 22Notice: Indirect modification of overloaded property ControllerShippingMultiflat::$data has no effect in C:\Apache24\htdocs\1\admin\controller\shipping\multiflat.php on line 23Notice: Indirect modification of overloaded property ControllerShippingMultiflat::$data has no effect in C:\Apache24\htdocs\1\admin\controller\shipping\multiflat.php on line 24Notice: Indirect modification of overloaded property ControllerShippingMultiflat::$data has no effect in C:\Apache24\htdocs\1\admin\controller\shipping\multiflat.php on line 25Notice: Indirect modification of overloaded property ControllerShippingMultiflat::$data has no effect in C:\Apache24\htdocs\1\admin\controller\shipping\multiflat.php on line 26Notice: Indirect modification of overloaded property ControllerShippingMultiflat::$data has no effect in C:\Apache24\htdocs\1\admin\controller\shipping\multiflat.php on line 27Notice: Indirect modification of overloaded property ControllerShippingMultiflat::$data has no effect in
  13. нашел инфу, что нужно включить в httpd.conf LoadModule rewrite_module modules/mod_rewrite.so сделал.... но ничего не изменилось.... хм
  14. Здравствуйте! Помогите в настройке seo. админка/настройки/сервер включил Включить SEO URL включил ЧПУ товаров с категориями выбрал Тип ЧПУ: Seopro переименовал файл .htaccess захожу на сайт выдает 500 ошибка смотрю логи апача ошибка - /.htaccess: Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration в .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
×
×
  • 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.