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

Rukeill

Новичок
  
  • Posts

    2
  • Joined

  • Last visited

Rukeill's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. <?php // HTTP define('HTTP_SERVER', 'http://cr53142.tmweb.ru/admin/'); define('HTTP_CATALOG', 'http://cr53142.tmweb.ru'); // HTTPS define('HTTPS_SERVER', 'http://cr53142.tmweb.ru/admin/'); define('HTTPS_CATALOG', 'http://cr53142.tmweb.ru'); // DIR define('DIR_APPLICATION', 'public_html/admin/'); define('DIR_SYSTEM', 'public_html/system/'); define('DIR_IMAGE', 'public_html/image/'); define('DIR_STORAGE', 'storage/'); define('DIR_CATALOG', 'public_html/catalog/'); define('DIR_LANGRUGE', DIR_APPLICATION . 'language/'); define('DIR_TEMPLATE', DIR_APPLICATION . 'view/template/'); define('DIR_CONFIG', DIR_SYSTEM . 'config/'); define('DIR_CACHE', DIR_STORAGE . 'cache/'); define('DIR_DOWNLOAD', DIR_STORAGE . 'download/'); define('DIR_LOGS', DIR_STORAGE . 'logs/'); define('DIR_MODIFICATION', DIR_STORAGE . 'modification/'); define('DIR_SESSION', DIR_STORAGE . 'session/'); define('DIR_UPLOAD', DIR_STORAGE . 'upload/'); // DB define('DB_DRIVER', 'mysqli'); define('DB_HOSTNAME', 'localhost'); define('DB_USERNAME', 'root'); define('DB_PASSWORD', ''); define('DB_DATABASE', 'schafranych1'); define('DB_PORT', '3306'); define('DB_PREFIX', 'oc_'); // OpenCart API define('OPENCART_SERVER', 'https://www.opencart.com/'); Врогде все правильно сгделал
  2. После залива на хостинг выдает ошибку: PHP Fatal error: require_once(): Failed opening required '/public_html/system/startup.php' (include_path='.:/opt/php71/share/pear:/usr/share/pear') in /home/c/cr53142/public_html/index.php on line 17. Как убрать?
×
×
  • 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.