Post by miamimetalmerchant » Wed Jun 12, 2019 11:05 am

Hello
Version 1.5.6.4_rc
I noticed after a SSL certificate was implemented on my site, when I go to my product list the images show as a broken icons. When I inspected the element, i noticed the path had an additional image directory which doesn't exist. For all of them the path was in this format, <img src="https://website.com/image/image/cache/data/file.png"
I think that additional image directory (which doesn't exist) is throwing it off, but I dont know where it is getting it from
From past forms it seems that path maybe coming from some line in the config.php under // HTTPS
I looked at my public_html/config.php and it looks like something is missing as well, which might explain why I dont see any thumbnails in the image manager

define('HTTPS_SERVER', HTTP_SERVER);
define('HTTPS_IMAGE', HTTP_IMAGE);
define('HTTPS_CATALOG', HTTP_CATALOG);
define('HTTPS_IMAGE', 'https://website.com/image/');

the admin/config.php looks like this under //HTTPS

define('HTTPS_SERVER', 'https://website.com/admin/');
define('HTTPS_IMAGE', 'https://website.com/image/');
define('HTTPS_CATALOG', 'https://website.com/image/');

There are no image issues on the customer facing side .. all images appear fine .. its just the back end administration

Can someone help?


Posts

Joined
Sun Jan 04, 2015 11:51 pm

Post by rjcalifornia » Thu Jun 13, 2019 8:08 am

miamimetalmerchant wrote:
Wed Jun 12, 2019 11:05 am
Hello
Version 1.5.6.4_rc
I noticed after a SSL certificate was implemented on my site, when I go to my product list the images show as a broken icons. When I inspected the element, i noticed the path had an additional image directory which doesn't exist. For all of them the path was in this format, <img src="https://website.com/image/image/cache/data/file.png"
I think that additional image directory (which doesn't exist) is throwing it off, but I dont know where it is getting it from
From past forms it seems that path maybe coming from some line in the config.php under // HTTPS
I looked at my public_html/config.php and it looks like something is missing as well, which might explain why I dont see any thumbnails in the image manager

define('HTTPS_SERVER', HTTP_SERVER);
define('HTTPS_IMAGE', HTTP_IMAGE);
define('HTTPS_CATALOG', HTTP_CATALOG);
define('HTTPS_IMAGE', 'https://website.com/image/');

the admin/config.php looks like this under //HTTPS

define('HTTPS_SERVER', 'https://website.com/admin/');
define('HTTPS_IMAGE', 'https://website.com/image/');
define('HTTPS_CATALOG', 'https://website.com/image/');

There are no image issues on the customer facing side .. all images appear fine .. its just the back end administration

Can someone help?
That's odd. Did you try to use a path, instead of an URL?

Image
A2 Hosting features: Shared Turbo Boost, Managed Warp 1, Unmanaged Hyper 1, and Warp 2 Turbo


Active Member

Posts

Joined
Fri Sep 02, 2011 1:19 pm
Location - Worldwide
Who is online

Users browsing this forum: No registered users and 127 guests