jmiguel LiteCart Fan De Nicaragua Membro desde out 2023 jmiguel 21 out 2023 22:04 Hello. Could you help me with an error, when I publish a new product, the thumbnail image does not load. I have already reinstalled several times and it still gives me that error. Thank you
orefat Developer De Bosnia and Herzegowina Membro desde out 2019 orefat 21 out 2023 23:52 Have you tried opening your webpage using Google Chrome? Do you have any errors in developer console (F12 -> Console, in Chrome)?
jmiguel LiteCart Fan De Nicaragua Membro desde out 2023 jmiguel 22 out 2023 00:39 Hello, thanks for answering. In Google Chrome I get this in the console
orefat Developer De Bosnia and Herzegowina Membro desde out 2019 orefat 22 out 2023 00:59 So, there is a problem. Images are linked through the HTTP instead of HTTPS. Try following: Settings -> Images -> Clear Thumbnails Cache Settings -> Advanced -> Clear System Cache After that try CTRL+F5 in Google Chrome.
jmiguel LiteCart Fan De Nicaragua Membro desde out 2023 jmiguel 22 out 2023 01:04 It doesn't work, the thumbnails still don't load
orefat Developer De Bosnia and Herzegowina Membro desde out 2019 orefat 22 out 2023 01:09 Delete everything from cache folder (public_html/cache)
tim Founder De Sweden Membro desde mai 2013 tim 22 out 2023 11:03 Are you on some proxy solution? It looks like LiteCart fails to detect you are loading the page over HTTPS. This is done by $_SERVER['HTTPS']. Is this Apache, Nginx or something else? LiteCart attempts to link resources to the same port and protocol identified by PHP. This is not a cache issue.
jmiguel LiteCart Fan De Nicaragua Membro desde out 2023 jmiguel 22 out 2023 19:13 Hello, it is already working well, the problem was with the SSL certificate, I installed another certificate and it worked correctly. Thank you
303boost Developer De United States Membro desde fev 2025 303boost 27 fev 2025 04:46 Can you please explain what was different in the other SSL and what was blocking the thumbnails?
tim Founder De Sweden Membro desde mai 2013 tim 27 fev 2025 18:34 @303boost SSL errors should be visible in the F12 console. If it's a PHP malfunction see logs/errors.log.