Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

Belfegore

Новичок
  
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

484 profile views

Belfegore's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Извиняюсь за глупый вопрос, кнопка "экспорт" есть, а "импорт" ггде???
  2. :oops: Ой.... Спасипотому что, глаз за мылился, затупил я, что то... Извиняюсь за глупый вопрос, ещё раз спасипотому что.
  3. 1 <?php 2 // HTTP 3 define('HTTP_SERVER', 'http://localhost/shop1/'); 4 5 // HTTPS 6 define('HTTPS_SERVER', 'http://localhost/shop1/'); 7 8 // DIR 9 define('DIR_APPLICATION', 'D:\OpenCart\Web\htdocs\Shop1/catalog/'); 10 define('DIR_SYSTEM', 'D:\OpenCart\Web\htdocs\Shop1/system/'); 11 define('DIR_DATABASE', 'D:\OpenCart\Web\htdocs\Shop1/system/database/'); 12 define('DIR_LANGRUGE', 'D:\OpenCart\Web\htdocs\Shop1/catalog/language/'); 13 define('DIR_TEMPLATE', 'D:\OpenCart\Web\htdocs\Shop1/catalog/view/theme/'); 14 define('DIR_CONFIG', 'D:\OpenCart\Web\htdocs\Shop1/system/config/'); 15 define('DIR_IMAGE', 'D:\OpenCart\Web\htdocs\Shop1/image/'); 16 define('DIR_CACHE', 'D:\OpenCart\Web\htdocs\Shop1/system/cache/'); 17define('DIR_DOWNLOAD', 'D:\OpenCart\Web\htdocs\Shop1/download/'); 18 define('DIR_LOGS', 'D:\OpenCart\Web\htdocs\Shop1/system/logs/'); 19 20 // DB 21 define('DB_DRIVER', 'mysqliz') 22 define('DB_HOSTNAME', 'localhost'); 23 define('DB_USERNAME', 'belfegore'); 24 define('DB_PASSWORD', '030528'); 25 define('DB_DATABASE', 'shop'); 26 define('DB_PREFIX', 'oc_'); 27 ?> Да в том и гдело, что я не понимаю что именно не ик(( Буду признателен, если объясните или ссылочку кинете по теме...
  4. Доброго времени суток. Подскажите как решить вопрос, после усиновки драйвера ошибка PHP Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in ../system/database/mysql.php on line 6 исчезла, в админ панели всё рилииет, как только перехожу на сайт выдаёт: Parse error: syntax error, unexpected 'define' (T_STRING) in D:\OpenCart\Web\htdocs\Shop1\config.php on line 22 ЗЫ: Всё стоит на Xampp

×
×
  • 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.