re: images not showing in admin area after SSL installed
Posted: Tue Nov 26, 2013 1:19 am
Hi All,
Somewhat new to open cart..
using open cart 1.5.6 with shopicca 2 template..
My site is http://www.key-toppers.com
Everything "was" working perfect as I built site and tgested along the way...
That is until I added ssl and now the ability to add image(s) is gone..
I can log in to edit product(s) and up load image to existing product, ( up dating several images) all of the existing images are present & having no problem , site is live and works fine...
The problem is Images do not show up other( in admin or than the information on details of product (no Pics)
i have read through all kinds of posts with similar issues , but cant seem to resolve..
Any help very much appreciated...
tks
here is a copy of admin/confg.php
<?php
// HTTP
define('HTTP_SERVER', 'http://www.key-toppers.com/admin/');
define('HTTP_CATALOG', 'http://www.key-toppers.com/');
define('HTTP_IMAGE', 'http://www.key-toppers.com/image/');
// HTTPS
define('HTTPS_SERVER', 'http://www.key-toppers.com/admin/');
define('HTTPS_CATALOG', 'http://www.key-toppers.com/');
define('HTTPS_IMAGE', 'http://www.key-toppers.com/image/');
// DIR
define('DIR_APPLICATION', '/home/content/39/11919139/html/ktcom/admin/');
define('DIR_SYSTEM', '/home/content/39/11919139/html/ktcom/system/');
define('DIR_DATABASE', '/home/content/39/11919139/html/ktcom/system/database/');
define('DIR_LANGUAGE', '/home/content/39/11919139/html/ktcom/admin/language/');
define('DIR_TEMPLATE', '/home/content/39/11919139/html/ktcom/admin/view/template/');
define('DIR_CONFIG', '/home/content/39/11919139/html/ktcom/system/config/');
define('DIR_IMAGE', '/home/content/39/11919139/html/ktcom/image/');
define('DIR_CACHE', '/home/content/39/11919139/html/ktcom/system/cache/');
define('DIR_DOWNLOAD', '/home/content/39/11919139/html/ktcom/download/');
define('DIR_LOGS', '/home/content/39/11919139/html/ktcom/system/logs/');
define('DIR_CATALOG', '/home/content/39/11919139/html/ktcom/catalog/');
Somewhat new to open cart..
using open cart 1.5.6 with shopicca 2 template..
My site is http://www.key-toppers.com
Everything "was" working perfect as I built site and tgested along the way...
That is until I added ssl and now the ability to add image(s) is gone..
I can log in to edit product(s) and up load image to existing product, ( up dating several images) all of the existing images are present & having no problem , site is live and works fine...
The problem is Images do not show up other( in admin or than the information on details of product (no Pics)
i have read through all kinds of posts with similar issues , but cant seem to resolve..
Any help very much appreciated...
tks
here is a copy of admin/confg.php
<?php
// HTTP
define('HTTP_SERVER', 'http://www.key-toppers.com/admin/');
define('HTTP_CATALOG', 'http://www.key-toppers.com/');
define('HTTP_IMAGE', 'http://www.key-toppers.com/image/');
// HTTPS
define('HTTPS_SERVER', 'http://www.key-toppers.com/admin/');
define('HTTPS_CATALOG', 'http://www.key-toppers.com/');
define('HTTPS_IMAGE', 'http://www.key-toppers.com/image/');
// DIR
define('DIR_APPLICATION', '/home/content/39/11919139/html/ktcom/admin/');
define('DIR_SYSTEM', '/home/content/39/11919139/html/ktcom/system/');
define('DIR_DATABASE', '/home/content/39/11919139/html/ktcom/system/database/');
define('DIR_LANGUAGE', '/home/content/39/11919139/html/ktcom/admin/language/');
define('DIR_TEMPLATE', '/home/content/39/11919139/html/ktcom/admin/view/template/');
define('DIR_CONFIG', '/home/content/39/11919139/html/ktcom/system/config/');
define('DIR_IMAGE', '/home/content/39/11919139/html/ktcom/image/');
define('DIR_CACHE', '/home/content/39/11919139/html/ktcom/system/cache/');
define('DIR_DOWNLOAD', '/home/content/39/11919139/html/ktcom/download/');
define('DIR_LOGS', '/home/content/39/11919139/html/ktcom/system/logs/');
define('DIR_CATALOG', '/home/content/39/11919139/html/ktcom/catalog/');