Mysql
 sql >> Database >  >> RDS >> Mysql

Come impostare la configurazione in OpenCart?

Nota discrepanza nel percorso:

sgwebgene.com\httpdocs\minufashion\index.php

e

/sgweb1/minufashion/system/startup.php

Hai cambiato le cartelle dopo aver distribuito opencart?

In config.php ci sono righe come queste:

define('DIR_APPLICATION', '/home/xxxx/public_html/shop/catalog/');
define('DIR_SYSTEM', '/home/xxxx/public_html/shop/system/');
define('DIR_DATABASE', '/home/xxxx/public_html/shop/system/database/');
define('DIR_LANGUAGE', '/home/xxxx/public_html/shop/catalog/language/');
define('DIR_TEMPLATE', '/home/xxxx/public_html/shop/catalog/view/theme/');
define('DIR_CONFIG', '/home/xxxx/public_html/shop/system/config/');
define('DIR_IMAGE', '/home/xxxx/public_html/shop/image/');
define('DIR_CACHE', '/home/xxxx/public_html/shop/system/cache/');
define('DIR_DOWNLOAD', '/home/xxxx/public_html/shop/download/');
define('DIR_LOGS', '/home/xxxx/public_html/shop/system/logs/');

Assicurati che siano adatti alla tua configurazione