Version 1.3.8a
No upgrades, addition, changes, etc.
I have the same problem with the missing images in admin, but it has only been going on for the past hour since got my SSL certificate and made changes to the configure.php files as follows:
ADMIN/INCLUDES:
define('HTTP_SERVER', 'https://court-doctor.com');
define('HTTPS_SERVER', 'https://court-doctor.com');
define('HTTP_CATALOG_SERVER', 'https://court-doctor.com');
define('HTTPS_CATALOG_SERVER', 'https://court-doctor.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
SHOP/INCLUDES:
define('HTTP_SERVER', 'https://court-doctor.com');
define('HTTPS_SERVER', 'https://court-doctor.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
My cPanel Hotlinks Protection has these allowed referers:
http://court-doctor.com
http://www.court-doctor.com
https://court-doctor.com
At first, my images were gone in both my shop online and the admin, but the images for the shop came back when I noticed the URL address for the shop started as "http" and I added "http://court-doctor.com" to the hotlinks protection list.
It's gotta be something simple I've put in/not put in configure.php files.