Hi,
Sorry if this is in the wrong place. I've built an online store having downloaded XAMPP and Opencart 2.0 to my computer.
When I tried to upload it to Network Solutions I have obviously done something wrong as it isn't working,
Process:
1 - download database
2 - upload to Network Solutions
3 - copy files using Filezilla
4 - Update config and admin/config files
5 - Add Network Solutions nameservers to eacdirectory.co.ke where domain name is hosted.
I assume it's in my config files 9copied below), but any suggestions would be appreciated. If nothing stands out should I just delete and reupload?
Thanks!
N
<?php
// HTTP
define('HTTP_SERVER', 'http://brownsfoodco.com');
// HTTPS
define('HTTPS_SERVER', 'http://brownsfoodco.com');
// DIR
define('DIR_APPLICATION', '/htdocs/x/catalog/');
define('DIR_SYSTEM', '/htdocs/x/system/');
define('DIR_LANGUAGE', '/htdocs/x/catalog/language/');
define('DIR_TEMPLATE', '/htdocs/x/catalog/view/theme/');
define('DIR_CONFIG', '/htdocs/x/system/config/');
define('DIR_IMAGE', '/htdocs/x/image/');
define('DIR_CACHE', '/htdocs/x/system/storage/cache/');
define('DIR_DOWNLOAD', '/htdocs/x/system/storage/download/');
define('DIR_LOGS', '/htdocs/x/system/storage/logs/');
define('DIR_MODIFICATION', '/htdocs/x/system/storage/modification/');
define('DIR_UPLOAD', '/htdocs/x/system/storage/upload/');
// DB
define('DB_DRIVER', 'mysqli');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'myusername');
define('DB_PASSWORD', 'mypassword');
define('DB_DATABASE', 'mydatabasename);
define('DB_PORT', '3306');
define('DB_PREFIX', 'oc_');
Who is online
Users browsing this forum: No registered users and 6 guests