Hello,
I really struggling at the moment and was wondering if anyone would be able to give me a bit of help or point me in the right direction. This is my first time designing my site using Zencart so I have been learning as I go. I have managed to figure out most issues by searcing posts etc. My I am now stumped. I have finally gone live with my site and moved the files for my template to the main Public_html directory I changed the configure.php files but I know I have done them wrong and cannot figure out how to do it right. So at the moment if you go to my site www.amagicalday.co.uk you see all the writing and no template or images etc. I am also unable to access my Admin site. Any help would be greatly appreciated, I am a bit frustrated and cannot think straight at the moment.
Here is what I have in my files:
This what I have in my includes/configure.php directory define('HTTP_SERVER', 'http://www.amagicalday.co.uk');
define('HTTPS_SERVER', 'https://www.amagicalday.co.uk');
define('DIR_FS_CATALOG', '/home/amagical/public_html/');
define('DIR_FS_SQL_CACHE', '/home/amagical/public_html/cache');
This is what I have in my admin/includes/configure.php define('HTTP_SERVER', 'http://www.amagicalday.co.uk');
define('HTTPS_SERVER', 'https://www.amagicalday.co.uk');
define('HTTP_CATALOG_SERVER', 'http://www.amagicalday.co.uk');
define('HTTPS_CATALOG_SERVER', 'https://www.amagicalday.co.uk');
define('DIR_WS_ADMIN', '/my_admin/');
define('DIR_WS_CATALOG', '/home/amagical/public_html/');
define('DIR_WS_HTTPS_ADMIN', '/my_admin/');
define('DIR_WS_HTTPS_CATALOG', '/home/amagical/public_html/');
define('DIR_WS_IMAGES', 'images/');
define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
define('DIR_WS_INCLUDES', 'includes/');
define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');
define('DIR_FS_ADMIN', '/home/amagical/public_html/my_admin/');
define('DIR_FS_CATALOG', '/home/amagical/public_html/');
define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
define('DIR_FS_CATALOG_TEMPLATES', DIR_FS_CATALOG . 'includes/templates/');
define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
define('DIR_FS_SQL_CACHE', '/home/amagical/public_html/cache');
Thanks again in advance
Teka



Reply With Quote

I can't seem to get to my admin site. It is showing the "Thank you for loading Zen Cart"
How sill am I that was my initial thought but then i second guessed myself and thought maybe you meant all 4 since you cpoied them all. 


Bookmarks