uksitebuilder wrote:check the //DIR sections of your config files to make sure full paths are correct and include your subfolder
Yeah,... I am sure they all set and correct.
// DIR
define('DIR_APPLICATION', '/home/cpanel-user/public_html/domain.com/shop/catalog/');
define('DIR_SYSTEM', '/home/cpanel-user/public_html/domain.com/shop/system/');
define('DIR_DATABASE', '/home/cpanel-user/public_html/domain.com/shop/system/database/');
define('DIR_LANGUAGE', '/home/cpanel-user/public_html/domain.com/shop/catalog/language/');
define('DIR_TEMPLATE', '/home/cpanel-user/public_html/domain.com/shop/catalog/view/theme/');
define('DIR_CONFIG', '/home/cpanel-user/public_html/domain.com/shop/system/config/');
define('DIR_IMAGE', '/home/cpanel-user/public_html/domain.com/shop/image/');
define('DIR_CACHE', '/home/cpanel-user/public_html/domain.com/shop/system/cache/');
define('DIR_DOWNLOAD', '/home/cpanel-user/public_html/domain.com/shop/download/');
define('DIR_LOGS', '/home/cpanel-user/public_html/domain.com/shop/system/logs/');